@charset "UTF-8";
/*!
Theme Name: stavian
Theme URI: http://underscores.me/
Author: tigren
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: stavian
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.

stavian 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap");
@font-face {
	font-family: 'Stavian';
	src: url("/wp-content/themes/stavian/fonts/Stavian-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Stavian';
	src: url("/wp-content/themes/stavian/fonts/Stavian-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Stavian';
	src: url("/wp-content/themes/stavian/fonts/Stavian-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Stavian';
	src: url("/wp-content/themes/stavian/fonts/Stavian-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Stavian';
	src: url("/wp-content/themes/stavian/fonts/Stavian-Bold.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Stavian';
	src: url("/wp-content/themes/stavian/fonts/Stavian-BoldItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/*--------------------------------------------------------------
# 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.
 */
*, *:before, *:after {
	transition: all 0.3s ease-out;
}

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

/**
 * 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
--------------------------------------------------------------*/
main {
	min-height: 50vh;
}

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

h1, .heading-1,
h2, .heading-2,
h3, .heading-3,
h4, .heading-4,
h5, .heading-5,
h6, .heading-6 {
	clear: both;
	margin: 0;
	font-family: "Stavian", sans-serif;
}

h1 span, .heading-1 span,
h2 span, .heading-2 span,
h3 span, .heading-3 span,
h4 span, .heading-4 span,
h5 span, .heading-5 span,
h6 span, .heading-6 span {
	font-weight: 400;
}

h1.line_deco:before, .heading-1.line_deco:before,
h2.line_deco:before, .heading-2.line_deco:before,
h3.line_deco:before, .heading-3.line_deco:before,
h4.line_deco:before, .heading-4.line_deco:before,
h5.line_deco:before, .heading-5.line_deco:before,
h6.line_deco:before, .heading-6.line_deco:before {
	content: "";
	width: 98px;
	height: 6px;
	background: #08443b;
	display: inline-block;
	margin-right: 24px;
}

@media (max-width: 767px) {
	h1.line_deco, .heading-1.line_deco,
	h2.line_deco, .heading-2.line_deco,
	h3.line_deco, .heading-3.line_deco,
	h4.line_deco, .heading-4.line_deco,
	h5.line_deco, .heading-5.line_deco,
	h6.line_deco, .heading-6.line_deco {
		display: flex;
		flex-direction: column-reverse;
		gap: 12px;
	}
}

h1.uppercase, .heading-1.uppercase,
h2.uppercase, .heading-2.uppercase,
h3.uppercase, .heading-3.uppercase,
h4.uppercase, .heading-4.uppercase,
h5.uppercase, .heading-5.uppercase,
h6.uppercase, .heading-6.uppercase {
	text-transform: uppercase;
}

h1,
.heading-1 {
	font-size: 3rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
	color: #094B41;
}

h1 *,
.heading-1 * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

h1 > p:not(:last-child),
.heading-1 > p:not(:last-child) {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	h1,
	.heading-1 {
		font-size: 2rem;
	}
}

h2,
.heading-2 {
	font-size: 3rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
	color: #094B41;
}

h2 *,
.heading-2 * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

h2 > p:not(:last-child),
.heading-2 > p:not(:last-child) {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	h2,
	.heading-2 {
		font-size: 2rem;
	}
}

h3,
.heading-3 {
	font-family: "Stavian", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.875rem;
	line-height: 1.26667;
	text-decoration: auto;
	font-weight: 600;
}

h3 *,
.heading-3 * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

h3 > p:not(:last-child),
.heading-3 > p:not(:last-child) {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	h3,
	.heading-3 {
		font-size: 1.5rem;
	}
}

ul,
.list-style {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

ul *,
.list-style * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

ul > p:not(:last-child),
.list-style > p:not(:last-child) {
	margin-bottom: 12px;
}

ul .inside,
.list-style .inside {
	list-style: inside;
}

ul .decimal,
.list-style .decimal {
	list-style: decimal;
}

.text-white-18 {
	font-size: 1.125rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.text-white-18 * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-white-18 > p:not(:last-child) {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.text-white-18 {
		font-size: 1rem;
	}
}

.text-white-16 {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.text-white-16 * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-white-16 > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodyLg {
	font-size: 1.25rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.text-bodyLg * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodyLg > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodyLgBold {
	font-size: 1.25rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 500;
}

.text-bodyLgBold * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodyLgBold > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodyBold {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 500;
}

.text-bodyBold * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodyBold > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodyMd,
.text-bodyMd p {
	font-size: 1.125rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.text-bodyMd *,
.text-bodyMd p * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodyMd > p:not(:last-child),
.text-bodyMd p > p:not(:last-child) {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.text-bodyMd,
	.text-bodyMd p {
		font-size: 1rem;
	}
}

.text-bodyMdBold,
.text-bodyMdBold p {
	font-size: 1.125rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 500;
}

.text-bodyMdBold *,
.text-bodyMdBold p * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodyMdBold > p:not(:last-child),
.text-bodyMdBold p > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodyMdLight,
.text-bodyMdLight p {
	font-size: 1.125rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 300;
}

.text-bodyMdLight *,
.text-bodyMdLight p * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodyMdLight > p:not(:last-child),
.text-bodyMdLight p > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodyNormal,
.text-bodyRegular {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.text-bodyNormal *,
.text-bodyRegular * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodyNormal > p:not(:last-child),
.text-bodyRegular > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-body {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.text-body * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-body > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-body strong {
	font-weight: 500;
}

.text-bodySm {
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.text-bodySm * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodySm > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodySmLight {
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 300;
}

.text-bodySmLight * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodySmLight > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodySmBold {
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 500;
}

.text-bodySmBold * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodySmBold > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodySmBolder {
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
}

.text-bodySmBolder * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodySmBolder > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-bodyTiny {
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.text-bodyTiny * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-bodyTiny > p:not(:last-child) {
	margin-bottom: 12px;
}

.text-linkBold {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
	text-decoration: underline;
}

.text-linkBold * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.text-linkBold > p:not(:last-child) {
	margin-bottom: 12px;
}

.bold {
	font-weight: 700;
}

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
--------------------------------------------- */
html {
	position: relative;
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
}

@media (min-width: 767px) {
	html {
		font-size: clamp(13px, 2vh, 16px);
	}
}

body {
	width: 100%;
	position: relative;
	background: #f5f6f6;
}

p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

p * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

p > p:not(:last-child) {
	margin-bottom: 12px;
}

ul.list-style-none, li.list-style-none {
	list-style: none;
}

.container {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.section-block {
	scroll-margin-top: 100px;
}

.section-block.relative {
	position: relative;
	z-index: 1;
}

.section-block .container.py-none {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.section-block .container.pt-none {
	padding-top: 0 !important;
}

.section-block .container.px-none {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.section-block .container.p-none {
	padding: 0 !important;
}

.section-block .container.pb-none {
	padding-bottom: 0 !important;
}

.section-block .container.py-to-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.section-block .container.pt-to-20 {
	padding-top: 20px !important;
}

.section-block .container.pb-to-20 {
	padding-bottom: 20px !important;
}

.section-block .container.py-to-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.section-block .container.pt-to-40 {
	padding-top: 40px !important;
}

.section-block .container.pb-to-40 {
	padding-bottom: 40px !important;
}

.section-block .container.py-to-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.section-block .container.pt-to-50 {
	padding-top: 50px !important;
}

.section-block .container.pb-to-50 {
	padding-bottom: 50px !important;
}

.section-block .container.py-to-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.section-block .container.pt-to-60 {
	padding-top: 60px !important;
}

.section-block .container.pb-to-60 {
	padding-bottom: 60px !important;
}

@media (max-width: 767px) {
	.section-block .container.py-to-50 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.section-block .container.pt-to-50 {
		padding-top: 40px !important;
	}
	.section-block .container.pb-to-50 {
		padding-bottom: 40px !important;
	}
	.section-block .container.py-to-40 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.section-block .container.pt-to-40 {
		padding-top: 20px !important;
	}
	.section-block .container.pb-to-40 {
		padding-bottom: 20px !important;
	}
}

.error-404.not-found .breadcrumbs {
	display: none;
}

.block-link-absolute {
	position: relative;
}

.block-link-absolute .link-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

ol {
	list-style: decimal;
}

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

video {
	max-width: 100%;
	height: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

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

.breadcrumbs {
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.555;
	display: flex;
	align-items: center;
	gap: 4px;
}

.breadcrumbs .delimiter {
	display: flex;
}

.rank-math-breadcrumb {
	padding-top: 12px;
	padding-bottom: 8px;
	color: #667085;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 1.555;
}

.rank-math-breadcrumb * {
	font-size: inherit;
}

.rank-math-breadcrumb > p {
	display: flex;
	align-items: center;
	gap: 4px;
}

.rank-math-breadcrumb .last:last-child {
	font-weight: 500;
	color: #344054;
}

.rank-math-breadcrumb .separator {
	display: flex;
}

/* Forms
--------------------------------------------- */
.btn-icon-left:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-icon-right:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-green-fill-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #08443b;
	border: none;
	padding: 12px 16px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 48px;
}

.btn-green-fill-large:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-green-fill-large:hover, .btn-green-fill-large:focus {
	background: #052924;
}

.btn-white-fill-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	background-color: #FFFFF0;
	color: #0F172A;
	border: 1px solid #FFFFF0;
	padding: 12px 16px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 48px;
}

.btn-white-fill-large:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-white-fill-large svg path {
	fill: #0F172A;
}

.btn-white-fill-small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	background-color: #FFFFF0;
	color: #0F172A;
	border: 1px solid #FFFFF0;
	padding: 8px 16px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 42px;
}

.btn-white-fill-small:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-white-fill-small svg path {
	fill: #0F172A;
}

.btn-white-fill-tiny {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	background-color: #FFFFF0;
	color: #0F172A;
	border: 1px solid #FFFFF0;
	padding: 4px 12px;
	font-size: 0.875rem;
	font-weight: 400;
	min-height: 31px;
}

.btn-white-fill-tiny:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-white-fill-tiny svg path {
	fill: #0F172A;
}

.btn-white-fill-tiny:after {
	width: 20px;
	height: 20px;
}

.btn-white-outline-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	color: #FFFFF0;
	background: transparent;
	border: 1px solid #FFFFF0;
	padding: 12px 16px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 48px;
}

.btn-white-outline-large:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-white-outline-large svg path {
	fill: #FFFFF0;
}

.btn-white-outline-small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	color: #FFFFF0;
	background: transparent;
	border: 1px solid #FFFFF0;
	padding: 8px 16px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 42px;
}

.btn-white-outline-small:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-white-outline-small svg path {
	fill: #FFFFF0;
}

.btn-white-outline-tiny {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	color: #FFFFF0;
	background: transparent;
	border: 1px solid #FFFFF0;
	padding: 4px 12px;
	font-size: 0.875rem;
	font-weight: 400;
	min-height: 31px;
}

.btn-white-outline-tiny:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-white-outline-tiny svg path {
	fill: #FFFFF0;
}

.btn-white-outline-tiny:after {
	width: 20px;
	height: 20px;
}

.btn-orange-outline-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	padding: 12px 16px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 48px;
}

.btn-orange-outline-large:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-full {
	width: 100%;
}

.btn-orange-outline-small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	padding: 8px 16px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 42px;
}

.btn-orange-outline-small:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-orange-outline-tiny {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	padding: 4px 12px;
	font-size: 0.875rem;
	font-weight: 400;
	min-height: 31px;
}

.btn-orange-outline-tiny:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.btn-orange-outline-tiny:after {
	width: 20px;
	height: 20px;
}

.btn-none {
	border: none;
	background: transparent;
	border-radius: 0;
	cursor: pointer;
}

.badge-green {
	border-radius: 24px;
	border: 1px solid #8BD7A0;
	background: #E8F8EB;
	padding: 4px 8px;
	width: fit-content;
	color: #007124;
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 4px;
}

.badge-green * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.badge-green > p:not(:last-child) {
	margin-bottom: 12px;
}

.badge-green:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #007124;
	display: inline-block;
	border-radius: 100%;
}

.btn-fill-white {
	color: #344054;
	border: 1px solid #EAECF0;
	background: #F2F4F7;
	padding: 12px 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: fit-content;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 500;
}

.btn-fill-white * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.btn-fill-white > p:not(:last-child) {
	margin-bottom: 12px;
}

.btn-fill-white.arrow-right:after {
	content: "";
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-black.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: cover;
}

.btn-fill-white:hover {
	background: #08443b;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn-fill-white:hover:after {
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-white.svg);
}

.btn-blur {
	background: rgba(208, 213, 221, 0.4);
	padding: 10px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-blur svg {
	width: 40px;
	height: 40px;
}

.btn-blur:hover {
	background: #3A6F67;
}

.btn-blur:hover svg {
	transform: rotate(45deg);
}

.btn-play {
	position: relative;
	display: block;
	transform: scale(0.7071);
}

@media (max-width: 767px) {
	.btn-play {
		transform: scale(0.3748);
		margin: -37px 0;
	}
}

.btn-play svg {
	position: absolute;
	width: 40px;
	height: 40px;
	top: calc(50% + 3px);
	left: calc(50% + 3px);
	transform: translate(-50%, -50%);
}

.btn-play svg path {
	fill: #08443b;
}

.btn-play:after {
	content: "";
	filter: drop-shadow(0px 32px 64px rgba(16, 24, 40, 0.14));
	background: #ffffff24;
	width: 166px;
	height: 166px;
	display: block;
	transform: rotate(45deg);
	transition-timing-function: ease-in-out;
}

.btn-play:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	width: 100px;
	height: 100px;
	display: block;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 0% 0%;
	transition-timing-function: ease-in-out;
}

.btn-play:hover:after {
	transform: rotate(0deg);
	border-radius: 100%;
}

.btn-play:hover:before {
	transform: rotate(90deg) translate(-50%, -50%);
	border-radius: 100%;
	width: 130px;
	height: 130px;
}

.btn-play:hover svg {
	width: 50px;
	height: 50px;
}

.nf-form-cont .nf-form-title {
	display: none;
}

.nf-form-cont .nf-before-form-content {
	display: none;
}

.nf-form-cont .nf-form-content {
	padding: 0;
}

.nf-form-cont .nf-form-content [id*="nf-label"] {
	font-size: 1.125rem;
	line-height: 1.555;
	text-decoration: auto;
	font-weight: 600;
	display: flex;
}

.nf-form-cont .nf-form-content [id*="nf-label"] * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.nf-form-cont .nf-form-content [id*="nf-label"] > p:not(:last-child) {
	margin-bottom: 12px;
}

.nf-form-cont .nf-form-content .ninja-forms-req-symbol {
	color: #D2392D;
	margin-left: 5px;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.nf-form-cont .nf-form-content .ninja-forms-req-symbol * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.nf-form-cont .nf-form-content .ninja-forms-req-symbol > p:not(:last-child) {
	margin-bottom: 12px;
}

.nf-form-cont .nf-form-content .label-above .nf-field-label {
	width: 100%;
	margin-bottom: 8px;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]),
.nf-form-cont .nf-form-content select.ninja-forms-field,
.nf-form-cont .nf-form-content textarea {
	border: 1px solid #667085;
	background: #08443b;
	padding: 12px 10px;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]) *,
.nf-form-cont .nf-form-content select.ninja-forms-field *,
.nf-form-cont .nf-form-content textarea * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]) > p:not(:last-child),
.nf-form-cont .nf-form-content select.ninja-forms-field > p:not(:last-child),
.nf-form-cont .nf-form-content textarea > p:not(:last-child) {
	margin-bottom: 12px;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"])::placeholder,
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder,
.nf-form-cont .nf-form-content textarea::placeholder {
	color: #D0D5DD;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	opacity: 0.6;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"])::placeholder *,
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder *,
.nf-form-cont .nf-form-content textarea::placeholder * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"])::placeholder > p:not(:last-child),
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder > p:not(:last-child),
.nf-form-cont .nf-form-content textarea::placeholder > p:not(:last-child) {
	margin-bottom: 12px;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):focus,
.nf-form-cont .nf-form-content select.ninja-forms-field:focus,
.nf-form-cont .nf-form-content textarea:focus {
	border-color: #E6EDEC !important;
}

.nf-form-cont .nf-form-content textarea, .nf-form-cont .nf-form-content textarea.ninja-forms-field {
	height: 119px;
}

.nf-form-cont .nf-form-content select.ninja-forms-field:focus,
.nf-form-cont .nf-form-content textarea:focus {
	background: #08443b;
	border: 1px solid #64748B;
	color: inherit;
}

.nf-form-cont .nf-form-content .nf-field-container {
	margin-bottom: 24px;
}

.nf-form-cont .nf-form-content .nf-field-container.hidden-container {
	display: none;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li {
	margin-bottom: 0 !important;
	padding: 12px 10px !important;
	position: relative;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li:after {
	content: "";
	background: #667085;
	position: absolute;
	height: 100%;
	width: 1px;
	left: 0;
	top: 0;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li label {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	color: #D0D5DD;
	margin-left: 0 !important;
	padding-left: 32px;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li label * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li label > p:not(:last-child) {
	margin-bottom: 12px;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li label:after {
	background: transparent;
	border: 2px solid #D0D5DD;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li:has(input:checked):after {
	background: #E6EDEC;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li:has(input:checked) label {
	color: #FFFFFF;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li:has(input:checked) label:after {
	border-color: #FFFFFF;
	box-shadow: unset;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li:has(input:checked) label:before {
	background: #FFFFFF;
	left: 6px;
	top: 6px;
	height: 12px;
	width: 12px;
}

.nf-form-cont .nf-form-content .nf-field-container .list-radio-wrap li input {
	position: absolute;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li {
	margin-bottom: 0 !important;
	padding: 12px 10px !important;
	position: relative;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:after {
	content: "";
	background: #667085;
	position: absolute;
	height: 100%;
	width: 1px;
	left: 0;
	top: 0;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li label {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	color: #D0D5DD;
	margin-left: 0 !important;
	padding-left: 32px;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li label * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li label > p:not(:last-child) {
	margin-bottom: 12px;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li label:after {
	background: transparent;
	border: 2px solid #D0D5DD;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	border-radius: 3px;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked):after {
	background: #E6EDEC;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked) label {
	color: #FFFFFF;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked) label:after {
	border-color: #FFFFFF;
	background: #FFFFFF;
	box-shadow: unset;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked) label:before {
	left: 3px;
	top: 0;
	font-size: 15px;
	color: #08443b;
	font-weight: 300;
}

.nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li input {
	position: absolute;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container {
	margin-bottom: 0;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-label {
	display: none;
}

.nf-form-cont .nf-form-content .checkbox-container .nf-field-label {
	width: fit-content;
	height: fit-content;
}

.nf-form-cont .nf-form-content .checkbox-container .ninja-forms-req-symbol {
	display: none;
}

.nf-form-cont .nf-form-content .checkbox-container .nf-field-description {
	margin-right: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	color: #0F172A;
}

.nf-form-cont .nf-form-content .checkbox-container .nf-field-description * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.nf-form-cont .nf-form-content .checkbox-container .nf-field-description > p:not(:last-child) {
	margin-bottom: 12px;
}

.nf-form-cont .nf-form-content .checkbox-container .nf-field-description a {
	font-weight: 500;
	text-decoration: underline;
}

.nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
	/*content: url(/wp-content/themes/preedyglass/images/icons/error.svg);*/
	background: transparent;
	display: flex;
	align-items: center;
	line-height: 0;
	right: 20px;
	width: auto;
}

.nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
	/*content: url(/wp-content/themes/preedyglass/images/icons/check-circle.svg);*/
	content: none;
	background: transparent;
	display: flex;
	align-items: center;
	line-height: 0;
	right: 20px;
	width: auto;
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element:after {
	content: "";
	/*background-image: url(/wp-content/themes/preedyglass/images/icons/arrow-down-dark.svg);*/
	width: 16px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 9;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element.show:after {
	transform: rotate(180deg) translateY(50%);
}

.nf-form-cont .nf-form-content .checkbox-container.label-right label {
	display: block;
	color: #344054;
}

.nf-form-cont .nf-form-content .checkbox-container.label-right label a {
	text-decoration: underline;
}

.nf-form-cont .nf-form-content .checkbox-container.label-right label a:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content .checkbox-container.label-right label:after {
	border: 1px solid #64748B;
	width: 16px;
	height: 16px;
	background: transparent;
}

.nf-form-cont .nf-form-content .checkbox-container.label-right label:before {
	content: '';
	height: 16px;
	width: 16px;
	/*background-image: url(/wp-content/themes/preedyglass/images/icons/checked-brown.svg);*/
	background-size: contain;
	left: -28px;
	top: 0;
}

.nf-form-cont .nf-form-content .submit-wrap .nf-field-element input[type=submit] {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 500;
	color: #344054;
	background-color: #F2F4F7;
	padding: 12px 16px;
	width: 100%;
	height: fit-content;
	cursor: pointer;
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-black.svg);
	background-repeat: no-repeat;
	background-position: calc(50% + 45px) center;
	background-size: 20px 20px;
	display: inline-block;
	border: 1px solid #EAECF0;
}

.nf-form-cont .nf-form-content .submit-wrap .nf-field-element input[type=submit] * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.nf-form-cont .nf-form-content .submit-wrap .nf-field-element input[type=submit] > p:not(:last-child) {
	margin-bottom: 12px;
}

.nf-form-cont .nf-form-content .submit-wrap .nf-field-element:hover input[type=submit] {
	color: #FFFFFF;
	background-color: #08443b;
	border-color: #FFFFFF;
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-white.svg);
}

.nf-form-cont .nf-form-content .nf-next-previous {
	margin: 0 !important;
	margin-top: 32px !important;
	display: flex;
	justify-content: center;
}

.nf-form-cont .nf-form-content .nf-next-previous .nf-next-item, .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item {
	position: relative;
	float: left;
}

.nf-form-cont .nf-form-content .nf-next-previous .nf-next-item .nf-next, .nf-form-cont .nf-form-content .nf-next-previous .nf-next-item .nf-previous, .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item .nf-next, .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item .nf-previous {
	color: #344054;
	font-size: 1rem !important;
	font-weight: 500;
	line-height: 1.5;
	background: #E6EDEC;
	padding: 12px 16px;
	padding-right: 40px;
	cursor: pointer;
}

.nf-form-cont .nf-form-content .nf-next-previous .nf-next-item .nf-next:hover, .nf-form-cont .nf-form-content .nf-next-previous .nf-next-item .nf-previous:hover, .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item .nf-next:hover, .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item .nf-previous:hover {
	background-color: #3A6F67;
	color: #FFFFFF;
}

.nf-form-cont .nf-form-content .nf-next-previous .nf-next-item:after, .nf-form-cont .nf-form-content .nf-next-previous .nf-next-item:before, .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item:after, .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item:before {
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-black.svg);
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}

.nf-form-cont .nf-form-content .nf-next-previous .nf-next-item:hover:after, .nf-form-cont .nf-form-content .nf-next-previous .nf-next-item:hover:before, .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item:hover:after, .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item:hover:before {
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-white.svg);
}

.nf-form-cont .nf-form-content .nf-next-previous .nf-next-item:after {
	content: "";
}

.nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item .nf-previous {
	padding-left: 40px;
	padding-right: 16px;
}

.nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item:before {
	content: "";
	left: 16px;
	transform: translateY(-50%) rotate(180deg);
}

.nf-form-cont .success-container p:empty, .nf-form-cont .success-container br {
	display: none;
}

.nf-form-cont .success-container .success-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.nf-form-cont .success-container .success-content svg {
	height: 100px;
}

.nf-form-cont .success-container .success-content h3 {
	color: #094B41;
	font-family: "Stavian", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}

.nf-form-cont .success-container .success-content .description {
	margin-bottom: 20px;
	color: #667085;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.56;
}

.nf-form-cont .success-container .success-content .button {
	display: flex;
	justify-content: center;
	gap: 8px;
	max-width: 655px;
	margin: auto;
	width: 100%;
}

.nf-form-cont .success-container .success-content .button a {
	width: calc(50% - 4px);
	justify-content: center;
}

@media (max-width: 767px) {
	.nf-form-cont .success-container .success-content h3 {
		font-size: 16px;
		margin-top: 40px;
		text-align: center;
	}
	.nf-form-cont .success-container .success-content .description {
		margin-bottom: 128px;
	}
	.nf-form-cont .success-container .success-content .button {
		flex-direction: column-reverse;
		gap: 16px;
	}
	.nf-form-cont .success-container .success-content .button a {
		width: 100%;
	}
}

body:not(.logged-in) .nf-form-cont .success-container .success-content .button a.btn-fill-white {
	display: none;
}

body .um-row {
	margin-bottom: 20px !important;
}

body .um-field {
	padding: 0;
}

body .um-field:not(:last-child) {
	margin-bottom: 20px;
}

body .um-field-label {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

body .um-field-label label {
	color: #344054;
	font-size: 1.125rem !important;
	font-style: normal;
	font-weight: 600;
	line-height: 1.555 !important;
}

body .um-field-label .um-field-label-icon {
	width: fit-content;
	height: fit-content;
	margin-left: 6px;
}

body .um-field-label .um-field-label-icon i {
	font-size: 10px;
	color: #D2392D;
}

body .um .um-form .um-field input[type=password],
body .um .um-form .um-field input[type=search],
body .um .um-form .um-field input[type=tel],
body .um .um-form .um-field input[type=text],
body .um .um-form .um-field textarea,
body .um .um-form .um-field .select2-selection {
	border: 1px solid #EAECF0 !important;
	background: #FFFFFF;
	padding: 12px 10px !important;
	height: fit-content !important;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.5;
	color: #344054;
}

body .um .um-form .um-field input[type=password]::placeholder,
body .um .um-form .um-field input[type=search]::placeholder,
body .um .um-form .um-field input[type=tel]::placeholder,
body .um .um-form .um-field input[type=text]::placeholder,
body .um .um-form .um-field textarea::placeholder,
body .um .um-form .um-field .select2-selection::placeholder {
	color: #D0D5DD;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.5;
}

body .um .um-form .um-field input[type=password][disabled="disabled"],
body .um .um-form .um-field input[type=search][disabled="disabled"],
body .um .um-form .um-field input[type=tel][disabled="disabled"],
body .um .um-form .um-field input[type=text][disabled="disabled"],
body .um .um-form .um-field textarea[disabled="disabled"],
body .um .um-form .um-field .select2-selection[disabled="disabled"] {
	color: #344054;
	background: #EAECF0;
	opacity: 1 !important;
}

body .um .um-form .um-field .select2-selection .select2-selection__rendered {
	line-height: 1.5;
	color: #D0D5DD;
}

body .um .um-form .um-field .select2-selection .select2-selection__rendered .select2-selection__placeholder {
	color: #D0D5DD;
}

body .um .um-form .um-field .select2-selection .select2-selection__rendered .select2-selection__clear {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	height: fit-content;
	width: fit-content;
	line-height: 1;
}

body .um .um-form .um-field .select2-selection .select2-selection__rendered[title] {
	color: #344054;
}

body .um .um-form .um-field .select2-selection .select2-selection__arrow {
	height: fit-content !important;
	width: fit-content !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

body .um .um-form .um-field .select2-selection .select2-selection__arrow:before {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #98A2B3;
	font-size: 24px !important;
	font-weight: 900;
	line-height: 1;
	height: auto;
	width: fit-content;
}

body .um .um-form .um-field .select2-selection[aria-expanded="true"] .select2-selection__arrow:before {
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

body .um .um-form .um-field .um-field-area:has(input[type=password]),
body .um .um-form .um-field .um-field-area.show:has(input[type=text]) {
	position: relative;
}

body .um .um-form .um-field .um-field-area:has(input[type=password]) .check_pass,
body .um .um-form .um-field .um-field-area.show:has(input[type=text]) .check_pass {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/wp-content/themes/stavian/images/icons/eye.svg);
	cursor: pointer;
}

body .um .um-form .um-field .um-field-area.show:has(input[type=text]) .check_pass {
	background-image: url(/wp-content/themes/stavian/images/icons/close-eye.svg);
}

body .um a.um-button .um-disabled:focus, body .um a.um-button .um-disabled:active, body .um a.um-button .um-disabled:hover {
	border-radius: 0 !important;
	background: #08443b !important;
	padding: 12px 16px !important;
	height: fit-content !important;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500 !important;
	line-height: 1.5 !important;
}

body .um a.um-button .um-disabled:focus:hover, body .um a.um-button .um-disabled:active:hover, body .um a.um-button .um-disabled:hover:hover {
	background: #3A6F67 !important;
}

body .um input[type=submit].um-button, body .um input[type=submit].um-button:focus {
	border-radius: 0 !important;
	background: #08443b !important;
	padding: 12px 16px !important;
	height: fit-content !important;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500 !important;
	line-height: 1.5 !important;
}

body .um input[type=submit].um-button:hover, body .um input[type=submit].um-button:focus:hover {
	background: #3A6F67 !important;
}

body .um-field-checkbox-option,
body .um-field-radio-option {
	color: #344054 !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 28px;
}

body a.um-link-alt {
	color: #667085 !important;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
	text-decoration-line: underline !important;
}

body .content_account_page {
	border-bottom: 1px solid #EAECF0;
}

body .content_account_page .um.um-account {
	margin-bottom: 0 !important;
}

body .content_account_page .um.um-account form {
	display: flex;
	flex-wrap: wrap;
}

body .content_account_page .um.um-account form .um-account-side {
	width: 22.5%;
	padding: 60px 0;
	display: flex;
	flex-direction: column;
}

body .content_account_page .um.um-account form .um-account-side .log_out_group {
	margin-top: auto;
}

body .content_account_page .um.um-account form .um-account-side .um-account-meta {
	display: none;
}

body .content_account_page .um.um-account form .um-account-side .um-account-icon, body .content_account_page .um.um-account form .um-account-side .um-account-arrow {
	display: none;
}

body .content_account_page .um.um-account form .um-account-side ul li {
	margin: 0 !important;
	background: transparent;
}

body .content_account_page .um.um-account form .um-account-side ul li a {
	padding: 12px !important;
	height: fit-content;
}

body .content_account_page .um.um-account form .um-account-side ul li a.current {
	background: #E6EDEC;
	border-left: 2px solid #08443b;
}

body .content_account_page .um.um-account form .um-account-side ul li a.current .um-account-title {
	font-weight: 500;
}

body .content_account_page .um.um-account form .um-account-side ul li a:hover {
	background: #E6EDEC;
}

body .content_account_page .um.um-account form .um-account-side ul li a span.um-account-title {
	float: unset;
	color: #344054;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
	height: fit-content;
	display: block;
}

body .content_account_page .um.um-account form .um-account-main {
	width: 77.5%;
	padding: 60px 40px;
	border: 1px solid #EAECF0;
	border-top: none;
	border-bottom: none;
	background: #FFFFFF;
}

body .content_account_page .um.um-account form .um-account-main .um-account-heading {
	color: #344054;
	font-size: 2rem;
	font-family: "Stavian", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

body .content_account_page .um.um-account form .um-account-main .um-account-heading i {
	display: none;
}

@media (max-width: 848px) {
	body .content_account_page .um.um-account form .um-account-side ul {
		border: none !important;
	}
	body .content_account_page .um.um-account form .um-account-side ul li a {
		text-align: left;
	}
	body .content_account_page .um.um-account form .um-account-side ul li a span.um-account-icontip {
		display: none !important;
	}
	body .content_account_page .um.um-account form .um-account-main {
		max-width: 100%;
	}
	body .content_account_page .um.um-account form .um-account-main .um-account-heading {
		font-size: 1.5rem;
	}
}

@media (max-width: 548px) {
	body .content_account_page .um.um-account form .um-account-meta {
		display: none;
	}
	body .content_account_page .um.um-account form .um-account-side {
		width: 100%;
		background: #E6EDEC;
		padding: 12px;
	}
	body .content_account_page .um.um-account form .um-account-side ul li a.current {
		background: #B3C7C4;
		border: none;
	}
	body .content_account_page .um.um-account form .um-account-main {
		width: 100%;
		padding: 0;
		background: transparent;
		border: none;
		margin-top: 32px;
	}
	body .content_account_page .um.um-account form .um-account-main .um-account-nav {
		display: none;
	}
	body .content_account_page .um.um-account form .um-account-main .um-col-alt.um-col-alt-b .um-left {
		width: 100%;
	}
}

.log_out_group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
	padding: 12px 32px 12px 12px;
}

.log_out_group:hover {
	background: #FFEEE9;
}

.log_out_group:hover span {
	color: #EA5241;
}

.log_out_group:hover svg path {
	fill: #EA5241;
}

.log_out_group span {
	color: #344054;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.log_out_group span {
		color: #EA5241;
	}
	.log_out_group svg path {
		fill: #EA5241;
	}
}

form.search-form {
	position: relative;
	width: fit-content;
}

form.search-form .search-field {
	border-radius: 0;
	border: 1px solid #8EACA8;
	background-color: #F9FAFB;
	padding: 11px 50px 11px 16px;
	color: #344054;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	outline: none;
	background-image: none;
}

form.search-form .search-field::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	height: 10px;
	width: 10px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM3Ni42IDg0LjVjMTEuMy0xMy42IDkuNS0zMy44LTQuMS00NS4xcy0zMy44LTkuNS00NS4xIDQuMUwxOTIgMjA2IDU2LjYgNDMuNUM0NS4zIDI5LjkgMjUuMSAyOC4xIDExLjUgMzkuNFMtMy45IDcwLjkgNy40IDg0LjVMMTUwLjMgMjU2IDcuNCA0MjcuNWMtMTEuMyAxMy42LTkuNSAzMy44IDQuMSA0NS4xczMzLjggOS41IDQ1LjEtNC4xTDE5MiAzMDYgMzI3LjQgNDY4LjVjMTEuMyAxMy42IDMxLjUgMTUuNCA0NS4xIDQuMXMxNS40LTMxLjUgNC4xLTQ1LjFMMjMzLjcgMjU2IDM3Ni42IDg0LjV6Ii8+PC9zdmc+);
	background-size: 10px 10px;
	transform: translateX(10px) translateY(-3px);
}

form.search-form .search-submit {
	position: absolute;
	font-size: 0;
	border: none;
	width: 20px;
	height: 28px;
	right: 16px;
	top: 8px;
	padding: 0;
	background-color: transparent;
	background-position: center;
	background-size: 20px;
	outline: none;
	background-image: url(/wp-content/themes/stavian/images/icons/search.png);
	background-repeat: no-repeat;
}

html[lang="vi"] .nf-form-cont .nf-form-content .nf-next-previous .nf-next-item:before {
	content: "Tiếp theo";
	color: #344054;
	font-size: 1rem !important;
	font-weight: 500;
	line-height: 1.5;
	background: #E6EDEC;
	padding: 12px 16px;
	padding-right: 40px;
	position: unset;
	transform: unset;
	width: fit-content;
	height: fit-content;
}

html[lang="vi"] .nf-form-cont .nf-form-content .nf-next-previous .nf-next-item:hover:before {
	color: #FFFFFF;
	background-color: #3A6F67;
}

html[lang="vi"] .nf-form-cont .nf-form-content .nf-next-previous .nf-next-item .nf-next {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

html[lang="vi"] .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item:after {
	content: "Trở lại";
	color: #344054;
	font-size: 1rem !important;
	font-weight: 500;
	line-height: 1.5;
	background: #E6EDEC;
	padding: 12px 16px;
	padding-left: 40px;
	position: unset;
	transform: unset;
	width: fit-content;
	height: fit-content;
}

html[lang="vi"] .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item:hover:after {
	color: #FFFFFF;
	background-color: #3A6F67;
}

html[lang="vi"] .nf-form-cont .nf-form-content .nf-next-previous .nf-previous-item .nf-previous {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.container-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0000004f;
}

.container-loading .dot-spinner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	--uib-speed: 0.9s;
	height: 2.8rem;
	width: 2.8rem;
}

@keyframes float {
	0% {
		transform: rotate(0deg) translate(100px) rotate(0deg);
	}
	100% {
		transform: rotate(360deg) translate(100px) rotate(-360deg);
	}
}

.container-loading .dot-spinner__dot::before {
	content: '';
	height: 20%;
	width: 20%;
	border-radius: 50%;
	background-color: #08443b;
	filter: drop-shadow(0 0 10px #5f96ca);
	box-shadow: -6px -6px 11px #c1c1c1, 6px 6px 11px #ffffff;
	transform: scale(0);
	opacity: 0.5;
	animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
	box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.container-loading .dot-spinner__dot {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
}

.container-loading .dot-spinner__dot:nth-child(2) {
	transform: rotate(45deg);
}

.container-loading .dot-spinner__dot:nth-child(2)::before {
	animation-delay: calc(var(--uib-speed) * -0.875);
}

.container-loading .dot-spinner__dot:nth-child(3) {
	transform: rotate(90deg);
}

.container-loading .dot-spinner__dot:nth-child(3)::before {
	animation-delay: calc(var(--uib-speed) * -0.75);
}

.container-loading .dot-spinner__dot:nth-child(4) {
	transform: rotate(135deg);
}

.container-loading .dot-spinner__dot:nth-child(4)::before {
	animation-delay: calc(var(--uib-speed) * -0.625);
}

.container-loading .dot-spinner__dot:nth-child(5) {
	transform: rotate(180deg);
}

.container-loading .dot-spinner__dot:nth-child(5)::before {
	animation-delay: calc(var(--uib-speed) * -0.5);
}

.container-loading .dot-spinner__dot:nth-child(6) {
	transform: rotate(225deg);
}

.container-loading .dot-spinner__dot:nth-child(6)::before {
	animation-delay: calc(var(--uib-speed) * -0.375);
}

.container-loading .dot-spinner__dot:nth-child(7) {
	transform: rotate(270deg);
}

.container-loading .dot-spinner__dot:nth-child(7)::before {
	animation-delay: calc(var(--uib-speed) * -0.25);
}

.container-loading .dot-spinner__dot:nth-child(8) {
	transform: rotate(315deg);
}

.container-loading .dot-spinner__dot:nth-child(8)::before {
	animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
	0%,
	100% {
		transform: scale(0);
		opacity: 0.5;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
}

.header-language .custom-dropdown {
	position: relative;
}

.header-language .custom-dropdown .dropdown-toggle {
	background: transparent;
	padding: 0;
	border: none;
	display: flex;
	cursor: pointer;
}

.header-language .custom-dropdown .dropdown-toggle img {
	width: 24px;
}

.header-language .custom-dropdown .list_language {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: fit-content;
	transform: translateY(100%) translateX(-50%);
	z-index: 9;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-language .custom-dropdown .list_language li {
	display: flex;
}

.header-language .custom-dropdown .list_language li.current-lang {
	display: none;
}

.header-language .custom-dropdown .list_language li a {
	display: flex;
	align-items: center;
	flex-direction: row;
	width: max-content;
}

.header-language .custom-dropdown .list_language li a img {
	width: 24px !important;
	height: auto !important;
}

.header-language .custom-dropdown.show .list_language {
	display: flex;
}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
	color: #3A6F67;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff;
}

.swiper .swiper-button-next.swiper-button-disabled, .swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# popup
--------------------------------------------------------------*/
.icon-off-popup {
	background-image: url(/wp-content/themes/preedyglass/images/icons/x-circle-brown.svg);
	width: 32px;
	height: 32px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.popup-custom {
	display: none;
}

.popup-custom.show {
	display: flex;
}

.popup-notifi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
}

.popup-notifi .bgr-off {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.popup-notifi .content-popup {
	position: relative;
	padding: clamp(30px, 5vw, 60px);
	background: #FFFFF0;
	text-align: center;
	width: 642px;
	max-width: 90%;
	max-height: 90%;
	overflow-y: auto;
}

@media (max-width: 767px) {
	.popup-notifi .content-popup {
		padding: 60px 24px;
	}
}

.popup-notifi .content-popup .heading {
	margin-bottom: 20px;
}

.popup-notifi .content-popup .text {
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.popup-notifi .content-popup .text {
		font-size: 0.875rem;
	}
}

.popup-notifi .content-popup .text > * {
	font-weight: inherit;
	font-size: inherit;
}

.popup-notifi .content-popup .text > *:first-child {
	margin-top: 0;
}

.popup-notifi .content-popup .text > *:last-child {
	margin-bottom: 0;
}

.popup-notifi .content-popup .list-button {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 12px;
	justify-content: center;
}

@media (max-width: 767px) {
	.popup-notifi .content-popup .list-button a {
		width: 100%;
		justify-content: center;
	}
}

.popup-notifi .content-popup .off-popup {
	position: absolute;
	right: 24px;
	top: 24px;
}

.popup-form .content-popup {
	width: 1240px;
	padding: clamp(60px, 6vw, 100px) clamp(40px, 6vw, 80px);
}

@media (max-width: 767px) {
	.popup-form .content-popup {
		padding: 60px 20px;
	}
}

.popup-form .content-popup .heading {
	margin-bottom: 28px;
}

.popup-form .content-popup .text {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.popup-form .content-popup .text {
		margin-bottom: 40px;
	}
}

.popup-form .content-popup .form {
	max-width: 632px;
	margin: auto;
}

.popup-form .content-popup .nf-field-description {
	text-align: justify;
}

.popup-form .content-popup input[type=submit] {
	width: 100%;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.popup-form .content-popup .nf-error, .popup-form .content-popup .nf-error-msg {
	text-align: left;
}

.popup-form .content-popup .ninja-forms-req-symbol {
	color: #EB3D00;
}

body #moove_gdpr_cookie_info_bar,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	max-height: unset;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
	background: #FFFFF0;
	width: 642px;
	padding: 60px;
	max-width: 90%;
	max-height: 90%;
	overflow-y: auto;
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
	body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
		padding: 28px 24px;
	}
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
	display: block;
	padding: 0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
	color: #0F172A;
	text-align: center;
	margin-bottom: 28px;
	padding: 0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice *,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice * {
	color: #0F172A;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice button, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice button,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
	font-weight: 500;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice .title,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice .title {
	color: #0F172A;
	font-family: "Stavian", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 20px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
	gap: 20px;
	row-gap: 12px;
	padding: 0;
	justify-content: center;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	padding: 12px 16px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 48px;
	margin: 0;
	border-radius: 0;
	opacity: 1;
	box-shadow: unset;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:hover,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:first-child,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:first-child,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:first-child,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.5;
	transition-duration: 0.3s;
	cursor: pointer;
	padding: 12px 16px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 48px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:first-child:hover,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:first-child:hover,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:first-child:hover,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:first-child:hover {
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button,
	body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,
	body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button {
		width: 100%;
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header_stavian {
	position: relative;
}

.header_stavian .header-logo img {
	display: block;
}

.header_stavian .header_bot {
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
	border-radius: 8px;
	gap: 20px;
	align-items: center;
	padding: 0 24px;
	position: relative;
}

.header_stavian .header_bot:has(.search_form.show) .main-navigation {
	opacity: 0;
}

.header_stavian .header_bot .right_bar {
	display: flex;
	gap: 8px;
	align-items: center;
}

.header_stavian .header_bot .right_bar .logo_site {
	min-width: fit-content;
}

.header_stavian .header_bot .right_bar .btn-none {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_stavian .header_bot .right_bar .btn-none:hover svg path, .header_stavian .header_bot .right_bar .btn-none:focus svg path {
	fill: #094B41;
}

.header_stavian .header_bot .main_menu #primary-menu {
	width: max-content;
}

.header_stavian .header_bot ul {
	list-style: none;
}

.header_stavian .header_bot .logo_site, .header_stavian .header_bot .right_bar {
	min-width: max-content;
}

.header_stavian .header_bot .menu-bar {
	display: none;
}

@media (max-width: 767px) {
	.header_stavian .header_bot .menu-bar {
		display: flex;
	}
	.header_stavian .header_bot .main_menu {
		display: none;
	}
}

.header_stavian .main-navigation ul {
	gap: 16px;
	row-gap: 14px;
}

.header_stavian .main-navigation a {
	color: #344054;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}

.header_stavian .main-navigation .menu-icon {
	width: 100%;
	object-fit: cover;
	display: block;
}

.header_stavian .main-navigation li, .header_stavian .main-navigation ul {
	position: relative;
}

.header_stavian .main-navigation .nav-menu > .menu-item > .link_sub_menu .title_sub_menu {
	display: block;
	padding: 10px 0;
}

.header_stavian .main-navigation .nav-menu {
	width: max-content;
}

.header_stavian #primary-menu > .menu-item:hover > a {
	color: #344054;
}

.header_stavian #primary-menu > .menu-item > .link_sub_menu .title_sub_menu {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 10px 0;
	position: relative;
}

.header_stavian #primary-menu > .menu-item > .link_sub_menu .title_sub_menu:before {
	content: '';
	display: block;
	background-color: #344054;
	height: 2px;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: all 300ms ease;
	width: 100%;
	position: absolute;
	bottom: 8px;
}

.header_stavian #primary-menu > .menu-item.menu-item-has-children > .link_sub_menu .title_sub_menu:after {
	content: '';
	background-image: url(/wp-content/themes/stavian/images/icons/chevron-down.png);
	display: block;
	width: 20px;
	height: 20px;
}

.header_stavian #primary-menu > .menu-item.menu-item-has-children > .custom-sub-menu > .wrap_sub_menu > .menu-item:first-child > a {
	padding-top: 0;
}

.header_stavian #primary-menu > .menu-item.menu-item-has-children > .custom-sub-menu > .wrap_sub_menu > .menu-item:last-child > a {
	padding-bottom: 0;
	border-bottom: none;
}

.header_stavian #primary-menu > .menu-item:hover.menu-item-has-children > .link_sub_menu .title_sub_menu:after {
	transform: rotate(-180deg);
}

.header_stavian #primary-menu > .menu-item:hover > .link_sub_menu .title_sub_menu:before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
	width: 100%;
}

.header_stavian #primary-menu > .menu-item-has-children {
	display: flex;
	align-items: center;
	gap: 4px;
}

.header_stavian .sticky_header {
	background-color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 16px;
	box-shadow: 0 6px 9px -3px rgba(0, 0, 0, 0.12);
}

.header_stavian .sticky_header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-top: 8px;
	padding-bottom: 8px;
}

.header_stavian .search_form {
	height: 0;
	width: 0;
	padding: 0;
	background: #FFFFFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: absolute;
	right: 164px;
	left: 240px;
	top: 0;
	bottom: 0;
	max-width: 790px;
	margin-right: 0;
	overflow: hidden;
}

.header_stavian .search_form > form {
	padding: 0;
}

.header_stavian .search_form.show {
	display: block;
	height: 100%;
	width: calc(100% - 404px);
	overflow: unset;
}

.header_stavian .content_menu_mb {
	display: none;
	height: calc(100vh - 64px);
	overflow-y: auto;
}

.header_stavian .content_menu_mb .sub-menu.show {
	display: block;
}

.site-header .search_icon .icon_show {
	display: block;
}

.site-header .search_icon .icon_hide {
	display: none;
}

.site-header.has-search .search_icon .icon_show {
	display: none;
}

.site-header.has-search .search_icon .icon_hide {
	display: block;
}

.menu-item-has-children .custom-sub-menu {
	position: absolute !important;
	width: 270px;
	left: 0;
	top: 100%;
	transform: translateY(100px);
	visibility: hidden;
	opacity: 0;
	z-index: -1000;
	display: flex;
	flex-direction: column;
	row-gap: 0 !important;
	border-radius: 0;
	background: #FFFFFF;
	padding: 16px;
	pointer-events: none;
	min-width: fit-content;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.menu-item-has-children .custom-sub-menu {
		min-width: unset;
		white-space: normal;
	}
}

.menu-item-has-children .custom-sub-menu::before {
	position: absolute;
	content: "";
	top: -18px;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 18px;
}

.menu-item-has-children .custom-sub-menu .wrap_sub_menu .menu-item a {
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #E6EDEC;
}

.menu-item-has-children .custom-sub-menu .wrap_sub_menu .menu-item a .title_sub_menu {
	font-size: 16px;
	font-weight: 600;
}

.menu-item-has-children .custom-sub-menu .link_sub_menu {
	display: flex;
	align-items: baseline;
	gap: 12px;
	width: 100%;
}

.menu-item-has-children .custom-sub-menu .link_sub_menu .title_sub_menu {
	display: block;
	color: #344054;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.menu-item-has-children .custom-sub-menu .link_sub_menu .title_sub_menu:hover {
	text-decoration: underline;
}

.menu-item-has-children .custom-sub-menu .custom-sub-menu {
	transform: none;
	display: block;
	position: unset !important;
	float: none;
	padding: 0 0 0 12px;
	box-shadow: none;
	visibility: visible;
	opacity: 1;
	width: 100%;
}

.menu-item-has-children .custom-sub-menu .custom-sub-menu .wrap_sub_menu {
	grid-template-columns: auto;
	gap: 8px;
	padding: 0;
}

.menu-item-has-children .custom-sub-menu .menu-item-has-children:hover > .custom-sub-menu {
	display: block;
}

.menu-item-has-children .menu-item-has-children {
	position: relative !important;
}

.menu-item-has-children:hover > .custom-sub-menu {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	z-index: 100;
	pointer-events: auto;
}

.admin-bar .sticky_header.sticky {
	top: 32px;
}

.admin-bar .sticky_header.sticky + .content_menu_mb {
	top: 96px;
}

.search_form form.searchwp-form {
	width: 100%;
}

.search_form form.searchwp-form .swp-input {
	border-radius: 0 !important;
	border: 1px solid #8EACA8 !important;
	background-color: #F9FAFB;
	padding: 11px 50px 11px 16px;
	color: #344054;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	outline: none;
	background-image: none;
}

.search_form form.searchwp-form .swp-input::placeholder {
	color: #667085;
}

.search_form form.searchwp-form .swp-input::-webkit-input-placeholder {
	color: #667085;
}

.search_form form.searchwp-form .swp-input::-moz-placeholder {
	color: #667085;
}

.search_form form.searchwp-form .swp-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
}

.search_form form.searchwp-form .swp-input:focus {
	border: 1px solid #08443b;
	background: #F9FAFB;
}

.search_form form.searchwp-form .swp-items-stretch {
	position: relative;
}

.search_form form.searchwp-form input[type=submit] {
	position: absolute;
	font-size: 0;
	border: none;
	width: 20px;
	height: 28px;
	right: 16px;
	top: 10px;
	padding: 0;
	background-color: transparent;
	background-position: center;
	background-size: 20px;
	outline: none;
	background-image: url(/wp-content/themes/stavian/images/icons/search.png);
	background-repeat: no-repeat;
}

body.sticky .searchwp-live-search-results-showing.search-result-header {
	top: 67px !important;
}

body .searchwp-live-search-results-showing:not(.search-result-header) {
	display: none;
}

body .searchwp-live-search-results-showing.search-result-header {
	border-radius: 0;
	position: fixed;
	top: 83px !important;
	max-width: calc(1440px - 60px);
	max-height: 432px;
	min-height: unset;
	border: none;
	background: #FFF;
	padding: 0;
	box-shadow: 0px 32px 64px -16px rgba(16, 24, 40, 0.14);
}

body .searchwp-live-search-results-showing.search-result-header p.searchwp-live-search-no-results {
	display: none;
}

body .searchwp-live-search-results-showing.search-result-header > div {
	border: none;
	padding: 16px 24px;
	background: #FFF;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result--title a {
	color: #344054;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Stavian", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result--desc {
	color: #344054;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result {
	padding: 0;
	border: none;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result a {
	padding: 6px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: none;
	margin-bottom: 0;
	border-bottom: 1px solid #E6EDEC;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result a:after {
	content: '';
	background-image: url(/wp-content/themes/stavian/images/icons/chevron-down.png);
	display: block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	transform: rotate(-90deg);
	background-position: center;
	background-repeat: no-repeat;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result a:hover {
	background: #E6EDEC;
	padding: 6px 8px;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result:first-child {
	padding-bottom: 0;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result:last-child a {
	border-bottom: none;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result .searchwp-live-search-result--desc {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	height: 24px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-weight: 400;
	height: auto;
}

body .searchwp-live-search-results-showing.search-result-header .searchwp-live-search-result--img {
	display: none;
}

body .searchwp-live-search-no-min-chars:after {
	padding: 0;
}

body.admin-bar .searchwp-live-search-results-showing.search-result-header {
	top: 100px !important;
}

body.admin-bar.sticky .searchwp-live-search-results-showing.search-result-header {
	top: 92px !important;
}

.header-language .country-selector.weglot-dropdown {
	background: transparent;
	z-index: unset;
}

.header-language .country-selector.weglot-dropdown .wgcurrent {
	border: none;
}

.header-language .country-selector.weglot-dropdown .wgcurrent:after {
	display: none;
}

.header-language .country-selector.weglot-dropdown .wgcurrent .wglanguage-name {
	font-size: 0;
	padding: 0;
}

.header-language .country-selector.weglot-dropdown .wgcurrent .wglanguage-name:before {
	margin: 0;
	width: 20px !important;
	height: 20px !important;
	background-size: auto 20px !important;
}

.header-language .country-selector.weglot-dropdown ul {
	left: auto;
	right: 0;
	border: 1px solid #EAECF0;
	background: #FFFFFF;
	box-shadow: 0 8px 10px 2px rgba(16, 24, 40, 0.18);
	padding: 8px;
	min-width: 240px;
	margin-top: 16px;
}

.header-language .country-selector.weglot-dropdown a, .header-language .country-selector.weglot-dropdown span {
	color: #344054;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	height: fit-content;
	padding: 8px;
}

@media (min-width: 1281px) and (max-width: 1380px) {
	.header_stavian .main-navigation ul {
		gap: 14px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.header_stavian .main-navigation ul {
		gap: 10px;
	}
	.header_stavian .main-navigation a {
		font-size: 16px;
	}
	.header_stavian #primary-menu > .menu-item-has-children {
		gap: 0;
	}
	.header_stavian .logo_site {
		height: 29px;
	}
	.header_stavian .logo_site img {
		width: 152px;
		height: 29px;
	}
	.header_stavian .header_bot {
		gap: 10px;
		padding: 0 15px;
	}
	.header_stavian .header_bot .right_bar {
		gap: 10px;
	}
}

@media (max-width: 1024px) {
	.header_stavian .logo_site {
		height: 29px;
		width: fit-content;
	}
	.header_stavian .logo_site img {
		width: 152px;
		height: 29px;
	}
	.header_stavian .search_form {
		top: -6px;
		padding-top: 0;
		max-width: 100%;
		right: 68px;
		left: 24px;
	}
	.header_stavian .search_form.show {
		width: calc(100% - 92px);
		height: fit-content;
	}
	.has-search .header_stavian .header-language, .has-search .header_stavian .header-account {
		display: none;
	}
	.header_stavian .content_menu_mb {
		width: 100%;
		z-index: -1;
		background-color: #FFFFFF;
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		visibility: hidden;
		opacity: 0;
	}
	.header_stavian .content_menu_mb.show {
		top: 64px;
		display: flex;
		z-index: 998;
		visibility: visible;
		opacity: 1;
	}
	.header_stavian .content_menu_mb .menu_mb_top {
		flex-grow: 1;
		padding: 16px 20px 32px;
	}
	.header_stavian .content_menu_mb .menu_mb_top ul {
		list-style: none;
	}
	.header_stavian .content_menu_mb .menu_mb_bot {
		background: #661B00;
		padding: 24px 20px 32px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.header_stavian .sticky_header {
		padding-top: 16px;
		padding-bottom: 12px;
	}
	.header_stavian .sticky_header.sticky {
		padding-top: 16px;
		padding-bottom: 12px;
	}
	.header_stavian .header_bot {
		padding: 0 24px;
	}
	.header_stavian .header_bot .header-logo {
		flex-grow: 1;
	}
	.header_stavian .header_bot .main_menu {
		display: none;
	}
	.header_stavian .header_bot .menu-bar {
		display: flex;
		gap: 0;
		font-size: 0;
		cursor: pointer;
	}
	.header_stavian .header_bot .menu-bar .icon_btn_menu {
		display: flex;
		width: 24px;
	}
	.header_stavian .header_bot .menu-bar .off {
		display: none;
	}
	.header_stavian .header_bot .menu-bar.active-menu .off {
		display: block;
	}
	.header_stavian .header_bot .menu-bar.active-menu .on {
		display: none;
	}
	.header_stavian .header_bot .right_bar > a {
		display: none;
	}
	.header_stavian #primary-menu {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.header_stavian #primary-menu > .menu-item {
		border-bottom: 1px solid #E6EDEC;
	}
	.header_stavian #primary-menu > .menu-item:last-child {
		border-bottom: none;
	}
	.header_stavian .menu-item {
		padding: 14px 0;
	}
	.header_stavian .menu-item a {
		color: #344054;
		font-size: 16px;
		font-weight: 600;
		line-height: 150%;
		text-decoration: unset;
		display: block;
		width: fit-content;
		transition: none;
	}
	.header_stavian .menu-item-has-children {
		position: relative;
		transition: none;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 4px;
		align-items: center;
	}
	.header_stavian .menu-item-has-children .show_sub_menu {
		background-image: url(/wp-content/themes/stavian/images/icons/chevron-down.png);
		display: block;
		width: 21px;
		height: 20px;
		order: 2;
	}
	.header_stavian .menu-item-has-children > .link_sub_menu {
		order: 1;
	}
	.header_stavian .menu-item-has-children > .sub-menu {
		order: 3;
	}
	.header_stavian .menu .sub-menu {
		display: none;
		flex-direction: column;
		width: 100%;
		gap: 0;
		padding-left: 16px;
	}
	.header_stavian .menu .sub-menu .menu-item {
		padding-bottom: 16px;
		padding-top: 0;
	}
	.header_stavian .menu .sub-menu .menu-item:last-child {
		padding-bottom: 0;
	}
	.header_stavian .menu .sub-menu .menu-item:first-child {
		padding-top: 16px;
	}
	.header_stavian .menu .sub-menu .menu-item a {
		font-weight: 600;
	}
	.header_stavian .menu .sub-menu.show {
		display: flex;
	}
	.header_stavian #primary-menu .menu-item-has-children {
		display: flex;
		position: relative;
	}
	.header_stavian #primary-menu .menu-item-has-children:after {
		content: none;
	}
	body.sticky .searchwp-live-search-results-showing.search-result-header {
		top: 64px !important;
	}
	body .searchwp-live-search-results-showing.search-result-header {
		top: 64px !important;
		max-width: 100%;
		width: 100% !important;
		left: 0 !important;
		height: calc(100% - 64px);
		max-height: unset;
	}
	body .searchwp-live-search-results-showing.search-result-header > div {
		height: 100%;
		padding-top: 32px;
	}
	body.admin-bar .searchwp-live-search-results-showing.search-result-header {
		top: 96px !important;
	}
	body.admin-bar .searchwp-live-search-results-showing.search-result-header.sticky,
	body.admin-bar.sticky .searchwp-live-search-results-showing.search-result-header {
		top: 96px !important;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #FFFFFF;
}

.footer_custom {
	padding: 20px 20px 0;
}

.footer_custom .footer_mid .container-footer {
	display: flex;
	justify-content: space-between;
	row-gap: 40px;
	column-gap: 20px;
	padding: 40px 0;
	margin: 40px auto 0;
}

@media (max-width: 1024px) {
	.footer_custom .footer_mid .container-footer {
		flex-direction: column;
		row-gap: 40px;
		padding: 20px 0 40px;
		margin: 20px auto 0;
	}
	.footer_custom .footer_mid .container-footer .box_left, .footer_custom .footer_mid .container-footer .box_right {
		width: 100%;
	}
}

.footer_custom .footer_mid .logo {
	margin-bottom: 24px;
}

@media (max-width: 1024px) {
	.footer_custom .footer_mid .logo img {
		width: 252px;
	}
}

.footer_custom .footer_mid .list_menu_footer {
	display: flex;
	gap: 20px;
	white-space: nowrap;
	padding-bottom: 40px;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.footer_custom .footer_mid .list_menu_footer {
		flex-wrap: wrap;
		gap: 4%;
		row-gap: 24px;
	}
	.footer_custom .footer_mid .list_menu_footer .menu_footer {
		width: 48%;
	}
	.footer_custom .footer_mid .list_menu_footer .menu_footer:last-child {
		width: 100%;
	}
}

.footer_custom .footer_mid .box_right {
	width: calc(40% - 10px);
}

@media (max-width: 767px) {
	.footer_custom .footer_mid .box_right {
		width: 100%;
	}
}

.footer_custom .footer_mid .box_left {
	width: calc(60% - 10px);
}

@media (max-width: 767px) {
	.footer_custom .footer_mid .box_left {
		width: 100%;
	}
}

.footer_custom .footer_mid .box_left .text_oliver {
	margin: 0;
	margin-bottom: 4px;
}

.footer_custom .footer_mid .box_left .content > *:first-child {
	margin-top: 0;
}

.footer_custom .footer_mid .box_left .content > *:last-child {
	margin-bottom: 0;
}

.footer_custom .footer_mid .box_left .content:not(:last-child) {
	margin-bottom: 10px;
}

.footer_custom .footer_mid .title {
	font-family: "Stavian", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.7;
	padding-bottom: 20px;
	color: #344054;
}

.footer_custom .footer_mid .footer-info-address {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

@media (max-width: 767px) {
	.footer_custom .footer_mid .footer-info-address {
		grid-template-columns: 1fr;
	}
}

.footer_custom .footer_mid .footer-info-address .content {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #667085;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}

.footer_custom .footer_mid .footer-info-address .content * {
	font-size: inherit;
	font-weight: inherit;
}

.footer_custom .footer_mid .footer-info-address .content *:hover {
	color: #000000;
	text-decoration: underline;
}

.footer_custom .footer_mid .footer-info-address .content svg {
	min-width: 24px;
}

.footer_custom .footer_mid .menu_footer .text_oliver {
	margin: 0;
	margin-bottom: 16px;
}

.footer_custom .footer_mid .menu_footer .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer_custom .footer_mid .menu_footer .menu ul {
	list-style-type: none;
}

.footer_custom .footer_mid .menu_footer .menu ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

.footer_custom .footer_mid .menu_footer .menu-item a {
	width: 100%;
	color: #667085;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	padding: 0 0 8px;
	display: block;
	text-decoration: unset;
}

.footer_custom .footer_mid .menu_footer .menu-item a:hover {
	text-decoration: underline;
}

.footer_custom .footer_bot {
	padding-bottom: 32px;
}

@media (max-width: 767px) {
	.footer_custom .footer_bot {
		padding-bottom: 32px;
	}
}

.footer_custom .footer_bot .container-footer {
	display: flex;
	justify-content: center;
}

.footer_custom .footer_bot .copyright {
	color: #667085;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.footer_custom .footer_bot .list_link {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: flex-end;
	color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
	.footer_custom .footer_bot .list_link {
		justify-content: flex-start;
		color: #667085;
	}
}

.footer_custom .list_social {
	list-style: none;
	display: flex;
	gap: 12px;
	align-items: center;
}

.footer_custom .list_social svg path {
	fill: #344054;
}

.footer_custom .list_social a:hover svg path {
	fill: #094B41;
}

/*--------------------------------------------------------------
/* Navigation
--------------------------------------------------------------*/
.main-navigation {
	width: 100%;
	display: flex;
	justify-content: center;
}

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

/*--------------------------------------------------------------
# multi-columns
--------------------------------------------------------------*/
/* Block one columns
--------------------------------------------- */
.one-col-media .content_block {
	background: linear-gradient(0deg, rgba(5, 41, 36, 0.8) 0%, rgba(5, 41, 36, 0.8) 100%), var(--data-image) lightgray 50%/cover no-repeat;
	min-height: clamp(300px, 78vh, 720px);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media (max-width: 767px) {
	.one-col-media .content_block {
		min-height: 277px;
	}
}

.one-col-media .content_block:before {
	content: "";
	background-image: url(/wp-content/themes/stavian/images/deco-4.png);
	position: absolute;
	width: 335px;
	height: 100%;
	left: 0;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

@media (max-width: 767px) {
	.one-col-media .content_block:before {
		content: none;
	}
}

.one-col-media .content_block:after {
	content: "";
	background-image: url(/wp-content/themes/stavian/images/deco-5.png);
	position: absolute;
	width: 312px;
	height: 100%;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}

@media (max-width: 767px) {
	.one-col-media .content_block:after {
		content: none;
	}
}

.one-col-media .content_block .content_play {
	cursor: pointer;
}

.one-col-media .content_block .content_play .play {
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.333333;
	display: block;
	margin-top: 20px;
}

.one-col-media .content_block .play_video {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.one-col-media .content_block .play_video video {
	object-fit: cover;
	object-position: center;
}

.one-col-content-slide {
	background: var(--data-image) lightgray 50%/cover no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 767px) {
	.one-col-content-slide {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.one-col-content-slide .button_swiper {
	display: flex;
	gap: 4px;
}

.one-col-content-slide .content_block {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

@media (max-width: 767px) {
	.one-col-content-slide .content_block {
		gap: 32px;
	}
}

.one-col-content-slide .content_block .content_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.one-col-content-slide .content_block .content_top .box_left {
	width: 720px;
}

@media (max-width: 767px) {
	.one-col-content-slide .content_block .content_top .box_left {
		text-align: center;
	}
}

.one-col-content-slide .content_block .content_top .box_left .heading {
	color: #FFFFFF;
	margin-bottom: 16px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.one-col-content-slide .content_block .content_top .box_left .heading {
		margin-bottom: 12px;
	}
}

.one-col-content-slide .content_block .content_top .box_left .desc {
	color: #FFFFFF;
}

.one-col-content-slide .content_block .content_bot .swiper-wrapper .swiper-slide {
	width: fit-content;
	background: #EAECF0;
	padding: 16px;
	height: auto;
}

.one-col-content-slide .content_block .content_bot .swiper-wrapper .swiper-slide:first-child {
	margin-left: calc((100% - 1248px) / 2 + 24px);
}

@media (max-width: 1024px) {
	.one-col-content-slide .content_block .content_bot .swiper-wrapper .swiper-slide:first-child {
		margin-left: 20px;
	}
}

.one-col-content-slide .content_block .content_bot .swiper-wrapper .swiper-slide:last-child {
	margin-right: 100px;
}

@media (max-width: 1024px) {
	.one-col-content-slide .content_block .content_bot .swiper-wrapper .swiper-slide:last-child {
		margin-right: 0;
	}
}

.one-col-content-slide .content_block .content_bot .swiper-wrapper .swiper-slide .content_slide {
	display: flex;
	gap: 12px;
	flex-direction: column;
	height: 100%;
}

.one-col-content-slide .content_block .content_bot .swiper-wrapper .swiper-slide .content_slide .img {
	max-height: 285px;
	object-fit: cover;
	margin-top: auto;
}

.one-col-content-slide .content_block .content_bot .swiper-wrapper .swiper-slide .content_slide .name {
	text-align: center;
	color: #344054;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.one-col-content-slide .button_swiper_mb {
	display: none;
}

@media (max-width: 767px) {
	.one-col-content-slide .button_swiper_pc {
		display: none;
	}
	.one-col-content-slide .button_swiper_mb {
		display: flex;
		justify-content: center;
		margin-top: 32px;
	}
}

/* Block two columns
--------------------------------------------- */
.two-col-text-img-achievement {
	background-image: url(/wp-content/themes/stavian/images/deco-2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}

.two-col-text-img-achievement:after {
	content: "";
	background-image: url(/wp-content/themes/stavian/images/deco-12.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 540px;
	height: 90%;
	top: 10%;
	right: 0;
}

@media (max-width: 767px) {
	.two-col-text-img-achievement {
		background-image: unset;
	}
	.two-col-text-img-achievement:after {
		content: none;
	}
}

.two-col-text-img-achievement > .container {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

.two-col-text-img-achievement .heading {
	margin-bottom: 40px;
	margin-left: 103px;
}

.two-col-text-img-achievement .content_block {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.two-col-text-img-achievement .content_block .box_left {
	width: calc(42% - 20px);
	position: relative;
}

.two-col-text-img-achievement .content_block .box_left .sticky_box {
	position: sticky;
	top: 100px;
}

.two-col-text-img-achievement .content_block .box_left .heading-3 {
	margin-bottom: 12px;
}

.two-col-text-img-achievement .content_block .box_left .desc {
	font-size: 16px;
	margin-bottom: 12px;
}

.two-col-text-img-achievement .content_block .box_right {
	width: calc(58% - 20px);
}

.two-col-text-img-achievement .content_block .box_right .img {
	width: 100%;
	margin-bottom: 24px;
}

.two-col-text-img-achievement .content_block .box_right .list_achievement {
	display: grid;
	grid-template-columns: repeat(2, minmax(0%, 100%));
	gap: 24px;
	row-gap: 29px;
}

.two-col-text-img-achievement .content_block .box_right .list_achievement li {
	background: #F2F4F7;
	padding: 18px;
}

.two-col-text-img-achievement .content_block .box_right .list_achievement li .icon, .two-col-text-img-achievement .content_block .box_right .list_achievement li svg {
	height: 60px;
	width: auto;
	margin-bottom: 20px;
}

.two-col-text-img-achievement .content_block .box_right .list_achievement li .name {
	color: #667085;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Stavian", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.two-col-text-img-achievement .content_block .box_right .list_achievement li .number {
	color: #3A6F67;
	font-family: "Stavian", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	border-top: 1px solid #98A2B3;
	display: block;
	padding-top: 8px;
	margin-top: 8px;
}

.two-col-text-img-achievement .content_block .box_right .list_achievement li:hover {
	background: #3A6F67;
}

.two-col-text-img-achievement .content_block .box_right .list_achievement li:hover .name, .two-col-text-img-achievement .content_block .box_right .list_achievement li:hover .number {
	color: #FFFFFF;
}

.two-col-text-img-achievement .content_block .box_right .list_achievement li:hover .icon, .two-col-text-img-achievement .content_block .box_right .list_achievement li:hover svg {
	transform: scale(1.2);
	fill: #FFFFFF;
}

.two-col-text-img-achievement .content_block .box_right .list_achievement li:hover .icon path, .two-col-text-img-achievement .content_block .box_right .list_achievement li:hover svg path {
	fill: #FFFFFF;
}

@media (max-width: 1024px) {
	.two-col-text-img-achievement > .container {
		padding: 40px 24px;
	}
	.two-col-text-img-achievement .heading {
		margin-bottom: 40px;
		margin-left: 0;
	}
	.two-col-text-img-achievement .content_block .box_left, .two-col-text-img-achievement .content_block .box_right {
		width: 100%;
	}
	.two-col-text-img-achievement .content_block .box_right .list_achievement {
		gap: 16px;
		row-gap: 16px;
	}
	.two-col-text-img-achievement .content_block .box_right .list_achievement li {
		padding: 10px;
	}
	.two-col-text-img-achievement .content_block .box_right .list_achievement li svg {
		height: 36px;
		margin-bottom: 20px;
	}
	.two-col-text-img-achievement .content_block .box_right .list_achievement li .name {
		font-size: 0.875rem;
	}
	.two-col-text-img-achievement .content_block .box_right .list_achievement li .number {
		font-size: 1rem;
	}
}

.two-col-img-with-text > .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.two-col-img-with-text > .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.two-col-img-with-text .content_block {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.two-col-img-with-text .content_block {
		flex-direction: column-reverse;
	}
}

.two-col-img-with-text .content_block .box_left .content_img {
	position: relative;
}

.two-col-img-with-text .content_block .box_left .content_img:after {
	content: "";
	position: absolute;
	background: linear-gradient(270deg, rgba(249, 250, 251, 0) 7.08%, #F9FAFB 100%);
	width: 107px;
	height: 100%;
	left: 0;
	top: 0;
}

.two-col-img-with-text .content_block .box_left .content_img:before {
	content: "";
	position: absolute;
	background: linear-gradient(270deg, rgba(249, 250, 251, 0) 7.08%, #F9FAFB 100%);
	width: 107px;
	height: 100%;
	right: 0;
	top: 0;
	transform: rotate(180deg);
}

.two-col-img-with-text .content_block .box_left .content_img .img {
	width: 100%;
}

.two-col-img-with-text .content_block .box_left .content_img .img.mb {
	display: none;
}

@media (max-width: 767px) {
	.two-col-img-with-text .content_block .box_left .content_img .img.pc {
		display: none;
	}
	.two-col-img-with-text .content_block .box_left .content_img .img.mb {
		display: block;
	}
}

.two-col-img-with-text .content_block .box_right {
	max-width: 477px;
}

.two-col-img-with-text .content_block .box_right .heading {
	text-transform: uppercase;
	margin-bottom: 12px;
}

.two-col-img-with-text .content_block .box_right .desc {
	padding-bottom: 30px;
	position: relative;
}

.two-col-img-with-text .content_block .box_right .desc:after {
	content: "";
	width: 132px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #08443b;
}

.two-col-img-with-text-overlap .content_block {
	position: relative;
	height: fit-content;
	display: flex;
	align-items: center;
	min-height: 60vh;
}

@media (max-width: 767px) {
	.two-col-img-with-text-overlap .content_block {
		flex-direction: column;
	}
}

.two-col-img-with-text-overlap .content_block .box_image {
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.two-col-img-with-text-overlap .content_block .box_image {
		position: relative;
	}
}

.two-col-img-with-text-overlap .content_block .box_image .content_img {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	max-width: 1009px;
	margin-left: auto;
	margin-right: 0;
}

.two-col-img-with-text-overlap .content_block .box_image .content_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

@media (max-width: 767px) {
	.two-col-img-with-text-overlap .content_block .box_image .content_img {
		min-height: 200px;
		position: unset;
	}
	.two-col-img-with-text-overlap .content_block .box_image .content_img img {
		min-height: 200px;
	}
}

.two-col-img-with-text-overlap .content_block .box_content {
	position: relative;
	z-index: 1;
}

.two-col-img-with-text-overlap .content_block .box_content-green {
	max-width: 580px;
	padding: 32px;
	background: #094B41;
}

.two-col-img-with-text-overlap .content_block .box_content .heading {
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: normal;
}

.two-col-img-with-text-overlap .content_block .box_content .desc {
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.two-col-img-with-text-overlap .content_block .box_content {
		margin-top: -32px;
		display: flex;
		justify-content: center;
	}
	.two-col-img-with-text-overlap .content_block .box_content-green {
		padding: 32px 24px;
	}
	.two-col-img-with-text-overlap .content_block .box_content .heading {
		text-align: center;
	}
}

.two-col-tab {
	background-color: #E6EDEC;
	margin-top: 0;
	position: relative;
}

.two-col-tab:before {
	content: "";
	position: absolute;
	left: -423px;
	top: 0;
	bottom: 0;
	width: 678px;
	height: 100%;
	background-image: url(/wp-content/themes/stavian/images/deco-2.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}

.two-col-tab + .contact_form_block.block-only-form > .container {
	padding-top: 0;
}

@media (max-width: 767px) {
	.two-col-tab {
		background-image: unset;
		margin-top: 40px;
	}
	.two-col-tab:before {
		display: none;
	}
}

.two-col-tab > .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.two-col-tab .heading {
	margin-bottom: 60px;
	margin-left: 310px;
	max-width: 415px;
	line-height: normal;
}

.two-col-tab .content_block {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.two-col-tab .content_block .box_left {
	width: 270px;
	position: relative;
}

.two-col-tab .content_block .box_left .sticky_box {
	position: sticky;
	top: 100px;
}

.two-col-tab .content_block .box_right {
	width: calc(100% - 310px);
}

.two-col-tab .content_block .box_right .img {
	width: 100%;
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.two-col-tab > .container {
		padding: 60px 24px;
	}
	.two-col-tab .heading {
		text-align: center;
		margin-bottom: 60px;
		margin-left: 0;
	}
	.two-col-tab .content_block .box_left {
		display: none;
	}
	.two-col-tab .content_block .box_right {
		width: 100%;
	}
}

.two-col-tab .tab-content-title {
	margin-bottom: 24px;
	color: #B3C7C4;
	font-family: "Stavian", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.two-col-tab .tab-content-title span {
	font-weight: inherit;
}

.two-col-tab .tab-content-title.active {
	color: #06352e;
}

.two-col-tab .tab-content-item {
	margin-bottom: 60px;
}

.two-col-tab .tab-content-item:last-child {
	margin-bottom: 0;
}

.two-col-tab .tab-content-item .tab-content {
	padding: 80px 60px;
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), var(--image) lightgray 50%/cover no-repeat;
}

.two-col-tab .tab-content-item .tab-content h2 {
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 16px;
}

.two-col-tab .tab-content-item .tab-content .desc {
	margin-bottom: 16px;
}

.two-col-tab .tab-content-item.private_label .tab-content {
	padding-bottom: 140px;
}

.two-col-tab .tab-content-item.private_label .products-card {
	padding-left: 60px;
	padding-right: 20%;
	margin-top: -100px;
	position: relative;
}

.two-col-tab .tab-content-item.private_label .products-card:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 100%;
	width: 60px;
	z-index: 1;
	background: linear-gradient(-270deg, rgba(249, 250, 251, 0) 7.08%, rgba(249, 250, 251, 0.41) 100%);
}

.two-col-tab .tab-content-item.private_label .products-card .post-card__media .btn-details {
	background: linear-gradient(180deg, rgba(8, 68, 59, 0) 0%, rgba(15, 131, 114, 0.62) 43.42%, #14AA93 86.84%);
	height: 133px;
}

.two-col-tab .tab-content-item.private_label .products-card .post-card__media--img {
	aspect-ratio: 300/256;
}

.two-col-tab .tab-content-item.private_label .products-card .post-card:hover {
	background: #FFFFFF;
}

.two-col-tab .tab-content-item.private_label .products-card .post-card__content {
	background-color: #3A6F67;
	padding: 10px;
}

.two-col-tab .tab-content-item.private_label .products-card .post-card__title {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.two-col-tab .tab-content-item {
		margin-bottom: 40px;
	}
	.two-col-tab .tab-content-item .tab-content {
		padding: 60px 24px;
		text-align: center;
	}
	.two-col-tab .tab-content-item.private_label .tab-content {
		padding-bottom: 140px;
	}
	.two-col-tab .tab-content-item.private_label .products-card {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.two-col-header-left {
	overflow: hidden;
}

.two-col-header-left > .container {
	padding-top: 100px;
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	.two-col-header-left > .container {
		padding-top: 60px;
		padding-bottom: 20px;
	}
}

.two-col-header-left .heading {
	text-transform: uppercase;
	margin-bottom: 60px;
	display: flex;
	gap: 24px;
	align-items: flex-end;
}

.two-col-header-left .heading:after {
	content: '';
	flex-grow: 1;
	display: block;
	height: 1px;
	background-color: #094B41;
	margin-bottom: 11px;
}

.two-col-header-left .heading span {
	display: block;
	max-width: 415px;
	width: 100%;
	font-weight: inherit;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.two-col-header-left .heading {
		flex-direction: column;
		gap: 27px;
		text-align: center;
		align-items: center;
		margin-bottom: 24px;
	}
	.two-col-header-left .heading:after {
		width: 100%;
	}
}

.two-col-header-left .content_block {
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.two-col-header-left .content_block .box_left {
	width: 40%;
}

.two-col-header-left .content_block .box_left img {
	display: block;
	margin: auto;
}

.two-col-header-left .content_block .box_left .content_img {
	position: relative;
}

.two-col-header-left .content_block .box_right {
	width: calc(60% - 40px);
}

.two-col-header-left .content_block .box_right .desc {
	font-size: 16px;
	padding-bottom: 60px;
	position: relative;
}

@media (max-width: 767px) {
	.two-col-header-left .content_block {
		flex-direction: column;
	}
	.two-col-header-left .content_block .box_left {
		width: 100%;
	}
	.two-col-header-left .content_block .box_right {
		width: 100%;
	}
	.two-col-header-left .content_block .box_right .desc {
		padding-bottom: 40px;
	}
}

.two-col-header-left .content_block .sub-container {
	width: 100%;
	overflow: auto;
}

.two-col-header-left .content_block .sub-container::-webkit-scrollbar {
	height: 4px;
	background: transparent;
}

.two-col-header-left .content_block .sub-container::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 4px;
}

.two-col-header-left .content_block .sub-container:hover::-webkit-scrollbar {
	height: 4px;
}

.two-col-header-left .content_block .sub-container:hover::-webkit-scrollbar-thumb {
	background: #98A2B3;
}

@media (max-width: 767px) {
	.two-col-header-left .content_block .sub-container {
		width: calc(100% + 24px);
	}
}

.two-col-header-left .content_block .sub-content {
	width: 680px;
	display: grid;
	grid-template-columns: 30% 35% 35%;
	overflow: hidden;
}

.two-col-header-left .content_block .sub-content_item {
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	color: #344054;
	height: 119px;
}

.two-col-header-left .content_block .sub-content_item .sub-title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.56;
}

.two-col-header-left .content_block .sub-content_item .sub-description {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: -0.14px;
	overflow-y: auto;
}

.two-col-header-left .content_block .sub-content_item .sub-description::-webkit-scrollbar {
	width: 1px;
}

.two-col-header-left .content_block .sub-content_item .sub-description::-webkit-scrollbar-thumb {
	background: #094B41;
}

.two-col-header-left .content_block .sub-content_item .sub-description::-webkit-scrollbar-track {
	background: #FFFFFF;
	border-radius: 10px;
}

.two-col-header-left .content_block .sub-content_item .sub-description * {
	font-size: inherit;
}

.two-col-header-left .content_block .sub-content_item:not(:first-child) {
	padding-left: 60px;
	position: relative;
}

.two-col-header-left .content_block .sub-content_item:not(:first-child)::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -1px;
	border-top: 58px solid transparent;
	border-left: 44px solid #E6EDEC;
	border-bottom: 58px solid transparent;
}

.two-col-header-left .content_block .sub-content_item:nth-child(1) {
	background-color: #E6EDEC;
}

.two-col-header-left .content_block .sub-content_item:nth-child(2) {
	background-color: #B3C7C4;
}

.two-col-header-left .content_block .sub-content_item:nth-child(3) {
	background-color: #8EACA8;
	color: #FFFFFF;
}

.two-col-header-left .content_block .sub-content_item:nth-child(3):after {
	border-left-color: #B3C7C4;
}

.two-col-header-right {
	overflow: hidden;
}

.two-col-header-right > .container {
	padding-top: 60px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.two-col-header-right > .container {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

.two-col-header-right .heading {
	text-transform: uppercase;
	margin-bottom: 60px;
	display: flex;
	gap: 24px;
	align-items: flex-end;
}

.two-col-header-right .heading:before {
	content: '';
	flex-grow: 1;
	display: block;
	height: 1px;
	background-color: #094B41;
	margin-bottom: 11px;
}

.two-col-header-right .heading span {
	display: block;
	max-width: 620px;
	width: 100%;
	text-align: right;
	font-weight: inherit;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.two-col-header-right .heading {
		flex-direction: column;
		gap: 27px;
		text-align: center;
		align-items: center;
		margin-bottom: 24px;
	}
	.two-col-header-right .heading:before {
		width: 100%;
		margin: 0;
	}
	.two-col-header-right .heading span {
		text-align: center;
	}
}

.two-col-header-right .content_block {
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.two-col-header-right .content_block .box_left {
	width: calc(60% - 40px);
}

.two-col-header-right .content_block .box_left img {
	display: block;
	margin: auto;
}

.two-col-header-right .content_block .box_left .content_img {
	position: relative;
}

.two-col-header-right .content_block .box_right {
	width: 40%;
}

.two-col-header-right .content_block .box_right .desc {
	font-size: 16px;
	padding-bottom: 60px;
	position: relative;
}

@media (max-width: 1024px) {
	.two-col-header-right .content_block {
		flex-direction: column-reverse;
	}
	.two-col-header-right .content_block .box_left {
		width: 100%;
	}
	.two-col-header-right .content_block .box_right {
		width: 100%;
	}
	.two-col-header-right .content_block .box_right .desc {
		padding-bottom: 20px;
	}
}

.two-col-header-right .sub-container {
	width: 100%;
	overflow: auto;
	margin-top: 60px;
}

@media (max-width: 767px) {
	.two-col-header-right .sub-container {
		margin-top: 40px;
	}
}

.two-col-header-right .sub-container::-webkit-scrollbar {
	height: 4px;
	background: transparent;
}

.two-col-header-right .sub-container::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 4px;
}

.two-col-header-right .sub-container:hover::-webkit-scrollbar {
	height: 4px;
}

.two-col-header-right .sub-container:hover::-webkit-scrollbar-thumb {
	background: #98A2B3;
}

.two-col-header-right .sub-content {
	display: grid;
	gap: 23px;
	grid-template-columns: repeat(6, 1fr);
	overflow: hidden;
}

.two-col-header-right .sub-content_item {
	padding: 20px 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 12px;
	color: #FFFFFF;
	background: #3A6F67;
}

.two-col-header-right .sub-content_item .sub-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.two-col-header-right .sub-content_item .sub-image {
	display: block;
	width: 67px;
	height: 67px;
}

.two-col-header-right .sub-content_item .sub-image img {
	display: block;
	object-fit: contain;
}

@media (max-width: 767px) {
	.two-col-header-right .sub-content_item {
		padding: 20px 8px;
	}
}

@media (max-width: 1024px) {
	.two-col-header-right .sub-content {
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
	}
}

@media (max-width: 480px) {
	.two-col-header-right .sub-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}

.two-col-header-right .procedure-container {
	padding: 40px 24px;
	background: #E6EDEC;
}

.two-col-header-right .procedure-container .procedure-content {
	display: grid;
	grid-template-columns: 36% 36% 28%;
	grid-template-areas: 'index-1 index-2 index-3' 'title title title' 'index-6 index-5 index-4';
}

.two-col-header-right .procedure-container .procedure-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.two-col-header-right .procedure-container .procedure-item:nth-child(6):after, .two-col-header-right .procedure-container .procedure-item:nth-child(7):after {
	transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 767px) {
	.two-col-header-right .procedure-container .procedure-item:nth-child(6):after, .two-col-header-right .procedure-container .procedure-item:nth-child(7):after {
		transform: translateX(-50%) rotate(90deg);
	}
}

.two-col-header-right .procedure-container .procedure-item .sub-title {
	color: #344054;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.two-col-header-right .procedure-container .procedure-item:after {
	content: '';
	display: block;
	width: 66px;
	height: 90px;
	background-image: url(/wp-content/themes/stavian/images/icons/icon-procedure.png);
	background-size: 66px 90px;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
}

.two-col-header-right .procedure-container .procedure-item:nth-child(3):after, .two-col-header-right .procedure-container .procedure-item:nth-last-child(3):after {
	display: none;
}

.two-col-header-right .procedure-container .procedure-item:nth-child(1), .two-col-header-right .procedure-container .procedure-item:nth-child(2) {
	padding-right: 74px;
}

.two-col-header-right .procedure-container .procedure-item:nth-last-child(1), .two-col-header-right .procedure-container .procedure-item:nth-last-child(2) {
	padding-right: 74px;
}

.two-col-header-right .procedure-container .procedure-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-area: title;
	padding: 40px 58px 40px 0;
}

.two-col-header-right .procedure-container .procedure-title:after {
	content: '';
	display: block;
	width: 66px;
	height: 90px;
	background-image: url(/wp-content/themes/stavian/images/icons/icon-procedure.png);
	background-size: 66px 90px;
	transform: rotate(90deg);
}

.two-col-header-right .procedure-container .procedure-title h3 {
	color: #3A6F67;
	font-family: "Stavian", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.two-col-header-right .procedure-container .procedure-content {
		grid-template-columns: 100%;
		grid-template-areas: 'title' 'index-1' 'index-2' 'index-3' 'index-4' 'index-5' 'index-6';
	}
	.two-col-header-right .procedure-container .procedure-title {
		padding: 0 0 40px;
		justify-content: center;
	}
	.two-col-header-right .procedure-container .procedure-title:after {
		display: none;
	}
	.two-col-header-right .procedure-container .procedure-title h3 {
		text-align: center;
	}
	.two-col-header-right .procedure-container .procedure-item {
		padding-bottom: 114px;
	}
	.two-col-header-right .procedure-container .procedure-item:after {
		top: auto;
		left: 50%;
		bottom: 20px;
		right: 0;
		transform: translateX(-50%) rotate(90deg);
	}
	.two-col-header-right .procedure-container .procedure-item:nth-child(3):after, .two-col-header-right .procedure-container .procedure-item:nth-last-child(3):after {
		display: block;
	}
	.two-col-header-right .procedure-container .procedure-item:nth-child(1), .two-col-header-right .procedure-container .procedure-item:nth-child(2) {
		padding-right: 0;
	}
	.two-col-header-right .procedure-container .procedure-item:nth-last-child(1), .two-col-header-right .procedure-container .procedure-item:nth-last-child(2) {
		padding-right: 0;
	}
	.two-col-header-right .procedure-container .procedure-item:last-child {
		padding-bottom: 0;
	}
	.two-col-header-right .procedure-container .procedure-item:last-child:after {
		display: none;
	}
}

.two-col-bg-img {
	background: linear-gradient(0deg, rgba(8, 68, 59, 0.8) 0%, rgba(8, 68, 59, 0.8) 100%), var(--image) lightgray 50%/cover no-repeat;
	position: relative;
}

.two-col-bg-img .content_info .heading {
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 16px;
	margin-bottom: 32px;
	border-bottom: 1px solid #FFFFFF;
	width: fit-content;
}

.two-col-bg-img .content_info .detail_info .name {
	color: #FFFFFF;
	text-overflow: ellipsis;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 12px;
}

.two-col-bg-img .content_info .detail_info .data_contact {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.two-col-bg-img .content_info .detail_info .data_contact li a {
	display: flex;
	gap: 12px;
}

.two-col-bg-img .content_info .detail_info .data_contact li span {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.two-col-bg-img .content_info .detail_info .data_contact li svg path {
	fill: #FFFFFF;
}

.two-col-bg-img:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 270px;
	height: 100%;
	background-image: url(/wp-content/themes/stavian/images/decor-9.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
}

.two-col-bg-img:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 678px;
	height: 100%;
	background-image: url(/wp-content/themes/stavian/images/decor-8.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {
	.two-col-bg-img:before, .two-col-bg-img:after {
		display: none;
	}
}

.two-col-bg-img > .container {
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.two-col-bg-img > .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.two-col-bg-img .content_block {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

.two-col-bg-img .content_block .box_left {
	width: calc(50% - 20px);
	color: #FFFFFF;
}

.two-col-bg-img .content_block .box_left .heading {
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 700;
	font-family: "Stavian", sans-serif;
}

.two-col-bg-img .content_block .box_left .desc {
	font-size: 16px;
}

.two-col-bg-img .content_block .box_left .content_info {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.two-col-bg-img .content_block .box_left .content_info {
		display: none;
	}
}

.two-col-bg-img .content_block .box_right {
	width: calc(50% - 20px);
}

.two-col-bg-img .content_block .box_right .content_info {
	display: none;
	background: #3A6F67;
	padding: 10px;
	padding-top: 0;
	text-align: center;
}

@media (max-width: 767px) {
	.two-col-bg-img .content_block .box_right .content_info {
		display: block;
	}
}

.two-col-bg-img .content_block .box_right .content_info .data_contact {
	align-items: center;
}

.two-col-bg-img .content_block .box_right .content_info .detail_info .name,
.two-col-bg-img .content_block .box_right .content_info .detail_info .data_contact li span {
	font-size: 1rem;
}

@media (max-width: 767px) {
	.two-col-bg-img .content_block {
		flex-direction: column;
	}
	.two-col-bg-img .content_block .box_left {
		width: 100%;
	}
	.two-col-bg-img .content_block .box_left .heading {
		font-size: 24px;
	}
	.two-col-bg-img .content_block .box_right {
		width: 100%;
	}
}

.two-col-bg-img .content_block .list-block_item {
	background: #FFFFFF;
	margin-bottom: 24px;
}

.two-col-bg-img .content_block .list-block_item:last-child {
	margin-bottom: 0;
}

.two-col-bg-img .content_block .list-block_item img {
	display: block;
	aspect-ratio: 580 / 287;
	object-fit: cover;
}

.two-col-bg-img .content_block .list-block_item:hover .btn-details {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.two-col-bg-img .content_block .list-block_image {
	overflow: hidden;
	position: relative;
}

.two-col-bg-img .content_block .list-block_image .big_title {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	background-color: #3A6F67;
	padding: 10px;
	color: #FFFFFF;
	padding-bottom: 0;
}

.two-col-bg-img .content_block .list-block .btn-details {
	visibility: hidden;
	opacity: 0;
	transform: translateY(100%);
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 10%;
	border: none;
	color: #FFFFFF;
	padding-bottom: 17px;
	align-items: flex-end;
	justify-content: center;
	background: linear-gradient(180deg, rgba(8, 68, 59, 0) 0%, rgba(15, 131, 114, 0.62) 43.42%, #14AA93 86.84%);
	min-height: 133px;
}

.two-col-bg-img .content_block .list-block .btn-details:after {
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-white.svg);
}

.two-col-bg-img .content_block .list-block .title {
	background-color: #3A6F67;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}

@media (max-width: 767px) {
	.two-col-bg-img .content_block .list-block .btn-details {
		left: 0;
		right: 0;
	}
}

.two-col-text-with-image {
	position: relative;
	background-color: #FFFFFF;
}

.two-col-text-with-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background-image: url(/wp-content/themes/stavian/images/deco-2.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}

@media (max-width: 767px) {
	.two-col-text-with-image:after {
		width: 100%;
		height: auto;
		aspect-ratio: 1.6 / 1;
	}
}

.two-col-text-with-image:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 480px;
	height: 100%;
	background-image: url(/wp-content/themes/stavian/images/deco-10.png);
	background-repeat: no-repeat;
	background-position: top right;
}

@media (max-width: 767px) {
	.two-col-text-with-image:before {
		content: none;
	}
}

.two-col-text-with-image .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.two-col-text-with-image .content_block {
	display: grid;
	grid-template-columns: repeat(2, minmax(0%, 100%));
	gap: 40px;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.two-col-text-with-image .content_block {
		grid-template-columns: repeat(1, minmax(0%, 100%));
	}
}

.two-col-text-with-image .content_block.switch .box_left {
	order: 2;
}

.two-col-text-with-image .content_block.switch .box_right {
	order: 1;
}

.two-col-text-with-image .box_left {
	display: flex;
}

.two-col-text-with-image .box_left .img {
	aspect-ratio: 1.188 / 1;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.two-col-text-with-image .box_right .heading {
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 16px;
}

.two-col-text-with-image .box_right .desc {
	font-size: 1.125rem;
	text-align: justify;
}

.two-col-step-content {
	color: #FFFFFF;
	background: radial-gradient(169.68% 48.28% at 1.74% 98.63%, rgba(0, 135, 51, 0.27) 0%, rgba(0, 135, 51, 0) 100%), radial-gradient(120.45% 73.13% at 132.99% 5.83%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), var(--data-image-step-content) lightgray 50%/cover no-repeat;
	position: relative;
}

.two-col-step-content:after {
	content: "";
	background-image: url(/wp-content/themes/stavian/images/deco-11.png);
	width: 380px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: top left;
}

.two-col-step-content .container {
	padding-top: clamp(72px, 7vw, 115px);
	padding-bottom: clamp(72px, 9vw, 161px);
}

.two-col-step-content .content_block {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 60px;
	z-index: 1;
	position: relative;
}

.two-col-step-content .content_block .box_left {
	width: calc(30% - 10px);
}

@media (max-width: 1024px) {
	.two-col-step-content .content_block .box_left {
		width: 100%;
	}
}

.two-col-step-content .content_block .box_left .heading {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 3rem;
}

.two-col-step-content .content_block .box_left .heading span {
	font-weight: 700;
}

.two-col-step-content .content_block .box_left .heading span:nth-of-type(2) {
	margin-left: 2.0625rem;
}

.two-col-step-content .content_block .box_left .heading span:nth-of-type(3) {
	margin-left: 5.3125rem;
}

.two-col-step-content .content_block .box_right {
	width: calc(70% - 10px);
}

@media (max-width: 1024px) {
	.two-col-step-content .content_block .box_right {
		width: 100%;
	}
}

.two-col-step-content .content_block .box_right .list_box {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media (max-width: 767px) {
	.two-col-step-content .content_block .box_right .list_box {
		gap: 30px;
	}
}

.two-col-step-content .content_block .box_right .list_box .box {
	display: flex;
	column-gap: 40px;
	row-gap: 24px;
	position: relative;
}

.two-col-step-content .content_block .box_right .list_box .box:not(:last-child):after {
	content: "";
	background: #D0D5DD;
	width: 1px;
	height: calc(100% - 64px + 40px);
	position: absolute;
	bottom: -40px;
	left: 32px;
}

@media (max-width: 767px) {
	.two-col-step-content .content_block .box_right .list_box .box:not(:last-child):after {
		content: none;
	}
}

.two-col-step-content .content_block .box_right .list_box .box:first-child:before {
	content: "";
	background: #D0D5DD;
	width: 1px;
	height: clamp(72px, 7vw, 115px);
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	left: 32px;
}

@media (max-width: 1024px) {
	.two-col-step-content .content_block .box_right .list_box .box:first-child:before {
		content: none;
	}
}

@media (max-width: 767px) {
	.two-col-step-content .content_block .box_right .list_box .box {
		flex-direction: column;
	}
}

.two-col-step-content .content_block .box_right .list_box .box .icon {
	border: 1px solid #D0D5DD;
	padding: 12px;
	width: 64px;
	height: 64px;
	object-fit: contain;
	object-position: center;
}

.two-col-step-content .content_block .box_right .list_box .box .content_box .title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.33333;
	margin-bottom: 8px;
}

.two-col-step-content .content_block .box_right .list_box .box .content_box .desc {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.two-col-step-content .content_block .box_right .list_box .box .content_box .list_mission {
	padding: 24px;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 767px) {
	.two-col-step-content .content_block .box_right .list_box .box .content_box .list_mission {
		padding: 16px;
	}
}

.two-col-step-content .content_block .box_right .list_box .box .content_box .list_mission .box_mission {
	display: flex;
	gap: 16px;
}

.two-col-step-content .content_block .box_right .list_box .box .content_box .list_mission .box_mission .icon_mission {
	height: 60px;
	object-fit: contain;
	min-width: 60px;
	width: 60px;
}

.two-col-step-content .content_block .box_right .list_box .box .content_box .list_mission .box_mission .content_mission .title_mission {
	font-family: "Stavian", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.two-col-step-content .content_block .box_right .list_box .box .content_box .list_mission .box_mission .content_mission .desc_mission {
	color: #D0D5DD;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: -0.14px;
}

.two-col-step-content .content_block .box_right .list_box .box .content_box .list_mission .box_mission .content_mission .desc_mission * {
	font-size: 1rem;
}

.two-col-img-with-slide {
	position: relative;
}

.two-col-img-with-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	height: 100%;
	background: #FFFFFF;
}

@media (max-width: 1024px) {
	.two-col-img-with-slide:before {
		aspect-ratio: 2.14 / 1;
		width: 100%;
		height: 183px;
		top: unset;
		bottom: 0;
		left: 0;
	}
}

.two-col-img-with-slide .container {
	padding-top: clamp(60px, 8vw, 138px);
	padding-bottom: clamp(60px, 8vw, 138px);
}

.two-col-img-with-slide .content_block {
	display: grid;
	grid-template-columns: repeat(2, minmax(0%, 100%));
	gap: 40px;
	row-gap: 20px;
	align-items: center;
	z-index: 1;
	position: relative;
}

@media (max-width: 1024px) {
	.two-col-img-with-slide .content_block {
		grid-template-columns: repeat(1, minmax(0%, 100%));
	}
	.two-col-img-with-slide .content_block .box_left {
		order: 2;
	}
}

.two-col-img-with-slide .content_block .content_slide {
	position: relative;
}

.two-col-img-with-slide .content_block .content_slide .img {
	width: 100%;
	aspect-ratio: 1.3 / 1;
	object-fit: cover;
	object-position: center;
}

.two-col-img-with-slide .content_block .content_slide .watermark {
	position: absolute;
	width: 15%;
	top: 15px;
	left: 15px;
}

.two-col-img-with-slide .content_block .heading {
	text-transform: uppercase;
	margin-bottom: clamp(30px, 5vh, 80px);
}

.two-col-img-with-slide .content_block .title {
	font-size: 1.5rem;
	line-height: 1.333;
	text-decoration: auto;
	font-weight: 600;
	margin-bottom: 8px;
}

.two-col-img-with-slide .content_block .title * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.two-col-img-with-slide .content_block .title > p:not(:last-child) {
	margin-bottom: 12px;
}

.two-col-img-with-slide .content_block .desc {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
}

.two-col-img-with-slide .content_block .desc * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.two-col-img-with-slide .content_block .desc > p:not(:last-child) {
	margin-bottom: 12px;
}

.two-col-img-with-slide .content_block .mySwiper_control {
	margin-bottom: clamp(20px, 4vh, 40px);
}

.two-col-img-with-slide .content_block .mySwiper_control .swiper-wrapper {
	align-items: end;
}

.two-col-img-with-slide .content_block .mySwiper_control .swiper-wrapper .swiper-slide .content_slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.two-col-img-with-slide .content_block .mySwiper_control .swiper-wrapper .swiper-slide .content_slide .date {
	color: #344054;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.55;
	display: block;
}

.two-col-img-with-slide .content_block .mySwiper_control .swiper-wrapper .swiper-slide .content_slide .dot {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}

.two-col-img-with-slide .content_block .mySwiper_control .swiper-wrapper .swiper-slide .content_slide .dot:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #D0D5DD;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}

.two-col-img-with-slide .content_block .mySwiper_control .swiper-wrapper .swiper-slide .content_slide .dot:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-100%);
	background: #D0D5DD;
	width: 100%;
	height: 1px;
}

.two-col-img-with-slide .content_block .mySwiper_control .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .content_slide .dot:after {
	background: #3A6F67;
}

.two-col-img-with-slide .content_block .swiper:not(.mySwiper_control) .swiper-slide:not(.swiper-slide-active) {
	opacity: 0 !important;
}

/* Block three columns
--------------------------------------------- */
.three-col-card .content_block .list_card {
	display: flex;
}

.three-col-card .content_block .list_card .box_card {
	width: 33.33333333%;
	min-height: clamp(300px, 84vh, 778px);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
}

.three-col-card .content_block .list_card .box_card .bgr {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-blend-mode: luminosity;
}

.three-col-card .content_block .list_card .box_card .bgr:after {
	content: "";
	background: #00000070;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.three-col-card .content_block .list_card .box_card .link_ab {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.three-col-card .content_block .list_card .box_card .content {
	position: relative;
	min-height: calc(50% + 80px);
	padding: 40px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.three-col-card .content_block .list_card .box_card .content .title {
	color: #FFFFFF;
	font-family: "Stavian", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2667;
}

.three-col-card .content_block .list_card .box_card:hover {
	width: 60%;
}

.three-col-card .content_block .list_card .box_card:hover .bgr {
	background-blend-mode: unset;
}

.three-col-card .content_block .list_card .box_card:hover .bgr:after {
	background: #00000000;
}

.three-col-card .content_block .list_card .box_card:hover .btn-blur {
	background: #3A6F67;
}

.three-col-card .content_block .list_card .box_card:hover .btn-blur svg {
	transform: rotate(45deg);
}

@media (max-width: 1024px) {
	.three-col-card .content_block .list_card {
		flex-direction: column;
	}
	.three-col-card .content_block .list_card .box_card {
		width: 100% !important;
		min-height: 238px;
		align-items: center;
	}
	.three-col-card .content_block .list_card .box_card .content {
		height: 100%;
	}
	.three-col-card .content_block .list_card .box_card .content .title {
		font-size: 1.5rem;
	}
}

@media (max-width: 1024px) {
	.three-col-card.products-card .content_top .heading {
		text-align: center;
	}
}

.three-col-content-icon {
	background-color: #E6EDEC;
	background-image: url(/wp-content/themes/stavian/images/deco-3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (max-width: 767px) {
	.three-col-content-icon .swiper-three-col-content-icon {
		padding-right: 80px;
	}
}

.three-col-content-icon .container {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 767px) {
	.three-col-content-icon .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.three-col-content-icon .content_block {
	align-items: end;
}

.three-col-content-icon .content_block .box_item {
	width: calc(33.33333% - 40px*2/3);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.three-col-content-icon .content_block .box_item .content_item {
	border: 1px solid #EAECF0;
	background: #F2F4F7;
	padding: 52px 12px 20px 12px;
	text-align: center;
}

@media (max-width: 767px) {
	.three-col-content-icon .content_block .box_item .content_item {
		padding: 40px 16px 16px 16px;
	}
}

.three-col-content-icon .content_block .box_item .content_item .heading {
	color: #094B41;
	font-family: "Stavian", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.333333;
}

.three-col-content-icon .content_block .box_item .content_item .desc {
	font-size: 1rem;
	color: #667085;
}

.three-col-content-icon .content_block .box_item .icon {
	background: #3A6F67;
	width: 86px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg) translateY(13px) translateX(13px);
}

@media (max-width: 767px) {
	.three-col-content-icon .content_block .box_item .icon {
		width: 63px;
		height: 63px;
	}
}

.three-col-content-icon .content_block .box_item .icon img {
	transform: rotate(-45deg);
}

@media (min-width: 1024px) {
	.three-col-content-icon .content_block .box_item:nth-child(2n) {
		flex-direction: column-reverse;
	}
	.three-col-content-icon .content_block .box_item:nth-child(2n) .icon {
		transform: rotate(45deg) translateY(-13px) translateX(-13px);
	}
	.three-col-content-icon .content_block .box_item:nth-child(2n) .content_item {
		padding: 20px 12px 52px 12px;
	}
}

.three-col-card {
	background: #E6EDEC;
}

.three-col-card .mb {
	display: none;
}

@media (max-width: 767px) {
	.three-col-card .mb {
		display: flex;
	}
	.three-col-card .mb.show_all {
		display: flex;
		justify-content: center;
		margin-top: 24px;
	}
	.three-col-card .pc {
		display: none;
	}
}

.three-col-card > .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	.three-col-card > .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.three-col-card .content_top {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.three-col-card .content_top .heading {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.three-col-card .content_bot.slide_main {
		margin-right: -20px;
	}
	.three-col-card .content_bot.slide_main .swiper {
		padding-right: 110px;
	}
}

.three-col-card .content_bot.slide_main .swiper-pagination {
	position: unset;
	justify-content: center;
	margin-top: 24px;
}

.three-col-card .content_bot.slide_main .swiper-pagination .swiper-pagination-bullet {
	background: #8EACA8;
}

/* Block four columns
--------------------------------------------- */
.banner_main .box_slide {
	position: relative;
	width: 100%;
	min-height: clamp(300px, 81vh, 750px);
	display: flex;
	align-items: center;
}

.banner_main .box_slide .bgr_ab {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.banner_main .box_slide .bgr_ab img {
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 0%;
	height: 100%;
	top: 0;
	transition-duration: 0s;
}

.banner_main .box_slide .bgr_ab:after {
	content: "";
	background: linear-gradient(270deg, rgba(8, 68, 59, 0) 15.97%, rgba(8, 68, 59, 0.8) 72.58%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

@media (max-width: 767px) {
	.banner_main .box_slide .bgr_ab:after {
		background: linear-gradient(270deg, rgba(8, 68, 59, 0) -100.03%, rgba(8, 68, 59, 0.8) 72.58%);
	}
}

.banner_main .box_slide .bgr_ab:before {
	content: "";
	background-image: url(/wp-content/themes/stavian/images/deco-main-banner.webp);
	position: absolute;
	width: 190px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

@media (max-width: 767px) {
	.banner_main .box_slide .bgr_ab:before {
		width: 95px;
	}
}

.banner_main .box_slide .container {
	box-sizing: border-box;
}

.banner_main .box_slide .content_slide {
	position: relative;
	max-width: 1050px;
	min-height: 245.56px;
	margin-bottom: 64px;
}

.banner_main .box_slide .content_slide .badge {
	margin-bottom: 12px;
}

.banner_main .box_slide .content_slide .heading {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.banner_main .box_slide .content_slide .desc {
	margin-bottom: 16px;
	color: #FFFFFF;
}

.banner_main .swiper-slide-active .bgr_ab img {
	width: 100%;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	right: 0;
}

.banner_main .swiper-pagination.container {
	left: 50%;
	right: unset;
	transform: translateX(-50%);
}

.banner_page .breadcrumbs svg path {
	fill: #FFFFFF;
}

.banner_page .rank-math-breadcrumb {
	font-size: 18px;
}

.banner_page .rank-math-breadcrumb svg path {
	fill: #FFFFFF;
}

.banner_page .rank-math-breadcrumb * {
	color: #FFFFFF;
}

.banner_page .rank-math-breadcrumb .last {
	font-weight: inherit;
	color: inherit;
}

.banner_page .content_block {
	background: linear-gradient(0deg, rgba(8, 68, 59, 0.8) 0%, rgba(8, 68, 59, 0.8) 100%), var(--data-image-banner-page) lightgray 50%/cover no-repeat;
	min-height: clamp(300px, 68vh, 632px);
	padding: 80px 0;
	display: flex;
	align-items: end;
}

.banner_page .content_block .content_inside .heading {
	color: #FFFFFF;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (max-width: 1280px) {
	.banner_page .content_block .content_inside .heading {
		font-size: 3.5rem;
	}
}

@media (max-width: 767px) {
	.banner_page .content_block .content_inside .heading {
		font-size: 3rem;
	}
	.banner_page .content_block .content_inside .heading.heading-des {
		font-size: 40px;
	}
}

.banner_page .content_block .content_inside .description {
	color: #FFFFFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.56;
	margin-top: 10px;
	max-width: 748px;
}

.banner_page .content_block .content_inside .description * {
	color: #FFFFFF;
	font-size: inherit;
}

@media (max-width: 767px) {
	.banner_page .content_block .content_inside .description {
		font-size: 16px;
	}
}

.banner_page .content_block .content_inside .line_deco {
	background: #8EACA8;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 48px;
}

.banner_page .content_block .content_inside > *:last-child {
	margin-bottom: 0;
}

.slide_main .swiper-pagination {
	display: flex;
	gap: 8px;
}

.slide_main .swiper-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	width: 60px;
	height: 4px;
	border-radius: 6px;
	opacity: 0.3;
	margin: 0 !important;
}

.slide_main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper_style_2 .swiper-button-next, .swiper_style_2 .swiper-button-prev {
	position: unset;
	margin: 0;
	width: fit-content;
	height: fit-content;
	background: #F2F4F7;
	padding: 12px;
}

.swiper_style_2 .swiper-button-next:after {
	content: "";
	background-image: url(/wp-content/themes/stavian/images/icons/arrow_right_forward.svg);
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper_style_2 .swiper-button-prev:after {
	content: "";
	background-image: url(/wp-content/themes/stavian/images/icons/arrow_right_forward.svg);
	transform: rotate(180deg);
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper_style_2 .swiper-button-next.swiper-button-disabled, .swiper_style_2 .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper_style_2 .swiper-button-next.swiper-button-disabled:after, .swiper_style_2 .swiper-button-prev.swiper-button-disabled:after {
	opacity: 0.3;
}

.content_item_post {
	position: relative;
	border: 1px solid #EAECF0;
	background: #FFFFFF;
}

.content_item_post .link_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.content_item_post .img {
	aspect-ratio: 1.069;
	display: flex;
	position: relative;
	background-color: #3A6F67;
}

.content_item_post .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
}

.content_item_post .content {
	padding: 24px;
}

@media (max-width: 767px) {
	.content_item_post .content {
		padding: 12px;
	}
}

.content_item_post .content .post_name {
	color: #344054;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.333333;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.content_item_post .content .post_name {
		font-size: 1.25rem;
	}
}

.content_item_post .content .desc {
	color: #667085;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.428;
	letter-spacing: -0.14px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.contact_form_block {
	position: relative;
	background: #E6EDEC;
}

.contact_form_block > .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.contact_form_block > .container {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

.contact_form_block.block-only-form > .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 767px) {
	.contact_form_block.block-only-form > .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.contact_form_block .list_info {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.contact_form_block .list_info .content_info .heading {
	color: #3A6F67;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 16px;
	margin-bottom: 32px;
	border-bottom: 1px solid #094B41;
	width: fit-content;
}

.contact_form_block .list_info .content_info .detail_info .name {
	color: #344054;
	text-overflow: ellipsis;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 12px;
}

.contact_form_block .list_info .content_info .detail_info .data_contact {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.contact_form_block .list_info .content_info .detail_info .data_contact li a {
	display: flex;
	gap: 12px;
}

.contact_form_block .list_info .content_info .detail_info .data_contact li span {
	color: #344054;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.contact_form_block .contact_form {
	background: #08443b;
	padding: 80px 63px;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.contact_form_block .contact_form {
		padding: 60px 24px;
	}
}

.contact_form_block .contact_form:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 100%;
	background-image: url(/wp-content/themes/stavian/images/deco-6.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
}

.contact_form_block .contact_form:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
	height: 100%;
	background-image: url(/wp-content/themes/stavian/images/deco-7.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}

.contact_form_block .contact_form .heading_form {
	color: #FFFFFF;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 34px;
	line-height: normal;
}

.contact_form_block .content_block {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	justify-content: space-between;
}

.contact_form_block .content_block .box_left {
	flex: 1 calc(100% - 48px - 579px);
}

.contact_form_block .content_block .box_right {
	flex: 1 579px;
}

.contact_form_block .content_block.content-only-form .box_right {
	width: 100%;
}

.contact_form_block .content_block.content-only-form .contact_form {
	padding: 80px 216px;
}

.contact_form_block .content_block.content-only-form .contact_form:before {
	background-image: url(/wp-content/themes/stavian/images/decor-square.png);
	width: 390px;
	left: -216px;
}

.contact_form_block .content_block.content-only-form .contact_form:after {
	background-image: url(/wp-content/themes/stavian/images/decor-square.png);
	width: 390px;
	right: -165px;
}

.contact_form_block .content_block.content-only-form .contact_form .heading_form {
	max-width: 520px;
	font-size: 48px;
	margin: 0 auto 60px;
}

.contact_form_block .content_block.content-only-form .contact_form .nf-response-msg {
	text-align: center;
}

.contact_form_block .content_block.content-only-form .contact_form .list-checkbox-wrap ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 1024px) {
	.contact_form_block .content_block.content-only-form .contact_form {
		padding: 60px 24px;
	}
	.contact_form_block .content_block.content-only-form .contact_form .heading_form {
		font-size: 32px;
	}
	.contact_form_block .content_block.content-only-form .contact_form .list-checkbox-wrap ul {
		grid-template-columns: 1fr;
	}
}

/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
.text-dark {
	color: #344054;
}

.text-light {
	color: #FFFFFF;
}

.text-error {
	color: #b42318;
}

.text-success {
	color: #027A48;
}

.text-underline {
	text-decoration: underline;
}

a.text-underline:hover {
	text-decoration: unset;
}

.bg-white {
	background: #FFFFFF;
}

.bg-black {
	background: #01141A;
}

.bg-primary {
	background-color: #FFFFFF;
}

.bg-secondary {
	background-color: #01141A;
}

.bg-tertiary {
	background-color: #334155;
}

.m-0 {
	margin: 0rem;
}

.ml-0 {
	margin-left: 0rem;
}

.mt-0 {
	margin-top: 0rem;
}

.mr-0 {
	margin-right: 0rem;
}

.mb-0 {
	margin-bottom: 0rem;
}

.mx-0 {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.my-0 {
	margin-left: 0rem;
	margin-right: 0rem;
}

.m-0.25 {
	margin: 0.25rem;
}

.ml-1 {
	margin-left: 0.25rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mr-1 {
	margin-right: 0.25rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mx-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.my-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.m-0.5 {
	margin: 0.5rem;
}

.ml-2 {
	margin-left: 0.5rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mx-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.my-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.m-0.75 {
	margin: 0.75rem;
}

.ml-3 {
	margin-left: 0.75rem;
}

.mt-3 {
	margin-top: 0.75rem;
}

.mr-3 {
	margin-right: 0.75rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mx-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.my-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.m-1 {
	margin: 1rem;
}

.ml-4 {
	margin-left: 1rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mr-4 {
	margin-right: 1rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mx-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.m-1.25 {
	margin: 1.25rem;
}

.ml-5 {
	margin-left: 1.25rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mr-5 {
	margin-right: 1.25rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mx-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.my-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.m-1.5 {
	margin: 1.5rem;
}

.ml-6 {
	margin-left: 1.5rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mr-6 {
	margin-right: 1.5rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mx-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.m-1.75 {
	margin: 1.75rem;
}

.ml-7 {
	margin-left: 1.75rem;
}

.mt-7 {
	margin-top: 1.75rem;
}

.mr-7 {
	margin-right: 1.75rem;
}

.mb-7 {
	margin-bottom: 1.75rem;
}

.mx-7 {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}

.my-7 {
	margin-left: 1.75rem;
	margin-right: 1.75rem;
}

.m-2 {
	margin: 2rem;
}

.ml-8 {
	margin-left: 2rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mr-8 {
	margin-right: 2rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mx-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.m-2.25 {
	margin: 2.25rem;
}

.ml-9 {
	margin-left: 2.25rem;
}

.mt-9 {
	margin-top: 2.25rem;
}

.mr-9 {
	margin-right: 2.25rem;
}

.mb-9 {
	margin-bottom: 2.25rem;
}

.mx-9 {
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

.my-9 {
	margin-left: 2.25rem;
	margin-right: 2.25rem;
}

.m-2.5 {
	margin: 2.5rem;
}

.ml-10 {
	margin-left: 2.5rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mr-10 {
	margin-right: 2.5rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mx-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.my-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.m-2.75 {
	margin: 2.75rem;
}

.ml-11 {
	margin-left: 2.75rem;
}

.mt-11 {
	margin-top: 2.75rem;
}

.mr-11 {
	margin-right: 2.75rem;
}

.mb-11 {
	margin-bottom: 2.75rem;
}

.mx-11 {
	margin-top: 2.75rem;
	margin-bottom: 2.75rem;
}

.my-11 {
	margin-left: 2.75rem;
	margin-right: 2.75rem;
}

.m-3 {
	margin: 3rem;
}

.ml-12 {
	margin-left: 3rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mr-12 {
	margin-right: 3rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mx-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.my-12 {
	margin-left: 3rem;
	margin-right: 3rem;
}

.m-3.25 {
	margin: 3.25rem;
}

.ml-13 {
	margin-left: 3.25rem;
}

.mt-13 {
	margin-top: 3.25rem;
}

.mr-13 {
	margin-right: 3.25rem;
}

.mb-13 {
	margin-bottom: 3.25rem;
}

.mx-13 {
	margin-top: 3.25rem;
	margin-bottom: 3.25rem;
}

.my-13 {
	margin-left: 3.25rem;
	margin-right: 3.25rem;
}

.m-3.5 {
	margin: 3.5rem;
}

.ml-14 {
	margin-left: 3.5rem;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mr-14 {
	margin-right: 3.5rem;
}

.mb-14 {
	margin-bottom: 3.5rem;
}

.mx-14 {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.my-14 {
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}

.m-3.75 {
	margin: 3.75rem;
}

.ml-15 {
	margin-left: 3.75rem;
}

.mt-15 {
	margin-top: 3.75rem;
}

.mr-15 {
	margin-right: 3.75rem;
}

.mb-15 {
	margin-bottom: 3.75rem;
}

.mx-15 {
	margin-top: 3.75rem;
	margin-bottom: 3.75rem;
}

.my-15 {
	margin-left: 3.75rem;
	margin-right: 3.75rem;
}

.m-4 {
	margin: 4rem;
}

.ml-16 {
	margin-left: 4rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mr-16 {
	margin-right: 4rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.mx-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.my-16 {
	margin-left: 4rem;
	margin-right: 4rem;
}

.p-0 {
	padding: 0rem;
}

.pl-0 {
	padding-left: 0rem;
}

.pt-0 {
	padding-top: 0rem;
}

.pr-0 {
	padding-right: 0rem;
}

.pb-0 {
	padding-bottom: 0rem;
}

.px-0 {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.py-0 {
	padding-left: 0rem;
	padding-right: 0rem;
}

.p-0.25 {
	padding: 0.25rem;
}

.pl-1 {
	padding-left: 0.25rem;
}

.pt-1 {
	padding-top: 0.25rem;
}

.pr-1 {
	padding-right: 0.25rem;
}

.pb-1 {
	padding-bottom: 0.25rem;
}

.px-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.py-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.p-0.5 {
	padding: 0.5rem;
}

.pl-2 {
	padding-left: 0.5rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pr-2 {
	padding-right: 0.5rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.px-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-0.75 {
	padding: 0.75rem;
}

.pl-3 {
	padding-left: 0.75rem;
}

.pt-3 {
	padding-top: 0.75rem;
}

.pr-3 {
	padding-right: 0.75rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.px-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.py-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.p-1 {
	padding: 1rem;
}

.pl-4 {
	padding-left: 1rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pr-4 {
	padding-right: 1rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.px-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-1.25 {
	padding: 1.25rem;
}

.pl-5 {
	padding-left: 1.25rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

.pr-5 {
	padding-right: 1.25rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

.px-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.py-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-1.5 {
	padding: 1.5rem;
}

.pl-6 {
	padding-left: 1.5rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

.pr-6 {
	padding-right: 1.5rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.px-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.p-1.75 {
	padding: 1.75rem;
}

.pl-7 {
	padding-left: 1.75rem;
}

.pt-7 {
	padding-top: 1.75rem;
}

.pr-7 {
	padding-right: 1.75rem;
}

.pb-7 {
	padding-bottom: 1.75rem;
}

.px-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}

.py-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.p-2 {
	padding: 2rem;
}

.pl-8 {
	padding-left: 2rem;
}

.pt-8 {
	padding-top: 2rem;
}

.pr-8 {
	padding-right: 2rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.px-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.p-2.25 {
	padding: 2.25rem;
}

.pl-9 {
	padding-left: 2.25rem;
}

.pt-9 {
	padding-top: 2.25rem;
}

.pr-9 {
	padding-right: 2.25rem;
}

.pb-9 {
	padding-bottom: 2.25rem;
}

.px-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.py-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

.p-2.5 {
	padding: 2.5rem;
}

.pl-10 {
	padding-left: 2.5rem;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pr-10 {
	padding-right: 2.5rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.px-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-2.75 {
	padding: 2.75rem;
}

.pl-11 {
	padding-left: 2.75rem;
}

.pt-11 {
	padding-top: 2.75rem;
}

.pr-11 {
	padding-right: 2.75rem;
}

.pb-11 {
	padding-bottom: 2.75rem;
}

.px-11 {
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
}

.py-11 {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

.p-3 {
	padding: 3rem;
}

.pl-12 {
	padding-left: 3rem;
}

.pt-12 {
	padding-top: 3rem;
}

.pr-12 {
	padding-right: 3rem;
}

.pb-12 {
	padding-bottom: 3rem;
}

.px-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.p-3.25 {
	padding: 3.25rem;
}

.pl-13 {
	padding-left: 3.25rem;
}

.pt-13 {
	padding-top: 3.25rem;
}

.pr-13 {
	padding-right: 3.25rem;
}

.pb-13 {
	padding-bottom: 3.25rem;
}

.px-13 {
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
}

.py-13 {
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}

.p-3.5 {
	padding: 3.5rem;
}

.pl-14 {
	padding-left: 3.5rem;
}

.pt-14 {
	padding-top: 3.5rem;
}

.pr-14 {
	padding-right: 3.5rem;
}

.pb-14 {
	padding-bottom: 3.5rem;
}

.px-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.py-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.p-3.75 {
	padding: 3.75rem;
}

.pl-15 {
	padding-left: 3.75rem;
}

.pt-15 {
	padding-top: 3.75rem;
}

.pr-15 {
	padding-right: 3.75rem;
}

.pb-15 {
	padding-bottom: 3.75rem;
}

.px-15 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.py-15 {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.p-4 {
	padding: 4rem;
}

.pl-16 {
	padding-left: 4rem;
}

.pt-16 {
	padding-top: 4rem;
}

.pr-16 {
	padding-right: 4rem;
}

.pb-16 {
	padding-bottom: 4rem;
}

.px-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-16 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.line-clamp-2 {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	height: 48px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	height: 72px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	height: 96px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.title-link:hover {
	text-decoration: underline;
}

.block-link-absolute {
	position: relative;
}

.block-link-absolute .link-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
.single-post article {
	background: #F9FAFB;
}

.single-post .banner_page .content_block .content_inside .heading.heading-des {
	font-size: 2rem;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.single-post .banner_page .content_block .content_inside .heading.heading-des {
		font-size: 1.5rem;
	}
}

.content_single_post {
	max-width: 786px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.content_single_post .entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}

.content_single_post .entry-meta .author {
	color: #344054;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	pointer-events: none;
}

.content_single_post .entry-meta .posted-on {
	color: #344054;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: -0.14px;
	opacity: 0.4;
}

.content_single_post .post-content {
	color: #667085;
}

.content_single_post .post-content p {
	margin-bottom: 1rem;
}

.content_single_post .post-content figure {
	margin: 30px 0;
}

.content_single_post .share-button {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 29px;
}

.content_single_post .share-button .btn-share {
	padding: 8px;
	border: 1px solid #EAECF0;
	background: #F2F4F7;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_single_post .share-button .btn-share:hover svg path:first-child {
	fill: #094B41;
}

.content-single-footer {
	background: #F2F4F7;
}

.content-single-footer .container {
	max-width: 768px;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 767px) {
	.content-single-footer .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.content-single-footer .comments-area .comments-title {
	color: #344054;
	font-family: "Stavian", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 32px;
}

.content-single-footer .comments-area .comment-list {
	list-style: none;
	border-bottom: 1px solid rgba(102, 112, 133, 0.4);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.content-single-footer .comments-area .comment-list .comment {
	margin-bottom: 32px;
}

.content-single-footer .comments-area .comment-list .comment:last-child {
	margin-bottom: 0;
}

.content-single-footer .comments-area .comment-list .comment-body {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.content-single-footer .comments-area .comment-list .comment-body .comment-author {
	width: 44px;
	min-width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #D9D9D9;
}

.content-single-footer .comments-area .comment-list .comment-body .comment-author img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.content-single-footer .comments-area .comment-list .comment-body .comment-metadata {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content-single-footer .comments-area .comment-list .comment-body .comment-metadata > div {
	color: #344054;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.56;
}

.content-single-footer .comments-area .comment-list .comment-body .comment-metadata > a {
	color: #667085;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.content-single-footer .comments-area .comment-list .comment-body .comment-content {
	color: #344054;
	font-size: 14px;
	font-style: normal;
}

.content-single-footer .comment-respond .comment-reply-title {
	color: #344054;
	font-family: "Stavian", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 40px;
	text-align: center;
}

.content-single-footer .comment-respond input[type='submit'] {
	background: #08443b;
	border: none;
	padding: 12px 16px;
	width: 100%;
	display: flex;
	height: 48px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}

.content-single-footer .comment-respond .logged-in-as, .content-single-footer .comment-respond .comment-notes, .content-single-footer .comment-respond .comment-form-url {
	display: none;
}

.content-single-footer .comment-respond .comment-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.content-single-footer .comment-respond .comment-form label {
	color: #344054;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.56;
}

.content-single-footer .comment-respond .comment-form input[type='text'],
.content-single-footer .comment-respond .comment-form input[type='email'],
.content-single-footer .comment-respond .comment-form textarea {
	padding: 12px 10px;
	border: 1px solid #EAECF0;
	background: #FFFFFF;
	color: #344054;
}

.content-single-footer .comment-respond .comment-form input[type='text']::placeholder,
.content-single-footer .comment-respond .comment-form input[type='email']::placeholder,
.content-single-footer .comment-respond .comment-form textarea::placeholder {
	color: #D0D5DD;
}

.content-single-footer .comment-respond .comment-form input[type='text']:focus, .content-single-footer .comment-respond .comment-form input[type='text']:hover,
.content-single-footer .comment-respond .comment-form input[type='email']:focus,
.content-single-footer .comment-respond .comment-form input[type='email']:hover,
.content-single-footer .comment-respond .comment-form textarea:focus,
.content-single-footer .comment-respond .comment-form textarea:hover {
	border-color: #08443b;
}

.content-single-footer .comment-respond .comment-form textarea {
	height: 152px;
}

.content-single-footer .comment-respond .comment-form input[type='checkbox'] {
	opacity: 0;
	position: absolute;
}

.content-single-footer .comment-respond .comment-form input[type='checkbox'] + label {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	color: #344054;
	margin-left: 0 !important;
	padding-left: 32px;
}

.content-single-footer .comment-respond .comment-form input[type='checkbox'] + label * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.content-single-footer .comment-respond .comment-form input[type='checkbox'] + label > p:not(:last-child) {
	margin-bottom: 12px;
}

.content-single-footer .comment-respond .comment-form input[type='checkbox'] + label:after {
	content: '';
	display: block;
	position: absolute;
	background: transparent;
	border: 2px solid #98A2B3;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	border-radius: 3px;
}

.content-single-footer .comment-respond .comment-form input[type='checkbox'] + label:before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 1px;
	left: -30px;
	bottom: auto;
	opacity: 0;
}

.content-single-footer .comment-respond .comment-form input[type='checkbox']:checked + label {
	color: #344054;
}

.content-single-footer .comment-respond .comment-form input[type='checkbox']:checked + label:after {
	border-color: #08443b;
	background: #08443b;
	box-shadow: unset;
}

.content-single-footer .comment-respond .comment-form input[type='checkbox']:checked + label:before {
	left: 3px;
	top: 0;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 300;
	opacity: 1;
	z-index: 1;
}

.content-single-footer .comment-respond .comment-form .comment-form-author {
	order: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.content-single-footer .comment-respond .comment-form .comment-form-email {
	order: 2;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.content-single-footer .comment-respond .comment-form .comment-form-comment {
	order: 3;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.content-single-footer .comment-respond .comment-form .comment-form-cookies-consent {
	order: 4;
	position: relative;
}

.content-single-footer .comment-respond .comment-form .form-submit {
	order: 5;
}

.content-product .swiper-wrapper {
	box-sizing: border-box;
}

.content-product .main-content {
	display: flex;
	align-items: center;
	gap: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-product .main-content .product-image-gallery {
	width: calc(53% - 30px);
	display: flex;
	flex-direction: row-reverse;
	gap: 12px;
	max-height: 476px;
}

.content-product .main-content .product-image-gallery img {
	display: block;
	object-fit: contain;
}

.content-product .main-content .product-image-gallery .product-media {
	margin-bottom: 0;
	flex-grow: 1;
}

.content-product .main-content .product-image-gallery .product-media img {
	aspect-ratio: 1 / 1;
	width: 100%;
	display: block;
}

.content-product .main-content .product-image-gallery .product-thumbnail {
	width: 92px;
	min-width: 92px;
}

.content-product .main-content .product-image-gallery .product-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: contain;
}

.content-product .main-content .product-image-gallery .swiper-slide {
	border: 1px solid transparent;
}

.content-product .main-content .product-image-gallery .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #009D48;
	background: #f0f0f0;
}

.content-product .main-content .product-information {
	width: calc(47% - 30px);
}

@media (max-width: 767px) {
	.content-product .main-content {
		flex-direction: column;
		gap: 40px;
	}
	.content-product .main-content .product-image-gallery {
		width: 100%;
		flex-direction: column;
	}
	.content-product .main-content .product-image-gallery .product-thumbnail {
		width: 100%;
	}
	.content-product .main-content .product-image-gallery .product-media {
		width: 100%;
	}
	.content-product .main-content .product-information {
		width: 100%;
	}
}

.content-product .main-content .heading-post {
	margin-bottom: 20px;
	color: #094B41;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.72px;
}

.content-product .main-content .product-short-description {
	margin-bottom: 20px;
	color: #344054;
}

.content-product .main-content .product-enquire {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.content-product .main-content .product-enquire .enquire-now-button {
	max-width: fit-content;
	white-space: nowrap;
}

.content-product .main-content .product-enquire .share-button {
	display: flex;
	gap: 8px;
}

.content-product .main-content .product-enquire .share-button .btn-share {
	padding: 8px;
	border: 1px solid #EAECF0;
	background: #F2F4F7;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-product .main-content .product-enquire .share-button .btn-share:hover svg path:first-child {
	fill: #094B41;
}

@media (max-width: 767px) {
	.content-product .main-content {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.content-product .main-content .heading-post {
		margin-bottom: 20px;
	}
	.content-product .main-content .product-short-description {
		margin-bottom: 20px;
	}
}

.content-product .breadcrumbs {
	padding-top: 12px;
	padding-bottom: 8px;
	color: #667085;
	font-size: 14px;
}

.content-product .breadcrumbs svg path {
	fill: #344054;
}

.content-product .breadcrumbs .current_page {
	font-weight: 500;
	color: #344054;
}

.content-product .product-content {
	background: #E6EDEC;
	padding: 24px;
	margin-bottom: 24px;
}

.content-product .product-content:last-child {
	margin-bottom: 60px;
}

.content-product .product-content_label {
	color: #094B41;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}

.content-product .product-content_content {
	color: #667085;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.content-product .product-content_content strong {
	font-weight: 600;
}

.content-product .product-content_content ul {
	padding-left: 24px;
}

.content-product .product-content .product-specification_list {
	background: #FFFFFF;
	border: 1px solid #D0D5DD;
}

.content-product .product-content .product-specification_item {
	display: grid;
	grid-template-columns: 30% 70%;
	border-bottom: 1px solid #D0D5DD;
}

.content-product .product-content .product-specification_item:last-child {
	border-bottom: none;
}

.content-product .product-content .product-specification_item .label, .content-product .product-content .product-specification_item .value {
	padding: 8px 12px;
	color: #344054;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content-product .product-content .product-specification_item .label {
	border-right: 1px solid #D0D5DD;
}

.content-product .product-content .product-specification_item .value span {
	display: block;
}

@media (max-width: 767px) {
	.content-product .product-content .product-specification_item {
		grid-template-columns: 50% 50%;
	}
	.content-product .product-content:last-child {
		margin-bottom: 40px;
	}
}

.enquiry-modal.modal {
	display: none;
	align-items: center;
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.enquiry-modal .modal-content {
	background: #F9FAFB;
	color: #344054;
	padding: 126px 40px 24px 60px;
	width: 90%;
	max-width: 1200px;
	height: fit-content;
	max-height: 90vh;
	margin: 60px auto 64px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.enquiry-modal .modal-content {
		padding: 92px 0 136px 24px;
		height: calc(100% - 208px);
	}
	.enquiry-modal .modal-content:has(.nf-next-item) {
		padding-bottom: 96px;
	}
	.enquiry-modal .modal-content:has(.success-container) {
		padding: 92px 16px 32px 16px;
	}
}

.enquiry-modal .modal-content .nf-after-form-content {
	display: none;
}

.enquiry-modal .enquiry-content {
	display: flex;
	flex-direction: row;
	gap: 40px;
	height: 100%;
	overflow: visible;
	position: relative;
}

.enquiry-modal .enquiry-content:has(.success-container) {
	align-items: center;
}

.enquiry-modal .enquiry-content:has(.success-container) .enquiry-product {
	display: none;
}

.enquiry-modal .enquiry-content:has(.success-container) .enquiry-form {
	width: 100%;
	padding-bottom: 40px;
	height: auto;
}

.enquiry-modal .enquiry-content:has(.success-container) .enquiry-form > .nf-form-cont {
	padding: 0;
}

@media (max-width: 767px) {
	.enquiry-modal .enquiry-content:has(.success-container) {
		align-items: flex-end;
		justify-content: flex-end;
		padding: 0;
		margin: 0;
	}
	.enquiry-modal .enquiry-content:has(.success-container) .enquiry-form {
		padding-bottom: 0;
	}
}

.enquiry-modal .enquiry-product {
	width: 30%;
}

.enquiry-modal .enquiry-product img {
	display: block;
	margin-bottom: 26px;
}

.enquiry-modal .enquiry-product_title {
	color: #094B41;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.56;
}

.enquiry-modal .enquiry-form {
	width: calc(70% - 40px);
	height: 100%;
	padding-bottom: 68px;
	overflow: visible;
}

.enquiry-modal .enquiry-form > .nf-form-cont {
	height: 100%;
	overflow: auto;
	padding-right: 20px;
	max-height: calc(100vh - 300px);
}

.enquiry-modal .enquiry-form > .nf-form-cont::-webkit-scrollbar {
	width: 6px;
	background: #E6EDEC;
}

.enquiry-modal .enquiry-form > .nf-form-cont::-webkit-scrollbar-thumb {
	background: #8EACA8;
	border-radius: 0;
}

.enquiry-modal .enquiry-form > .nf-form-cont .nf-progress-container {
	display: none;
}

@media (max-width: 767px) {
	.enquiry-modal .enquiry-content {
		flex-direction: column;
		overflow: auto;
		position: unset;
		padding-right: 12px;
		margin-right: 6px;
	}
	.enquiry-modal .enquiry-content::-webkit-scrollbar {
		width: 6px;
		background: #E6EDEC;
	}
	.enquiry-modal .enquiry-content::-webkit-scrollbar-thumb {
		background: #8EACA8;
		border-radius: 0;
	}
	.enquiry-modal .enquiry-product {
		width: 100%;
		display: grid;
		grid-template-columns: 134px 1fr;
		gap: 26px;
	}
	.enquiry-modal .enquiry-product img {
		margin-bottom: 0;
	}
	.enquiry-modal .enquiry-form {
		width: 100%;
		padding-bottom: 0;
	}
	.enquiry-modal .enquiry-form > .nf-form-cont {
		padding-right: 0;
		height: unset;
		overflow: visible;
		max-height: unset;
	}
}

.enquiry-modal .nf-breadcrumbs {
	margin: 0 !important;
	position: absolute;
	top: -126px;
	left: -60px;
	height: 86px;
	display: flex;
	gap: 0;
}

.enquiry-modal .nf-breadcrumbs li a {
	margin: 0;
	background: #E6EDEC;
	display: flex;
	align-items: center;
	height: 100%;
	color: #344054;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.56;
	padding: 12px 40px;
}

.enquiry-modal .nf-breadcrumbs li a:hover {
	background: #E6EDEC;
	color: #344054;
}

.enquiry-modal .nf-breadcrumbs li:not(:first-child) a {
	padding-left: 60px;
	position: relative;
	padding-right: 0;
}

.enquiry-modal .nf-breadcrumbs li:not(:first-child) a::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -1px;
	top: 0;
	border-top: 43px solid transparent;
	border-left: 44px solid #E6EDEC;
	border-bottom: 43px solid transparent;
}

.enquiry-modal .nf-breadcrumbs li:not(:first-child) a::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 100%;
	top: 0;
	border-top: 43px solid transparent;
	border-left: 44px solid #E6EDEC;
	border-bottom: 43px solid transparent;
	margin-left: -1px;
}

.enquiry-modal .nf-breadcrumbs li:not(:first-child).active a:before {
	border-left: 44px solid #094B41;
}

.enquiry-modal .nf-breadcrumbs li.active a {
	background: #094B41;
	color: #FFFFFF;
	font-weight: 700;
}

.enquiry-modal .nf-breadcrumbs li.active + li a::after {
	border-left: 44px solid #094B41;
}

.enquiry-modal .nf-breadcrumbs li.errors:not(.active) a {
	background: #E6EDEC;
	color: #344054;
}

.enquiry-modal .nf-breadcrumbs li.errors a {
	cursor: pointer;
}

.enquiry-modal .nf-breadcrumbs li.errors a:after {
	content: '';
}

.enquiry-modal .nf-breadcrumbs:after {
	content: 'Submit Form';
	background: #E6EDEC;
	display: flex;
	align-items: center;
	height: 100%;
	color: #344054;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.56;
	padding: 12px 0 12px 60px;
}

.enquiry-modal .nf-breadcrumbs:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 100%;
	top: 0;
	border-top: 43px solid transparent;
	border-left: 44px solid #E6EDEC;
	border-bottom: 43px solid transparent;
}

@media (max-width: 767px) {
	.enquiry-modal .nf-breadcrumbs {
		top: 0;
		left: 0;
		height: 68px;
		gap: 12px;
		padding: 0 16px !important;
		max-width: 100%;
		overflow: auto;
		width: 100%;
	}
	.enquiry-modal .nf-breadcrumbs::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.enquiry-modal .nf-breadcrumbs:after {
		min-width: fit-content;
		white-space: nowrap;
		border-bottom: 1px solid #E6EDEC;
		color: #667085;
		background: transparent;
		padding: 28px 0 12px;
	}
	.enquiry-modal .nf-breadcrumbs:before {
		display: none;
	}
	.enquiry-modal .nf-breadcrumbs li:not(:first-child) a {
		padding-left: 0;
	}
	.enquiry-modal .nf-breadcrumbs li:not(:first-child) a::after {
		display: none;
	}
	.enquiry-modal .nf-breadcrumbs li:not(:first-child) a::before {
		display: none;
	}
	.enquiry-modal .nf-breadcrumbs li a {
		padding: 28px 0 12px;
		white-space: nowrap;
		background: transparent;
		border-bottom: 1px solid #E6EDEC;
		color: #667085;
	}
	.enquiry-modal .nf-breadcrumbs li.active a {
		background: transparent;
		color: #344054;
		border-bottom-color: #094B41;
		padding-left: 0;
		padding-right: 0;
	}
	.enquiry-modal .nf-breadcrumbs li.errors:not(.active) a {
		background: transparent;
		border-bottom: 1px solid #E6EDEC;
		color: #667085;
		padding-left: 0;
		padding-right: 0;
	}
}

.enquiry-modal .nf-response-msg .nf-breadcrumbs:after {
	background: #094B41;
	color: #FFFFFF;
}

.enquiry-modal .nf-response-msg .nf-breadcrumbs:before {
	border-left: 44px solid #094B41;
}

@media (max-width: 767px) {
	.enquiry-modal .nf-response-msg .nf-breadcrumbs:after {
		background: transparent;
		color: #344054;
		border-bottom-color: #094B41;
	}
	.enquiry-modal .nf-response-msg .nf-breadcrumbs:before {
		display: none;
	}
}

.enquiry-modal .close {
	position: absolute;
	right: 60px;
	top: 30px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.enquiry-modal .close {
		display: none;
	}
}

.enquiry-modal .nf-form-cont .nf-form-content input[type="text"],
.enquiry-modal .nf-form-cont .nf-form-content input[type="email"],
.enquiry-modal .nf-form-cont .nf-form-content input[type="tel"],
.enquiry-modal .nf-form-cont .nf-form-content select.ninja-forms-field,
.enquiry-modal .nf-form-cont .nf-form-content textarea {
	border: 1px solid #EAECF0;
	background: #FFFFFF;
	color: #344054;
}

.enquiry-modal .nf-form-cont .nf-form-content input[type="text"]::placeholder,
.enquiry-modal .nf-form-cont .nf-form-content input[type="email"]::placeholder,
.enquiry-modal .nf-form-cont .nf-form-content input[type="tel"]::placeholder,
.enquiry-modal .nf-form-cont .nf-form-content select.ninja-forms-field::placeholder,
.enquiry-modal .nf-form-cont .nf-form-content textarea::placeholder {
	color: #D0D5DD;
}

.enquiry-modal .nf-form-cont .nf-form-content input[type="text"]:focus, .enquiry-modal .nf-form-cont .nf-form-content input[type="text"]:hover,
.enquiry-modal .nf-form-cont .nf-form-content input[type="email"]:focus,
.enquiry-modal .nf-form-cont .nf-form-content input[type="email"]:hover,
.enquiry-modal .nf-form-cont .nf-form-content input[type="tel"]:focus,
.enquiry-modal .nf-form-cont .nf-form-content input[type="tel"]:hover,
.enquiry-modal .nf-form-cont .nf-form-content select.ninja-forms-field:focus,
.enquiry-modal .nf-form-cont .nf-form-content select.ninja-forms-field:hover,
.enquiry-modal .nf-form-cont .nf-form-content textarea:focus,
.enquiry-modal .nf-form-cont .nf-form-content textarea:hover {
	border-color: #08443b;
}

.enquiry-modal .nf-form-cont .nf-form-content .field_conditional {
	margin-bottom: 0;
	margin-top: -24px;
	padding: 0 40px 16px 40px;
	border-left: 1px solid #094B41;
}

.enquiry-modal .nf-form-cont .nf-form-content .field_conditional input {
	border-color: #667085;
}

.enquiry-modal .nf-form-cont .nf-form-content .field_conditional .nf-field-label {
	display: none;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container {
	margin-bottom: 20px;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container.hidden-container {
	margin: 0;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container.submit-container {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: calc((70% - 60px) / 2 - 10px);
	margin: 0;
	display: flex;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field {
	width: 100%;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container.hide-on-product {
	display: none;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:after {
	background: #D0D5DD;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked):after {
	background: #08443b;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked) label {
	color: #344054;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked) label:after {
	border-color: #08443b;
	background: #08443b;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked) label:before {
	color: #FFFFFF;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li label {
	color: #344054;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li label:after {
	border-color: #98A2B3;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-next-previous {
	margin: 0 !important;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-previous-item {
	position: absolute;
	bottom: 0;
	left: calc(30% + 40px);
	width: calc(((70% - 60px) / 2) - 10px);
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-previous-item:before {
	display: none;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-previous-item input {
	width: 100%;
	background: transparent;
	color: #344054;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-previous-item input:hover {
	background: #08443b;
	color: #FFFFFF;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-next-item {
	position: absolute;
	bottom: 0;
	left: calc(30% + 40px);
	width: calc(70% - 60px);
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-next-item:after {
	display: none;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-next-item input.nf-next {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #08443b;
	padding: 12px 16px;
	width: 100%;
	height: fit-content;
	cursor: pointer;
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: calc(50% + 56px) center;
	background-size: 20px 20px;
	display: inline-block;
	border: 1px solid #08443b;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-next-item input.nf-next * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-next-item input.nf-next > p:not(:last-child) {
	margin-bottom: 12px;
}

.enquiry-modal .nf-form-cont .nf-form-content .nf-next-item:hover input[type=submit] {
	color: #FFFFFF;
	background-color: #3A6F67;
	border-color: #3A6F67;
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-white.svg);
}

@media (max-width: 767px) {
	.enquiry-modal .nf-form-cont .nf-form-content .nf-next-item {
		position: absolute;
		bottom: 24px;
		left: 24px;
		right: 24px;
		width: auto;
		height: 48px;
	}
	.enquiry-modal .nf-form-cont .nf-form-content .nf-previous-item {
		position: absolute;
		bottom: 5px;
		left: 24px;
		right: 24px;
		width: auto;
		height: 48px;
	}
	.enquiry-modal .nf-form-cont .nf-form-content .nf-previous-item:before {
		display: none;
	}
	.enquiry-modal .nf-form-cont .nf-form-content .nf-previous-item .nf-previous {
		padding-right: 16px;
		padding-left: 16px;
		border: 1px solid #EAECF0;
		background: #F2F4F7;
	}
	.enquiry-modal .nf-form-cont .nf-form-content .nf-field-container.submit-container {
		bottom: 64px;
		left: 24px;
		right: 24px;
		width: auto;
		height: 48px;
	}
}

.enquiry-modal .nf-form-cont .submit-wrap .nf-field-element input[type=submit] {
	color: #FFFFFF;
	background-color: #08443b;
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-white.svg);
}

.enquiry-modal .nf-form-cont .submit-wrap .nf-field-element:hover input[type=submit] {
	color: #FFFFFF;
	background-color: #3A6F67;
	border-color: #3A6F67;
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-white.svg);
}

.products-card .swiper-wrapper {
	box-sizing: border-box;
}

.products-card .post-card__media {
	overflow: hidden;
	position: relative;
}

.products-card .post-card__media--img {
	aspect-ratio: 353/267;
	display: block;
	width: 100%;
	object-fit: contain;
	background: #fff;
}

.products-card .post-card__media .btn-details {
	visibility: hidden;
	opacity: 0;
	transform: translateY(100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: none;
	min-height: 70px;
	color: #FFFFFF;
	padding-bottom: 17px;
	align-items: flex-end;
	background: radial-gradient(90.79% 88.41% at 50% 88.41%, #14AA93 0%, rgba(15, 131, 114, 0.62) 50%, rgba(8, 68, 59, 0) 100%);
}

.products-card .post-card__media .btn-details svg path {
	fill: #FFFFFF;
}

.products-card .post-card {
	background: #fff;
}

.products-card .post-card:hover {
	background: #08443b;
}

.products-card .post-card:hover .post-card__media .btn-details {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.products-card .post-card:hover .post-card__content {
	background: #08443b;
	color: #FFFFFF;
}

.products-card .post-card:hover .post-card__content * {
	color: inherit;
}

.products-card .post-card__content {
	padding: 24px 32px;
}

.products-card .post-card__title {
	color: #344054;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.products-card .post-card__des {
	color: #667085;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.42;
}

html[lang="vi"] .enquiry-modal .nf-form-cont .nf-form-content .nf-next-item:before {
	background-image: url(/wp-content/themes/stavian/images/icons/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: calc(50% + 56px) center;
	background-size: 20px 20px;
	width: 100%;
	text-align: center;
	background-color: #08443b;
	color: #FFFFFF;
}

html[lang="vi"] .enquiry-modal .nf-form-cont .nf-form-content .nf-next-item:hover:before {
	background-color: #3A6F67;
}

html[lang="vi"] .enquiry-modal .nf-form-cont .nf-form-content .nf-previous-item:after {
	width: 100%;
	text-align: center;
}

html[lang="vi"] .enquiry-modal .nf-breadcrumbs:after {
	content: "Gửi biểu mẫu";
}

.search-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 28px;
}

.search-header .search_form {
	max-width: 520px;
	padding: 4px 0 4px 40px;
	border-left: 1px solid #FF8032;
}

.search-header .search_form form.searchwp-form .swp-input {
	padding-top: 17px;
	padding-bottom: 17px;
	border-color: #FF8032 !important;
	background-color: transparent;
	color: #FFFFFF;
}

.search-header .search_form form.searchwp-form .swp-input::placeholder {
	color: #FFFFFF;
}

.search-header .search_form form.searchwp-form .swp-input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.search-header .search_form form.searchwp-form .swp-input::-moz-placeholder {
	color: #FFFFFF;
}

.search-header .search_form form.searchwp-form .swp-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	height: 15px;
	width: 15px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlNoYXBlIiBkPSJNMC4yOTI4OTMgMTIuMjkyOUMtMC4wOTc2MzExIDEyLjY4MzQgLTAuMDk3NjMxMSAxMy4zMTY2IDAuMjkyODkzIDEzLjcwNzFDMC42ODM0MTcgMTQuMDk3NiAxLjMxNjU4IDE0LjA5NzYgMS43MDcxMSAxMy43MDcxTDAuMjkyODkzIDEyLjI5MjlaTTEzLjcwNzEgMS43MDcxMUMxNC4wOTc2IDEuMzE2NTggMTQuMDk3NiAwLjY4MzQxNyAxMy43MDcxIDAuMjkyODkzQzEzLjMxNjYgLTAuMDk3NjMxMSAxMi42ODM0IC0wLjA5NzYzMTEgMTIuMjkyOSAwLjI5Mjg5M0wxMy43MDcxIDEuNzA3MTFaTTEuNzA3MTEgMC4yOTI4OTNDMS4zMTY1OCAtMC4wOTc2MzExIDAuNjgzNDE3IC0wLjA5NzYzMTEgMC4yOTI4OTMgMC4yOTI4OTNDLTAuMDk3NjMxMSAwLjY4MzQxNyAtMC4wOTc2MzExIDEuMzE2NTggMC4yOTI4OTMgMS43MDcxMUwxLjcwNzExIDAuMjkyODkzWk0xMi4yOTI5IDEzLjcwNzFDMTIuNjgzNCAxNC4wOTc2IDEzLjMxNjYgMTQuMDk3NiAxMy43MDcxIDEzLjcwNzFDMTQuMDk3NiAxMy4zMTY2IDE0LjA5NzYgMTIuNjgzNCAxMy43MDcxIDEyLjI5MjlMMTIuMjkyOSAxMy43MDcxWk0xLjcwNzExIDEzLjcwNzFMMTMuNzA3MSAxLjcwNzExTDEyLjI5MjkgMC4yOTI4OTNMMC4yOTI4OTMgMTIuMjkyOUwxLjcwNzExIDEzLjcwNzFaTTAuMjkyODkzIDEuNzA3MTFMMTIuMjkyOSAxMy43MDcxTDEzLjcwNzEgMTIuMjkyOUwxLjcwNzExIDAuMjkyODkzTDAuMjkyODkzIDEuNzA3MTFaIiBmaWxsPSIjRkY4MDMyIi8+CjwvZz4KPC9zdmc+Cg==);
	background-size: 15px 15px;
}

.search-header .search_form form.searchwp-form input[type=submit] {
	top: 17px;
	background-image: url(/wp-content/themes/preedyglass/images/icons/search-orange.png);
	background-size: 20px;
}

.search-header .search_form h6 {
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.search-header {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 60px;
	}
	.search-header .search_form {
		padding-left: 20px;
		max-width: 100%;
	}
}

.search-item {
	padding: 32px 0 28px;
	border-bottom: 1px solid #334155;
}

.search-item .text-bodyMdBold {
	font-weight: 700;
}

.search-item .line-clamp-3 {
	height: auto;
	max-height: 72px;
}

.search-item .search-tag {
	margin-top: 28px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.search-item .search-tag:empty {
	display: none;
}

@media (max-width: 767px) {
	.search-item:first-child {
		padding-top: 0;
	}
}

.search-main .post-list-filters {
	text-align: center;
}

.search-main .post-list-filters .post-list-count {
	display: none;
}

.content-archive .container-archive {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-archive .container-archive .post-card {
	width: calc((100% - 120px) / 4);
}

@media (max-width: 767px) {
	.content-archive .container-archive {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.content-archive .container-archive .post-card {
		width: calc((100% - 40px) / 2);
	}
}

@media (max-width: 480px) {
	.content-archive .container-archive .post-card {
		width: 100%;
	}
}

.content-archive .container-archive .post-card__media .btn-details {
	background: linear-gradient(180deg, rgba(8, 68, 59, 0) 0%, rgba(15, 131, 114, 0.62) 43.42%, #14AA93 86.84%);
	height: 133px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: none;
	min-height: 70px;
	color: #FFFFFF;
	padding-bottom: 17px;
	align-items: flex-end;
}

.content-archive .container-archive .post-card__media .btn-details svg path {
	fill: #FFFFFF;
}

.content-archive .container-archive .post-card__media--img {
	aspect-ratio: 300/256;
}

.content-archive .container-archive .post-card:hover {
	background: #FFFFFF;
}

.content-archive .container-archive .post-card__content {
	background-color: #3A6F67;
	padding: 10px;
}

.content-archive .container-archive .post-card__title {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.content-archive .container-archive .navigation {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 4px;
}

.content-archive .container-archive .navigation .page-numbers {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	background: #F2F4F7;
}

.content-archive .container-archive .navigation .page-numbers.current {
	border: 1px solid #08443b;
}

.content-archive .container-archive .navigation .page-numbers.disabled {
	background: #EAECF0;
}

.content-archive .container-archive .navigation .page-numbers.disabled svg path {
	fill: #D0D5DD;
}

.content-archive .container-category {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.content-archive .container-category .container-archive {
	flex-grow: 1;
	padding-top: 80px;
	row-gap: 24px;
}

.content-archive .container-category .container-archive .archives-lastest {
	width: 100%;
	color: #344054;
	font-family: "Stavian", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.content-archive .container-category .container-archive .post-card {
	width: calc((100% - 40px) / 2);
}

.content-archive .container-category .container-archive .post-card:nth-of-type(1) {
	width: 100%;
}

.content-archive .container-category .container-archive .post-card:nth-of-type(1) .img {
	aspect-ratio: 787/349;
}

@media (max-width: 480px) {
	.content-archive .container-category .container-archive .post-card {
		width: 100%;
	}
}

.content-archive .container-category .content-post-sidebar {
	width: 393px;
	min-width: 393px;
	position: sticky;
	top: 100px;
	right: 0;
	background: #E6EDEC;
	padding: 32px 0;
	margin-top: 120px;
}

.content-archive .container-category .content-post-sidebar .sidebar-search {
	padding: 0 24px 32px;
	border-bottom: 1px solid #FFFFFF;
}

.content-archive .container-category .content-post-sidebar .sidebar-search .search-form {
	width: 100%;
}

.content-archive .container-category .content-post-sidebar .sidebar-search .search-form label {
	display: block;
	width: 100%;
}

.content-archive .container-category .content-post-sidebar .sidebar-search .search-form label input {
	width: 100%;
}

.content-archive .container-category .content-post-sidebar .sidebar-categories {
	padding: 32px 24px 0;
}

.content-archive .container-category .content-post-sidebar .sidebar-categories-title {
	color: #344054;
	font-family: "Stavian", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 24px;
}

.content-archive .container-category .content-post-sidebar .category-item a {
	display: flex;
	justify-content: space-between;
	color: #344054;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 10px;
}

.content-archive .container-category .content-post-sidebar .category-item a .count {
	color: #667085;
	font-weight: normal;
}

.content-archive .container-category .content-post-sidebar .category-item:last-child a {
	padding-bottom: 0;
}

@media (max-width: 1024px) {
	.content-archive .container-category {
		flex-direction: column-reverse;
		gap: 60px;
	}
	.content-archive .container-category .content-post-sidebar {
		width: 100%;
		min-width: 100%;
		margin-top: 48px;
		position: unset;
	}
	.content-archive .container-category .container-archive {
		padding-top: 0;
	}
	.content-archive .container-category .container-archive .archives-lastest {
		text-align: center;
	}
}

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

/* Admin
--------------------------------------------- */
.content_login_container {
	padding: 12px 0;
	border-bottom: 1px solid #EAECF0;
}

.content_login_container .breadcrumbs {
	color: #667085;
	font-size: 0.875rem;
}

.content_login_container .breadcrumbs .current_page {
	color: #344054;
	font-weight: 500;
}

.content_login_container .breadcrumbs svg path {
	fill: #344054;
}

.content_login {
	display: flex;
	background: #E6EDEC;
}

@media (max-width: 1024px) {
	.content_login {
		flex-wrap: wrap;
		gap: 40px;
	}
	.content_login .content_left, .content_login .content_right {
		width: 100% !important;
	}
}

.content_login .content_left {
	width: 50%;
	position: relative;
	display: flex;
}

.content_login .content_left:after {
	content: "";
	background: #08443b;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

@media (max-width: 1024px) {
	.content_login .content_left:after {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
		left: 0;
		top: 10px;
	}
}

.content_login .content_left .bgr {
	aspect-ratio: 0.96;
	object-fit: cover;
	width: 100%;
	position: relative;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

@media (max-width: 1024px) {
	.content_login .content_left .bgr {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
	}
}

.content_login .content_right {
	width: 50%;
	padding: 0 24px;
	padding-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_login .content_right .content {
	width: 477px;
	max-width: 100%;
}

.content_login .content_right .content .heading {
	color: #344054;
	text-align: center;
	margin-bottom: 20px;
}

.content_login .content_right .content .um {
	margin: 0 !important;
}

.content_login .content_right .content .um .um-col-alt .um-field-area {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.content_login .content_right .content .um .um-col-alt .um-field-area .um-field-checkbox {
	margin-bottom: 0;
}

.content_login .content_right .content .um .um-col-alt .um-field-area .um-col-alt-b {
	padding-top: 0;
}

.content_login .content_right .content .um .um-col-alt .um-half {
	width: 100%;
}

.content_login .content_right .content .um .um-col-alt .um-half.um-left {
	margin-bottom: 20px;
}

.content_login .content_right .content .um .um-col-alt .um-half.um-right {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.content_login .content_right .content .um .um-col-alt .um-half.um-right .um-button {
	padding: 0 !important;
	background: transparent;
	box-shadow: unset;
	width: fit-content;
	color: #667085;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

.content_login .content_right .content .um .um-col-alt .um-half.um-right .um-button:before {
	content: "Don’t have an account? ";
	color: #667085;
}

.content_login .content_right .content .um .um-col-alt .um-half.um-right .um-button span {
	text-decoration: underline;
}

html[lang="vi"] .content_login .content_right .content .um .um-col-alt .um-half.um-right .um-button:before {
	content: "Chưa có tài khoản? ";
}

html[lang="vi"] .page-template-signup-template .content_signup .content_right .content .um .um-col-alt .um-half.um-right .um-button:before {
	content: "Đã có tài khoản? ";
}

.content_signup .content_right .content .um .um-col-alt .um-half.um-right .um-button:before {
	content: "Already have an account? ";
}

@media (min-width: 767px) {
	.content_signup .content_left .bgr {
		aspect-ratio: 0.58;
	}
}

.signup_success {
	display: none;
}

.signup_success .content_right {
	padding: 100px 24px;
	width: 100%;
}

.signup_success .content_right .content {
	width: 580px;
}

.signup_success .content_right .content .desc {
	text-align: center;
	margin-bottom: 20px;
	color: #667085;
}

.signup_success .content_right .content .back_home {
	width: 100%;
	display: flex;
	justify-content: center;
}

.content_reset_pass .content_left .bgr {
	aspect-ratio: 1.25 / 1;
}

.content_reset_pass .content_right .um-field-type_block .um-field-block {
	font-size: 1rem;
	color: #667085;
	font-weight: 400;
}

.content_reset_pass .content_right .um-col-alt {
	padding: 0;
	margin: 0;
}

.content_reset_pass .content_right .um-col-alt input[type="submit"] {
	width: 100% !important;
}

@media (max-width: 767px) {
	.page-template-account-page {
		background: #FFFFFF;
	}
}

@media (max-width: 548px) {
	.content_account_page {
		padding: 40px 0;
	}
}

.content_account_page .group_heading_button {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.content_account_page .group_heading_button {
		display: none;
	}
}

.content_account_page .group_heading_button .button_fake {
	width: fit-content !important;
}

.content_account_page .um-col-alt.um-col-alt-b {
	display: none;
}

@media (max-width: 767px) {
	.content_account_page .um-col-alt.um-col-alt-b {
		display: block;
		padding: 0;
		margin: 0;
		margin-top: 32px;
	}
}

.content_account_page .um-account-tab-manage_inquiries .um-col-alt.um-col-alt-b {
	display: none;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries table, .content_account_page .um-account-tab-manage_inquiries .manage-inquiries th, .content_account_page .um-account-tab-manage_inquiries .manage-inquiries td {
	border: none;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries {
	overflow-x: auto;
	position: relative;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries .pagination {
	position: sticky;
	left: 0;
	display: flex;
	justify-content: center;
	gap: 4px;
	margin-top: clamp(32px, 3vw, 40px);
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries .pagination a {
	background: #F2F4F7;
	padding: 12px;
	border-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 48px;
	height: 48px;
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries .pagination a.active {
	border: 1px solid #08443b !important;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries .pagination a[active="true"] {
	background: #EAECF0;
	pointer-events: none;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries .pagination a[active="true"] svg path {
	fill: #D0D5DD;
}

@media (max-width: 767px) {
	.content_account_page .um-account-tab-manage_inquiries .manage-inquiries #submissions-table {
		min-width: 850px;
	}
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries #submissions-table th, .content_account_page .um-account-tab-manage_inquiries .manage-inquiries #submissions-table td {
	padding: 12px;
	color: #344054;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries #submissions-table .action_col {
	gap: 24px;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries #submissions-table .action_col .action_button {
	padding: 0 12px;
	background: transparent;
	display: inline-flex;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries #submissions-table thead tr th {
	width: 15%;
	background: #E6EDEC;
	border-right: 2px solid #FFFFFF;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries #submissions-table thead tr th:last-child {
	border-right: unset;
}

.content_account_page .um-account-tab-manage_inquiries .manage-inquiries #submissions-table thead tr th:nth-child(2), .content_account_page .um-account-tab-manage_inquiries .manage-inquiries #submissions-table thead tr th:nth-child(3) {
	width: 35%;
}

.content_account_page .um-account-tab-manage_inquiries .heading_inquiries {
	position: relative;
	padding-left: 40px;
}

@media (max-width: 548px) {
	.content_account_page .um-account-tab-manage_inquiries .heading_inquiries {
		padding-right: 0;
	}
}

.content_account_page .um-account-tab-manage_inquiries .heading_inquiries .heading {
	color: #344054;
	font-family: "Stavian", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	margin-bottom: 8px;
	max-width: calc(100% - 250px);
}

@media (max-width: 848px) {
	.content_account_page .um-account-tab-manage_inquiries .heading_inquiries .heading {
		max-width: 100%;
	}
}

@media (max-width: 548px) {
	.content_account_page .um-account-tab-manage_inquiries .heading_inquiries .heading {
		font-size: 1rem;
	}
}

.content_account_page .um-account-tab-manage_inquiries .heading_inquiries a, .content_account_page .um-account-tab-manage_inquiries .heading_inquiries p {
	color: #667085;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 !important;
	margin-bottom: 8px !important;
}

.content_account_page .um-account-tab-manage_inquiries .heading_inquiries .back-button {
	display: flex;
	margin: 0 !important;
	position: absolute;
	left: 0;
	top: 10px;
}

@media (max-width: 548px) {
	.content_account_page .um-account-tab-manage_inquiries .heading_inquiries .back-button {
		top: 0;
	}
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont {
	margin-top: clamp(32px, 4vw, 60px);
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header {
	margin-bottom: 32px;
	overflow-x: auto;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-progress-container {
	display: none;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs {
	margin: 0 !important;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li a {
	background: #E6EDEC;
	margin: 0;
	color: #344054;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.555;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li.active + * a {
	padding: 12px 12px 12px 44px;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li.active a {
	background: #094B41;
	padding: 12px;
	color: #FFFFFF;
	position: relative;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li.active a:after {
	content: "";
	width: 27px;
	height: 100%;
	background: #094B41;
	right: 0.3px;
	left: unset;
	top: 0;
	transform: translateX(100%);
	position: absolute;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li:nth-child(2n).active a {
	padding: 12px 12px 12px 44px;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li:nth-child(2n).active a:after {
	left: 0;
	right: unset;
	transform: unset;
	background: #E6EDEC;
}

@media (max-width: 767px) {
	.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs {
		display: flex;
		gap: 12px;
		justify-content: center;
		border-bottom: 1px solid #E6EDEC;
		min-width: max-content;
	}
	.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs:after {
		content: none;
	}
	.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li {
		width: 50%;
		min-width: fit-content;
	}
	.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li a {
		width: 100%;
		padding: 12px 0 !important;
		text-align: center;
		background: transparent !important;
		color: #667085;
	}
	.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li a:after {
		content: none !important;
	}
	.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-mp-header .nf-breadcrumbs li.active a {
		color: #344054;
		border-bottom: 1px solid #094B41 !important;
	}
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content [id*="nf-label"] {
	color: #344054 !important;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]),
.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content select.ninja-forms-field,
.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content textarea {
	border: 1px solid #EAECF0 !important;
	background: #FFFFFF;
	padding: 12px 10px !important;
	height: fit-content !important;
	overflow: hidden;
	color: #344054;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.5;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"])::placeholder,
.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content select.ninja-forms-field::placeholder,
.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content textarea::placeholder {
	color: #D0D5DD;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):focus,
.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content select.ninja-forms-field:focus,
.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content textarea:focus {
	border-color: #08443b !important;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content .field_conditional {
	margin-bottom: 0;
	margin-top: -24px;
	padding: 0 40px 16px 40px;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content .field_conditional .nf-field-label {
	display: none;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:after {
	background: #98A2B3;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li label:after {
	border-color: #98A2B3;
	border-radius: 2px;
	box-shadow: unset;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked):after {
	background: #08443b;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked) label:before {
	color: #FFFFFF;
	left: 5px;
	top: 1px;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .nf-form-content .nf-field-container .list-checkbox-wrap li:has(input:checked) label:after {
	background: #08443b;
	border-color: #08443b;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont form > div {
	width: 100%;
}

.content_account_page .um-account-tab-manage_inquiries .nf-form-cont .submit-container {
	display: none;
}

.content_account_page .um-account-tab-manage_inquiries .edit-button {
	background: #08443b;
	padding: 12px 16px;
	display: inline-block;
	color: #FFFFFF !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	cursor: pointer;
}

.content_account_page .um-account-tab-manage_inquiries .edit-button:hover {
	background: #3A6F67;
}

.content_account_page .um-account-tab-manage_inquiries .edit-button.pc {
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 848px) {
	.content_account_page .um-account-tab-manage_inquiries .edit-button.pc {
		position: unset;
		margin-right: 10px !important;
	}
}

.content_account_page .um-account-tab-manage_inquiries .edit-button.mb {
	display: none;
}

@media (max-width: 548px) {
	.content_account_page .um-account-tab-manage_inquiries .edit-button.pc {
		display: none;
	}
	.content_account_page .um-account-tab-manage_inquiries .edit-button.mb {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 32px;
	}
	.content_account_page .um-account-tab-manage_inquiries .edit-button.mb.cancel-button {
		margin-top: 8px;
	}
}

.content_account_page .um-account-tab-manage_inquiries .edit-button.cancel-button {
	right: 149px;
	background: #F2F4F7;
	color: #344054 !important;
	border: 1px solid #EAECF0;
}

.content_account_page .um-account-tab-manage_inquiries .edit-button.cancel-button:hover {
	background: #08443b;
	color: #FFFFFF !important;
}

.content_account_page .um-account-tab-manage_inquiries .submission-details {
	margin-top: clamp(32px, 4vw, 60px);
	display: grid;
	grid-template-columns: repeat(2, minmax(0%, 100%));
	gap: 24px;
}

@media (max-width: 548px) {
	.content_account_page .um-account-tab-manage_inquiries .submission-details {
		grid-template-columns: repeat(1, minmax(0%, 100%));
	}
}

.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field {
	position: relative;
	border-bottom: 1px dashed #D0D5DD;
	padding-bottom: 4px;
}

.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:last-child {
	grid-column: -1/1;
}

.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field .name {
	color: #344054;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 8px;
}

.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field .name span {
	color: #D2392D;
	margin-left: 5px;
}

.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field .text {
	color: #344054;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:before {
	display: block;
	color: #06352e;
	font-family: "Stavian", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	margin-bottom: 24px;
	padding-top: 30px;
	width: calc(100% + 12px);
}

.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(1):before, .content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(2):before {
	content: "Basic Information";
	border-top: unset;
	padding-top: 0;
	margin-top: 0;
}

.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(5):before, .content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(6):before {
	content: "Product Inquiry";
}

.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(2n):before {
	color: transparent;
	transform: translateX(-12px);
}

@media (max-width: 548px) {
	.content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(2n):before {
		content: none;
	}
}

.content_account_page .um-account-tab .um-field:nth-last-child(2) {
	margin-bottom: 0;
}

.content_account_page .um.um-account:has(.um-account-side.off) .show_tab_mb span {
	border-color: transparent;
}

.content_account_page .um.um-account .show_tab_mb {
	display: none;
	background: #E6EDEC;
	width: 100%;
	padding: 12px;
	padding-bottom: 0;
	color: #344054;
	font-family: "Stavian", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.content_account_page .um.um-account .show_tab_mb span {
	padding-bottom: 12px;
	width: 100%;
	display: block;
	position: relative;
}

.content_account_page .um.um-account .show_tab_mb span:after {
	content: "";
	background-image: url(/wp-content/themes/stavian/images/icons/chevron-up.svg);
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	transform: rotate(-180deg);
}

.content_account_page .um.um-account .show_tab_mb.show span:after {
	transform: rotate(0deg);
}

@media (max-width: 548px) {
	.content_account_page .um.um-account .show_tab_mb {
		display: block;
	}
}

.content_account_page .um.um-account form .um-account-side {
	transform-origin: top;
}

@media (max-width: 548px) {
	.content_account_page .um.um-account form .um-account-side {
		transform: scaleY(0);
		height: 0;
		padding: 0 12px !important;
		position: relative;
	}
	.content_account_page .um.um-account form .um-account-side:before {
		content: "";
		background: #094B41;
		position: absolute;
		top: 0;
		left: 12px;
		height: 1px;
		width: calc(100% - 24px);
	}
	.content_account_page .um.um-account form .um-account-side.show {
		transform: scaleY(1);
		height: auto;
		padding: 12px !important;
	}
}

.content_account_page .um.um-account form .um-account-tab {
	padding: 0;
	border: none;
}

.page-template-account-page .manage-inquiries table, .page-template-account-page .manage-inquiries th, .page-template-account-page .manage-inquiries td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.page-template-account-page .manage-inquiries th, .page-template-account-page .manage-inquiries td {
	padding: 1em;
}

.page-template-account-page .manage-inquiries th {
	font-weight: bold;
}

.page-template-account-page .edit-button {
	padding: 5px 10px;
	background-color: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.page-template-account-page .edit-button:hover {
	background-color: #005177;
}

.page-template-account-page .pagination {
	margin-top: 20px;
	text-align: center;
}

.page-template-account-page .pagination a {
	padding: 5px 10px;
	margin: 0 5px;
	text-decoration: none;
	border: 1px solid #ccc;
	cursor: pointer;
}

.page-template-account-page .pagination a.active {
	background-color: #0073aa;
	color: white;
}

.page-template-account-page .pagination a:hover {
	background-color: #005177;
	color: white;
}

html[lang="vi"] .content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(1):before,
html[lang="vi"] .content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(2):before {
	content: "Thông tin cơ bản";
}

html[lang="vi"] .content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(5):before,
html[lang="vi"] .content_account_page .um-account-tab-manage_inquiries .submission-details .inquiry_field:nth-child(6):before {
	content: "Yêu cầu sản phẩm";
}

.custom-404 {
	background: linear-gradient(#0C0E10, #094B41);
	padding: 100px 0;
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-404 .inner-content {
	display: flex;
	flex-direction: column;
}

.custom-404 .inner-content .heading {
	text-align: center;
	font-size: clamp(5em, 6vw, 9em);
	margin-bottom: 20px;
	line-height: 1.3em;
	padding: 0;
	text-shadow: 0 0 1rem #fefefe;
	color: #fff;
}

.custom-404 .inner-content .subheading {
	text-align: center;
	max-width: 480px;
	font-size: 1.5em;
	line-height: 1.15em;
	padding: 0 1rem;
	margin: 0 auto;
	color: #fff;
}

.custom-404 .inner-content .btn-fill-white {
	margin: auto;
	margin-top: 30px;
}

.search-results {
	background: #F9FAFB;
}

.search-results .content_search .content_list_post {
	padding-top: clamp(48px, 5vw, 80px);
	padding-bottom: clamp(48px, 5vw, 80px);
}

.search-results .content_search .content_list_post .list_post {
	display: grid;
	grid-template-columns: repeat(3, minmax(0%, 100%));
	column-gap: 40px;
	row-gap: 24px;
}

@media (max-width: 1024px) {
	.search-results .content_search .content_list_post .list_post {
		grid-template-columns: repeat(2, minmax(0%, 100%));
	}
}

@media (max-width: 767px) {
	.search-results .content_search .content_list_post .list_post {
		grid-template-columns: repeat(1, minmax(0%, 100%));
	}
}

.search-results .content_search .content_list_post .pagination {
	grid-column: -1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.search-results .content_search .content_list_post .pagination:not(:has(.page-numbers)) {
	display: none;
}

.search-results .content_search .content_list_post .pagination .page-numbers:has(.hidden) {
	display: none;
}

.search-results .content_search .content_list_post .pagination a, .search-results .content_search .content_list_post .pagination .current {
	background: #F2F4F7;
	padding: 12px;
	border-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 48px;
	height: 48px;
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.search-results .content_search .content_list_post .pagination .disabled {
	pointer-events: none;
	background: #EAECF0;
}

.search-results .content_search .content_list_post .pagination .disabled svg path {
	fill: #D0D5DD;
}

.search-results .content_search .content_list_post .pagination .current {
	border: 1px solid #08443b;
}

.search-no-results {
	background: #F9FAFB;
}

.search-no-results .content_search .content_list_post {
	padding-top: clamp(48px, 5vw, 80px);
	padding-bottom: clamp(48px, 5vw, 80px);
}

.search-no-results .content_search .content_list_post .search-form {
	margin-top: 40px;
}

/*# sourceMappingURL=style.css.map */