/*!
Theme Name: Fai
Theme URI: http://underscores.me/
Author: Fai
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: Fai
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.

Fai 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=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100..900;1,100..900&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-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: .3s;
}

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: #0A0A0A;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.font-heading {
	font-family: "Poppins", sans-serif;
}

h1, .heading-1,
h2, .heading-2,
h3, .heading-3,
h4, .heading-4,
h5, .heading-5,
h6, .heading-6,
.heading-7,
.heading-8 {
	clear: both;
	margin: 0;
	font-family: "Poppins", sans-serif;
	color: #491B1D;
}

h1,
.heading-1 {
	font-size: 70px;
	line-height: 1.2;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

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

h1 sup, h1 sub,
.heading-1 sup,
.heading-1 sub {
	font-size: 60%;
}

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

h1:hover,
.heading-1:hover {
	text-decoration: none;
}

h1 a,
.heading-1 a {
	text-decoration: underline;
	font-weight: 500;
}

h1 a:hover,
.heading-1 a:hover {
	text-decoration: none;
}

h1 a:hover *,
.heading-1 a:hover * {
	text-decoration: none;
}

@media (max-width: 1024px) {
	h1,
	.heading-1 {
		font-size: 40px;
	}
}

h2,
.heading-2 {
	font-size: 54px;
	line-height: 1.2;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

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

h2 sup, h2 sub,
.heading-2 sup,
.heading-2 sub {
	font-size: 60%;
}

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

h2:hover,
.heading-2:hover {
	text-decoration: none;
}

h2 a,
.heading-2 a {
	text-decoration: underline;
	font-weight: 500;
}

h2 a:hover,
.heading-2 a:hover {
	text-decoration: none;
}

h2 a:hover *,
.heading-2 a:hover * {
	text-decoration: none;
}

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

h3,
.heading-3 {
	font-size: 40px;
	line-height: 1.2;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

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

h3 sup, h3 sub,
.heading-3 sup,
.heading-3 sub {
	font-size: 60%;
}

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

h3:hover,
.heading-3:hover {
	text-decoration: none;
}

h3 a,
.heading-3 a {
	text-decoration: underline;
	font-weight: 500;
}

h3 a:hover,
.heading-3 a:hover {
	text-decoration: none;
}

h3 a:hover *,
.heading-3 a:hover * {
	text-decoration: none;
}

@media (max-width: 1024px) {
	h3,
	.heading-3 {
		font-size: 32px;
	}
}

h4,
.heading-4 {
	font-size: 32px;
	line-height: 1.3;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

h4 *,
.heading-4 * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

h4 sup, h4 sub,
.heading-4 sup,
.heading-4 sub {
	font-size: 60%;
}

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

h4:hover,
.heading-4:hover {
	text-decoration: none;
}

h4 a,
.heading-4 a {
	text-decoration: underline;
	font-weight: 500;
}

h4 a:hover,
.heading-4 a:hover {
	text-decoration: none;
}

h4 a:hover *,
.heading-4 a:hover * {
	text-decoration: none;
}

@media (max-width: 1024px) {
	h4,
	.heading-4 {
		font-size: 24px;
		line-height: 1.4;
	}
}

h5,
.heading-5 {
	font-size: 22px;
	line-height: 1.4;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

h5 *,
.heading-5 * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

h5 sup, h5 sub,
.heading-5 sup,
.heading-5 sub {
	font-size: 60%;
}

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

h5:hover,
.heading-5:hover {
	text-decoration: none;
}

h5 a,
.heading-5 a {
	text-decoration: underline;
	font-weight: 500;
}

h5 a:hover,
.heading-5 a:hover {
	text-decoration: none;
}

h5 a:hover *,
.heading-5 a:hover * {
	text-decoration: none;
}

@media (max-width: 1024px) {
	h5,
	.heading-5 {
		font-size: 20px;
	}
}

h6,
.heading-6 {
	font-size: 18px;
	line-height: 1.4;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

h6 *,
.heading-6 * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

h6 sup, h6 sub,
.heading-6 sup,
.heading-6 sub {
	font-size: 60%;
}

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

h6:hover,
.heading-6:hover {
	text-decoration: none;
}

h6 a,
.heading-6 a {
	text-decoration: underline;
	font-weight: 500;
}

h6 a:hover,
.heading-6 a:hover {
	text-decoration: none;
}

h6 a:hover *,
.heading-6 a:hover * {
	text-decoration: none;
}

@media (max-width: 1024px) {
	h6,
	.heading-6 {
		font-size: 16px;
	}
}

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

.text-large-bold {
	font-size: 20px;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

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

.text-large-bold sup, .text-large-bold sub {
	font-size: 60%;
}

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

.text-large-bold:hover {
	text-decoration: none;
}

.text-large-bold a {
	text-decoration: underline;
	font-weight: 500;
}

.text-large-bold a:hover {
	text-decoration: none;
}

.text-large-bold a:hover * {
	text-decoration: none;
}

.text-large-semi {
	font-size: 20px;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 600;
	letter-spacing: 0;
}

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

.text-large-semi sup, .text-large-semi sub {
	font-size: 60%;
}

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

.text-large-semi:hover {
	text-decoration: none;
}

.text-large-semi a {
	text-decoration: underline;
	font-weight: 500;
}

.text-large-semi a:hover {
	text-decoration: none;
}

.text-large-semi a:hover * {
	text-decoration: none;
}

.text-large {
	font-size: 20px;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
}

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

.text-large sup, .text-large sub {
	font-size: 60%;
}

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

.text-large:hover {
	text-decoration: none;
}

.text-large a {
	text-decoration: underline;
	font-weight: 500;
}

.text-large a:hover {
	text-decoration: none;
}

.text-large a:hover * {
	text-decoration: none;
}

.text-link-large {
	font-size: 20px;
	line-height: 1.5;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0;
}

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

.text-link-large sup, .text-link-large sub {
	font-size: 60%;
}

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

.text-link-large:hover {
	text-decoration: none;
}

.text-link-large a {
	text-decoration: underline;
	font-weight: 500;
}

.text-link-large a:hover {
	text-decoration: none;
}

.text-link-large a:hover * {
	text-decoration: none;
}

.text-medium-bold {
	font-size: 18px;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

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

.text-medium-bold sup, .text-medium-bold sub {
	font-size: 60%;
}

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

.text-medium-bold:hover {
	text-decoration: none;
}

.text-medium-bold a {
	text-decoration: underline;
	font-weight: 500;
}

.text-medium-bold a:hover {
	text-decoration: none;
}

.text-medium-bold a:hover * {
	text-decoration: none;
}

.text-medium-semi {
	font-size: 18px;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 600;
	letter-spacing: 0;
}

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

.text-medium-semi sup, .text-medium-semi sub {
	font-size: 60%;
}

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

.text-medium-semi:hover {
	text-decoration: none;
}

.text-medium-semi a {
	text-decoration: underline;
	font-weight: 500;
}

.text-medium-semi a:hover {
	text-decoration: none;
}

.text-medium-semi a:hover * {
	text-decoration: none;
}

.text-medium {
	font-size: 18px;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
}

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

.text-medium sup, .text-medium sub {
	font-size: 60%;
}

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

.text-medium:hover {
	text-decoration: none;
}

.text-medium a {
	text-decoration: underline;
	font-weight: 500;
}

.text-medium a:hover {
	text-decoration: none;
}

.text-medium a:hover * {
	text-decoration: none;
}

.text-link-medium {
	font-size: 18px;
	line-height: 1.5;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0;
}

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

.text-link-medium sup, .text-link-medium sub {
	font-size: 60%;
}

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

.text-link-medium:hover {
	text-decoration: none;
}

.text-link-medium a {
	text-decoration: underline;
	font-weight: 500;
}

.text-link-medium a:hover {
	text-decoration: none;
}

.text-link-medium a:hover * {
	text-decoration: none;
}

.text-base-bold {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

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

.text-base-bold sup, .text-base-bold sub {
	font-size: 60%;
}

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

.text-base-bold:hover {
	text-decoration: none;
}

.text-base-bold a {
	text-decoration: underline;
	font-weight: 500;
}

.text-base-bold a:hover {
	text-decoration: none;
}

.text-base-bold a:hover * {
	text-decoration: none;
}

.text-base-semi {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 600;
	letter-spacing: 0;
}

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

.text-base-semi sup, .text-base-semi sub {
	font-size: 60%;
}

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

.text-base-semi:hover {
	text-decoration: none;
}

.text-base-semi a {
	text-decoration: underline;
	font-weight: 500;
}

.text-base-semi a:hover {
	text-decoration: none;
}

.text-base-semi a:hover * {
	text-decoration: none;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
}

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

.text-base sup, .text-base sub {
	font-size: 60%;
}

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

.text-base:hover {
	text-decoration: none;
}

.text-base a {
	text-decoration: underline;
	font-weight: 500;
}

.text-base a:hover {
	text-decoration: none;
}

.text-base a:hover * {
	text-decoration: none;
}

.text-base-light {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 300;
	letter-spacing: 0;
}

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

.text-base-light sup, .text-base-light sub {
	font-size: 60%;
}

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

.text-base-light:hover {
	text-decoration: none;
}

.text-base-light a {
	text-decoration: underline;
	font-weight: 500;
}

.text-base-light a:hover {
	text-decoration: none;
}

.text-base-light a:hover * {
	text-decoration: none;
}

.text-link-base {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0;
}

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

.text-link-base sup, .text-link-base sub {
	font-size: 60%;
}

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

.text-link-base:hover {
	text-decoration: none;
}

.text-link-base a {
	text-decoration: underline;
	font-weight: 500;
}

.text-link-base a:hover {
	text-decoration: none;
}

.text-link-base a:hover * {
	text-decoration: none;
}

.text-small-bold {
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

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

.text-small-bold sup, .text-small-bold sub {
	font-size: 60%;
}

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

.text-small-bold:hover {
	text-decoration: none;
}

.text-small-bold a {
	text-decoration: underline;
	font-weight: 500;
}

.text-small-bold a:hover {
	text-decoration: none;
}

.text-small-bold a:hover * {
	text-decoration: none;
}

.text-small-semi {
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 600;
	letter-spacing: 0;
}

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

.text-small-semi sup, .text-small-semi sub {
	font-size: 60%;
}

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

.text-small-semi:hover {
	text-decoration: none;
}

.text-small-semi a {
	text-decoration: underline;
	font-weight: 500;
}

.text-small-semi a:hover {
	text-decoration: none;
}

.text-small-semi a:hover * {
	text-decoration: none;
}

.text-small {
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
}

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

.text-small sup, .text-small sub {
	font-size: 60%;
}

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

.text-small:hover {
	text-decoration: none;
}

.text-small a {
	text-decoration: underline;
	font-weight: 500;
}

.text-small a:hover {
	text-decoration: none;
}

.text-small a:hover * {
	text-decoration: none;
}

.text-link-small {
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0;
}

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

.text-link-small sup, .text-link-small sub {
	font-size: 60%;
}

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

.text-link-small:hover {
	text-decoration: none;
}

.text-link-small a {
	text-decoration: underline;
	font-weight: 500;
}

.text-link-small a:hover {
	text-decoration: none;
}

.text-link-small a:hover * {
	text-decoration: none;
}

.text-tiny-bold {
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
}

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

.text-tiny-bold sup, .text-tiny-bold sub {
	font-size: 60%;
}

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

.text-tiny-bold:hover {
	text-decoration: none;
}

.text-tiny-bold a {
	text-decoration: underline;
	font-weight: 500;
}

.text-tiny-bold a:hover {
	text-decoration: none;
}

.text-tiny-bold a:hover * {
	text-decoration: none;
}

.text-tiny-semi {
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 600;
	letter-spacing: 0;
}

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

.text-tiny-semi sup, .text-tiny-semi sub {
	font-size: 60%;
}

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

.text-tiny-semi:hover {
	text-decoration: none;
}

.text-tiny-semi a {
	text-decoration: underline;
	font-weight: 500;
}

.text-tiny-semi a:hover {
	text-decoration: none;
}

.text-tiny-semi a:hover * {
	text-decoration: none;
}

.text-tiny {
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
}

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

.text-tiny sup, .text-tiny sub {
	font-size: 60%;
}

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

.text-tiny:hover {
	text-decoration: none;
}

.text-tiny a {
	text-decoration: underline;
	font-weight: 500;
}

.text-tiny a:hover {
	text-decoration: none;
}

.text-tiny a:hover * {
	text-decoration: none;
}

.text-link-tiny {
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0;
}

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

.text-link-tiny sup, .text-link-tiny sub {
	font-size: 60%;
}

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

.text-link-tiny:hover {
	text-decoration: none;
}

.text-link-tiny a {
	text-decoration: underline;
	font-weight: 500;
}

.text-link-tiny a:hover {
	text-decoration: none;
}

.text-link-tiny a:hover * {
	text-decoration: none;
}

.large-button-text {
	font-size: 18px;
	line-height: 1;
	text-decoration: auto;
	font-weight: 500;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

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

.large-button-text sup, .large-button-text sub {
	font-size: 60%;
}

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

.large-button-text:hover {
	text-decoration: none;
}

.large-button-text a {
	text-decoration: underline;
	font-weight: 500;
}

.large-button-text a:hover {
	text-decoration: none;
}

.large-button-text a:hover * {
	text-decoration: none;
}

.large-button-text:hover {
	text-decoration: underline;
}

.small-button-text {
	font-size: 1;
	line-height: 1;
	text-decoration: auto;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

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

.small-button-text sup, .small-button-text sub {
	font-size: 60%;
}

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

.small-button-text:hover {
	text-decoration: none;
}

.small-button-text a {
	text-decoration: underline;
	font-weight: 500;
}

.small-button-text a:hover {
	text-decoration: none;
}

.small-button-text a:hover * {
	text-decoration: none;
}

.small-button-text:hover {
	text-decoration: underline;
}

.menu-text {
	font-size: 18px;
	line-height: 1;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
}

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

.menu-text sup, .menu-text sub {
	font-size: 60%;
}

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

.menu-text:hover {
	text-decoration: none;
}

.menu-text a {
	text-decoration: underline;
	font-weight: 500;
}

.menu-text a:hover {
	text-decoration: none;
}

.menu-text a:hover * {
	text-decoration: none;
}

.menu-text:hover {
	text-decoration: underline;
}

.section-label {
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 1.4px;
}

.section-label * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.section-label sup, .section-label sub {
	font-size: 60%;
}

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

.section-label:hover {
	text-decoration: none;
}

.section-label a {
	text-decoration: underline;
	font-weight: 500;
}

.section-label a:hover {
	text-decoration: none;
}

.section-label a:hover * {
	text-decoration: none;
}

.box-shadow-xxsmall {
	background: #FFFFFF;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow-xsmall {
	background: #FFFFFF;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.box-shadow-small {
	background: #FFFFFF;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.box-shadow-medium {
	background: #FFFFFF;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.box-shadow-large {
	background: #FFFFFF;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.box-shadow-xlarge {
	background: #FFFFFF;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.18);
}

.box-shadow-xxlarge {
	background: #FFFFFF;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.14);
}

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: #D3211B;
	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 #606060;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	position: relative;
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
	margin: 0 !important;
}

body {
	overflow-x: hidden;
	width: 100%;
	color: #0A0A0A;
	position: relative;
	background: #FFFFFF !important;
}

body.has-popup {
	overflow: hidden;
}

body .entry-content > .wp-block-image img {
	display: block;
	margin: auto;
}

.sr-only {
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}

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

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

p sup, p sub {
	font-size: 60%;
}

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

p:hover {
	text-decoration: none;
}

p a {
	text-decoration: underline;
	font-weight: 500;
}

p a:hover {
	text-decoration: none;
}

p a:hover * {
	text-decoration: none;
}

.container {
	max-width: 1328px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.absolute_full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

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

.section-block-content {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

@media (max-width: 1024px) {
	.section-block-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rank-math-breadcrumb {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 1328px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
}

.rank-math-breadcrumb > p {
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: normal;
}

.rank-math-breadcrumb > p .separator {
	display: flex;
	width: fit-content;
	height: fit-content;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.rank-math-breadcrumb > p a {
	font-weight: 400;
	text-decoration: none;
}

.rank-math-breadcrumb > p a:hover {
	text-decoration: underline;
}

.rank-math-breadcrumb > p .last {
	font-weight: 600;
}

.text-dark .rank-math-breadcrumb > p {
	color: #0A0A0A;
}

.text-dark .rank-math-breadcrumb > p .last {
	color: #0A0A0A;
}

.text-light .rank-math-breadcrumb svg path {
	stroke: #FFFFFF;
}

.text-dark .rank-math-breadcrumb > p {
	color: #0A0A0A;
}

.container .rank-math-breadcrumb {
	padding-left: 0;
	padding-right: 0;
}

.error404 .rank-math-breadcrumb {
	display: none;
}

@media (max-width: 767px) {
	.hide-mb {
		display: none;
	}
}

.hidden {
	display: none !important;
}

hr {
	background-color: #FFFFFF;
	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%;
}

@keyframes rotage {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.rotage360 {
	animation: rotage 15s linear infinite;
}

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

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

a:not(.link):hover *, a:not(.link):active * {
	text-decoration: inherit;
}

/* Forms
--------------------------------------------- */
.btn-icon-left {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
}

.btn-icon-left svg path {
	fill: currentColor;
}

.btn-icon-left:before {
	content: '';
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
	background-position: center;
	background-size: cover;
	width: 18px;
	height: 18px;
}

.btn-icon-right {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
}

.btn-icon-right svg path {
	fill: currentColor;
}

.btn-icon-right:after {
	content: '';
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
	background-position: center;
	background-size: cover;
	width: 18px;
	height: 18px;
}

.btn-icon-download {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
}

.btn-icon-download svg path {
	fill: currentColor;
}

.btn-red-fill-large {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-fill-large svg path {
	fill: currentColor;
}

.btn-red-fill-large:hover, .btn-red-fill-large:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-large-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-fill-large-hover svg path {
	fill: currentColor;
}

.btn-red-fill-large-hover:hover, .btn-red-fill-large-hover:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-large-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	border: 2px solid #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-fill-large-focus svg path {
	fill: currentColor;
}

.btn-red-fill-large-focus:hover, .btn-red-fill-large-focus:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-large-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5) inset;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-fill-large-pressed svg path {
	fill: currentColor;
}

.btn-red-fill-large-pressed:hover, .btn-red-fill-large-pressed:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-large-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	color: rgba(255, 255, 255, 0.75);
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-fill-large-disabled svg path {
	fill: currentColor;
}

.btn-red-fill-large-disabled:hover, .btn-red-fill-large-disabled:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-small {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-fill-small svg path {
	fill: currentColor;
}

.btn-red-fill-small:hover, .btn-red-fill-small:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-small:after, .btn-red-fill-small:before {
	width: 16px;
	height: 16px;
}

.btn-red-fill-small-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-fill-small-hover svg path {
	fill: currentColor;
}

.btn-red-fill-small-hover:hover, .btn-red-fill-small-hover:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-small-hover:after, .btn-red-fill-small-hover:before {
	width: 16px;
	height: 16px;
}

.btn-red-fill-small-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	border: 2px solid #D3211B;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-fill-small-focus svg path {
	fill: currentColor;
}

.btn-red-fill-small-focus:hover, .btn-red-fill-small-focus:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-small-focus:after, .btn-red-fill-small-focus:before {
	width: 16px;
	height: 16px;
}

.btn-red-fill-small-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5) inset;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-fill-small-pressed svg path {
	fill: currentColor;
}

.btn-red-fill-small-pressed:hover, .btn-red-fill-small-pressed:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-small-pressed:after, .btn-red-fill-small-pressed:before {
	width: 16px;
	height: 16px;
}

.btn-red-fill-small-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	color: rgba(255, 255, 255, 0.75);
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-fill-small-disabled svg path {
	fill: currentColor;
}

.btn-red-fill-small-disabled:hover, .btn-red-fill-small-disabled:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.btn-red-fill-small-disabled:after, .btn-red-fill-small-disabled:before {
	width: 16px;
	height: 16px;
}

.btn-red-outline-large {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-outline-large svg path {
	fill: currentColor;
}

.btn-red-outline-large:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-large:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-large:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-large:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-outline-large-hover svg path {
	fill: currentColor;
}

.btn-red-outline-large-hover:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large-hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-hover.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large-hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-hover:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-large-hover:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-hover:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-hover:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-large-hover:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-hover:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-hover:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-hover:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-hover:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-large-hover:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-hover:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-hover:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-hover:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-outline-large-focus svg path {
	fill: currentColor;
}

.btn-red-outline-large-focus:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large-focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-focus.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large-focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-focus:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-large-focus:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-focus:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-focus:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-large-focus:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-focus:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-focus:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-focus:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-focus:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-large-focus:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-focus:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-focus:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-focus:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5) inset;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-outline-large-pressed svg path {
	fill: currentColor;
}

.btn-red-outline-large-pressed:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large-pressed:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-pressed.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large-pressed.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-pressed:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-large-pressed:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-pressed:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-pressed:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-large-pressed:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-pressed:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-pressed:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-pressed:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-pressed:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-large-pressed:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-pressed:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-pressed:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-pressed:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-pressed:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-pressed:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-pressed.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-pressed.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-red-outline-large-disabled svg path {
	fill: currentColor;
}

.btn-red-outline-large-disabled:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large-disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-disabled.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-large-disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-disabled:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-large-disabled:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-disabled:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-large-disabled:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-large-disabled:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-disabled:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-disabled:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-disabled:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-disabled:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-large-disabled:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-disabled:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-disabled:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-disabled:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-large-disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-large-disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-large-disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-outline-small svg path {
	fill: currentColor;
}

.btn-red-outline-small:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-small:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-small:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-small:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small:after, .btn-red-outline-small:before {
	width: 16px;
	height: 16px;
}

.btn-red-outline-small-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-outline-small-hover svg path {
	fill: currentColor;
}

.btn-red-outline-small-hover:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small-hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-hover.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small-hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-hover:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-small-hover:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-hover:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-hover:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-small-hover:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-hover:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-hover:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-hover:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-hover:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-small-hover:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-hover:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-hover:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-hover:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-hover:after, .btn-red-outline-small-hover:before {
	width: 16px;
	height: 16px;
}

.btn-red-outline-small-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-outline-small-focus svg path {
	fill: currentColor;
}

.btn-red-outline-small-focus:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small-focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-focus.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small-focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-focus:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-small-focus:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-focus:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-focus:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-small-focus:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-focus:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-focus:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-focus:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-focus:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-small-focus:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-focus:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-focus:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-focus:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-focus:after, .btn-red-outline-small-focus:before {
	width: 16px;
	height: 16px;
}

.btn-red-outline-small-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5) inset;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-outline-small-pressed svg path {
	fill: currentColor;
}

.btn-red-outline-small-pressed:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small-pressed:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-pressed.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small-pressed.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-pressed:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-small-pressed:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-pressed:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-pressed:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-small-pressed:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-pressed:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-pressed:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-pressed:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-pressed:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-small-pressed:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-pressed:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-pressed:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-pressed:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-pressed:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-pressed:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-pressed.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-pressed.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-pressed:after, .btn-red-outline-small-pressed:before {
	width: 16px;
	height: 16px;
}

.btn-red-outline-small-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #D3211B;
	border: 2px solid transparent;
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-red-outline-small-disabled svg path {
	fill: currentColor;
}

.btn-red-outline-small-disabled:not(.btn-icon-left):before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small-disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-disabled.btn-icon-left:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.btn-red-outline-small-disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-disabled:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-red-outline-small-disabled:hover:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-disabled:hover.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-red-outline-small-disabled:focus {
	border: 2px solid #D3211B;
	background: #D3211B;
	color: #FFFFFF;
}

.btn-red-outline-small-disabled:focus:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-disabled:focus:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-disabled:focus.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-disabled:focus.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-disabled:disabled {
	background: #D3211B;
	color: rgba(255, 255, 255, 0.75);
}

.btn-red-outline-small-disabled:disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-disabled:disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-disabled:disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-disabled:disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-disabled:not(.btn-icon-left):before {
	display: none;
}

.btn-red-outline-small-disabled:not(.btn-icon-left):after {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-disabled.btn-icon-left:after {
	display: none;
}

.btn-red-outline-small-disabled.btn-icon-left:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-red-outline-small-disabled:after, .btn-red-outline-small-disabled:before {
	width: 16px;
	height: 16px;
}

.btn-white-fill-large {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-white-fill-large svg path {
	fill: currentColor;
}

.btn-white-fill-large:after, .btn-white-fill-large:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-fill-large:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-large:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-large-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-white-fill-large-hover svg path {
	fill: currentColor;
}

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

.btn-white-fill-large-hover:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-large-hover:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-large-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-white-fill-large-focus svg path {
	fill: currentColor;
}

.btn-white-fill-large-focus:after, .btn-white-fill-large-focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-fill-large-focus:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-large-focus:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-large-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-white-fill-large-pressed svg path {
	fill: currentColor;
}

.btn-white-fill-large-pressed:after, .btn-white-fill-large-pressed:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-fill-large-pressed:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-large-pressed:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-large-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	color: #491B1D;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-white-fill-large-disabled svg path {
	fill: currentColor;
}

.btn-white-fill-large-disabled:after, .btn-white-fill-large-disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-fill-large-disabled:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-large-disabled:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-large-disabled:after, .btn-white-fill-large-disabled:before {
	opacity: 0.75;
}

.btn-white-fill-small {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-white-fill-small svg path {
	fill: currentColor;
}

.btn-white-fill-small:after, .btn-white-fill-small:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-fill-small:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-small:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-small:after, .btn-white-fill-small:before {
	width: 16px;
	height: 16px;
}

.btn-white-fill-small-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-white-fill-small-hover svg path {
	fill: currentColor;
}

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

.btn-white-fill-small-hover:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-small-hover:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-small-hover:after, .btn-white-fill-small-hover:before {
	width: 16px;
	height: 16px;
}

.btn-white-fill-small-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-white-fill-small-focus svg path {
	fill: currentColor;
}

.btn-white-fill-small-focus:after, .btn-white-fill-small-focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-fill-small-focus:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-small-focus:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-small-focus:after, .btn-white-fill-small-focus:before {
	width: 16px;
	height: 16px;
}

.btn-white-fill-small-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-white-fill-small-pressed svg path {
	fill: currentColor;
}

.btn-white-fill-small-pressed:after, .btn-white-fill-small-pressed:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-fill-small-pressed:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-small-pressed:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-small-pressed:after, .btn-white-fill-small-pressed:before {
	width: 16px;
	height: 16px;
}

.btn-white-fill-small-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	color: #491B1D;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-white-fill-small-disabled svg path {
	fill: currentColor;
}

.btn-white-fill-small-disabled:after, .btn-white-fill-small-disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-fill-small-disabled:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-white-fill-small-disabled:focus {
	border: 2px solid #D3211B;
}

.btn-white-fill-small-disabled:after, .btn-white-fill-small-disabled:before {
	opacity: 0.75;
}

.btn-white-fill-small-disabled:after, .btn-white-fill-small-disabled:before {
	width: 16px;
	height: 16px;
}

.btn-white-outline-large {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

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

.btn-white-outline-large:after, .btn-white-outline-large:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-large:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-large:hover:after, .btn-white-outline-large:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-large:focus:after, .btn-white-outline-large:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-large:disabled:after, .btn-white-outline-large:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-white-outline-large-hover svg path {
	fill: currentColor;
}

.btn-white-outline-large-hover:after, .btn-white-outline-large-hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-large-hover:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-large-hover:hover:after, .btn-white-outline-large-hover:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-hover:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-large-hover:focus:after, .btn-white-outline-large-hover:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-hover:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-large-hover:disabled:after, .btn-white-outline-large-hover:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-white-outline-large-focus svg path {
	fill: currentColor;
}

.btn-white-outline-large-focus:after, .btn-white-outline-large-focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-large-focus:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-large-focus:hover:after, .btn-white-outline-large-focus:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-focus:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-large-focus:focus:after, .btn-white-outline-large-focus:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-focus:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-large-focus:disabled:after, .btn-white-outline-large-focus:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-focus:after, .btn-white-outline-large-focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-white-outline-large-pressed svg path {
	fill: currentColor;
}

.btn-white-outline-large-pressed:after, .btn-white-outline-large-pressed:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-large-pressed:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-large-pressed:hover:after, .btn-white-outline-large-pressed:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-pressed:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-large-pressed:focus:after, .btn-white-outline-large-pressed:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-pressed:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-large-pressed:disabled:after, .btn-white-outline-large-pressed:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-pressed:after, .btn-white-outline-large-pressed:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.btn-white-outline-large-disabled svg path {
	fill: currentColor;
}

.btn-white-outline-large-disabled:after, .btn-white-outline-large-disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-large-disabled:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-large-disabled:hover:after, .btn-white-outline-large-disabled:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-disabled:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-large-disabled:focus:after, .btn-white-outline-large-disabled:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-disabled:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-large-disabled:disabled:after, .btn-white-outline-large-disabled:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-large-disabled:after, .btn-white-outline-large-disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

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

.btn-white-outline-small:after, .btn-white-outline-small:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-small:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-small:hover:after, .btn-white-outline-small:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-small:focus:after, .btn-white-outline-small:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-small:disabled:after, .btn-white-outline-small:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small:after, .btn-white-outline-small:before {
	width: 16px;
	height: 16px;
}

.btn-white-outline-small-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-white-outline-small-hover svg path {
	fill: currentColor;
}

.btn-white-outline-small-hover:after, .btn-white-outline-small-hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-small-hover:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-small-hover:hover:after, .btn-white-outline-small-hover:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-hover:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-small-hover:focus:after, .btn-white-outline-small-hover:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-hover:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-small-hover:disabled:after, .btn-white-outline-small-hover:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-hover:after, .btn-white-outline-small-hover:before {
	width: 16px;
	height: 16px;
}

.btn-white-outline-small-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-white-outline-small-focus svg path {
	fill: currentColor;
}

.btn-white-outline-small-focus:after, .btn-white-outline-small-focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-small-focus:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-small-focus:hover:after, .btn-white-outline-small-focus:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-focus:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-small-focus:focus:after, .btn-white-outline-small-focus:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-focus:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-small-focus:disabled:after, .btn-white-outline-small-focus:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-focus:after, .btn-white-outline-small-focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-focus:after, .btn-white-outline-small-focus:before {
	width: 16px;
	height: 16px;
}

.btn-white-outline-small-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-white-outline-small-pressed svg path {
	fill: currentColor;
}

.btn-white-outline-small-pressed:after, .btn-white-outline-small-pressed:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-small-pressed:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-small-pressed:hover:after, .btn-white-outline-small-pressed:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-pressed:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-small-pressed:focus:after, .btn-white-outline-small-pressed:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-pressed:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-small-pressed:disabled:after, .btn-white-outline-small-pressed:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-pressed:after, .btn-white-outline-small-pressed:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-pressed:after, .btn-white-outline-small-pressed:before {
	width: 16px;
	height: 16px;
}

.btn-white-outline-small-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
}

.btn-white-outline-small-disabled svg path {
	fill: currentColor;
}

.btn-white-outline-small-disabled:after, .btn-white-outline-small-disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
}

.btn-white-outline-small-disabled:hover {
	background: #FFFFFF;
	color: #D3211B;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-white-outline-small-disabled:hover:after, .btn-white-outline-small-disabled:hover:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-disabled:focus {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
}

.btn-white-outline-small-disabled:focus:after, .btn-white-outline-small-disabled:focus:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-disabled:disabled {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #D3211B;
	opacity: 0.75;
}

.btn-white-outline-small-disabled:disabled:after, .btn-white-outline-small-disabled:disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-disabled:after, .btn-white-outline-small-disabled:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.btn-white-outline-small-disabled:after, .btn-white-outline-small-disabled:before {
	width: 16px;
	height: 16px;
}

.btn-full {
	width: 100%;
}

.btn-sticky-contact {
	padding: 16px 11px;
	background: #FFFFFF;
	box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #D3211B;
	position: fixed;
	right: 16px;
	bottom: 10%;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	width: 96px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 21px */
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-align: center;
}

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

.btn-sticky-contact:before {
	content: "";
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	height: 100%;
}

.btn-sticky-contact svg {
	display: none;
}

.btn-sticky-contact:hover, .btn-sticky-contact:focus {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

@media (max-width: 767px) {
	.btn-sticky-contact {
		font-size: 0;
		width: 60px;
		height: 60px;
	}
	.btn-sticky-contact svg {
		display: block;
	}
}

.nf-form-cont .nf-input-limit:empty {
	display: none;
}

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

.nf-form-cont .nf-form-content {
	padding: 0;
	max-width: 1328px;
}

.nf-form-cont .nf-form-content [id*="nf-label"] {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
	color: #0A0A0A;
	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"] sup, .nf-form-cont .nf-form-content [id*="nf-label"] sub {
	font-size: 60%;
}

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

.nf-form-cont .nf-form-content [id*="nf-label"]:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content [id*="nf-label"] a {
	text-decoration: underline;
	font-weight: 500;
}

.nf-form-cont .nf-form-content [id*="nf-label"] a:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content [id*="nf-label"] a:hover * {
	text-decoration: none;
}

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

.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 sup, .nf-form-cont .nf-form-content .ninja-forms-req-symbol sub {
	font-size: 60%;
}

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

.nf-form-cont .nf-form-content .ninja-forms-req-symbol:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content .ninja-forms-req-symbol a {
	text-decoration: underline;
	font-weight: 500;
}

.nf-form-cont .nf-form-content .ninja-forms-req-symbol a:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content .ninja-forms-req-symbol a:hover * {
	text-decoration: none;
}

.nf-form-cont .nf-form-content .ninja-forms-req-symbol:after {
	content: "Required";
	font-size: 16px;
}

.nf-form-cont .nf-form-content .field-wrap.nf-pass .ninja-forms-req-symbol {
	color: #027A48;
}

.nf-form-cont .nf-form-content .label-above .submit-wrap > .nf-field-label {
	display: none;
}

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

.nf-form-cont .nf-form-content .label-above .nf-field-label:not(:has(.ninja-forms-req-symbol)) label:after {
	content: "Optional";
	margin-left: auto;
	font-size: 16px;
	color: #0A0A0A;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]),
.nf-form-cont .nf-form-content select.ninja-forms-field,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]),
.nf-form-cont .nf-form-content textarea {
	border: 1px solid #491B1D;
	background: #FFFFFF;
	padding: 12px 20px;
	color: #0A0A0A;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
	border-radius: 8px;
	height: 48px;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]) *,
.nf-form-cont .nf-form-content select.ninja-forms-field *,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) *,
.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"]):not([type="radio"]) sup, .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]) sub,
.nf-form-cont .nf-form-content select.ninja-forms-field sup,
.nf-form-cont .nf-form-content select.ninja-forms-field sub,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) sup,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) sub,
.nf-form-cont .nf-form-content textarea sup,
.nf-form-cont .nf-form-content textarea sub {
	font-size: 60%;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]) > p:not(:last-child),
.nf-form-cont .nf-form-content select.ninja-forms-field > p:not(:last-child),
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) > 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"]):not([type="radio"]):hover,
.nf-form-cont .nf-form-content select.ninja-forms-field:hover,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]):hover,
.nf-form-cont .nf-form-content textarea:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]) a,
.nf-form-cont .nf-form-content select.ninja-forms-field a,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) a,
.nf-form-cont .nf-form-content textarea a {
	text-decoration: underline;
	font-weight: 500;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]) a:hover,
.nf-form-cont .nf-form-content select.ninja-forms-field a:hover,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) a:hover,
.nf-form-cont .nf-form-content textarea a:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]) a:hover *,
.nf-form-cont .nf-form-content select.ninja-forms-field a:hover *,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) a:hover *,
.nf-form-cont .nf-form-content textarea a:hover * {
	text-decoration: none;
}

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

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"])::placeholder *,
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder *,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple])::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"]):not([type="radio"])::placeholder sup, .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"])::placeholder sub,
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder sup,
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder sub,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple])::placeholder sup,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple])::placeholder sub,
.nf-form-cont .nf-form-content textarea::placeholder sup,
.nf-form-cont .nf-form-content textarea::placeholder sub {
	font-size: 60%;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"])::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 select.ninja-forms-field:not([multiple])::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"]):not([type="radio"])::placeholder:hover,
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder:hover,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple])::placeholder:hover,
.nf-form-cont .nf-form-content textarea::placeholder:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"])::placeholder a,
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder a,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple])::placeholder a,
.nf-form-cont .nf-form-content textarea::placeholder a {
	text-decoration: underline;
	font-weight: 500;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"])::placeholder a:hover,
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder a:hover,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple])::placeholder a:hover,
.nf-form-cont .nf-form-content textarea::placeholder a:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"])::placeholder a:hover *,
.nf-form-cont .nf-form-content select.ninja-forms-field::placeholder a:hover *,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple])::placeholder a:hover *,
.nf-form-cont .nf-form-content textarea::placeholder a:hover * {
	text-decoration: none;
}

.nf-form-cont .nf-form-content textarea, .nf-form-cont .nf-form-content textarea.ninja-forms-field {
	height: 80px;
	border-radius: 8px;
}

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

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

.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-element {
	padding: 0;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
	z-index: 2;
	cursor: pointer;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"] svg path {
	fill: currentColor;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"]:hover, .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"]:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.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;
	letter-spacing: 0;
}

.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 sup, .nf-form-cont .nf-form-content .checkbox-container .nf-field-description sub {
	font-size: 60%;
}

.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:hover {
	text-decoration: none;
}

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

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

.nf-form-cont .nf-form-content .checkbox-container .nf-field-description a:hover * {
	text-decoration: none;
}

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

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

.nf-form-cont .nf-form-content .checkbox-container .checkbox-wrap:has(.nf-field-description) {
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 8px;
}

.nf-form-cont .nf-form-content .checkbox-container .checkbox-wrap:has(.nf-field-description) .nf-field-element {
	display: none;
}

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

.nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap {
	flex-direction: column;
}

.nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap .nf-field-label {
	width: 100%;
	margin-bottom: 0 !important;
}

.nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap .nf-field-label label {
	width: 100%;
	height: fit-content;
	padding-left: 26px;
	color: #222;
}

.nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap .nf-field-label label:before, .nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap .nf-field-label label:after {
	width: 20px;
	height: 20px;
}

.nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap.nf-error, .nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap.nf-fail {
	color: #B42318;
}

.nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap.nf-error .nf-field-label label:after, .nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap.nf-fail .nf-field-label label:after {
	border-color: #B42318;
}

.nf-form-cont .nf-form-content .checkbox-wrap .nf-field-element {
	display: none;
}

.nf-form-cont .nf-form-content .checkbox-wrap label, .nf-form-cont .nf-form-content .list-checkbox-wrap label {
	width: 100%;
	height: auto;
	position: relative;
	margin-left: 0 !important;
	display: block;
	font-size: 16px;
}

.nf-form-cont .nf-form-content .checkbox-wrap label a, .nf-form-cont .nf-form-content .list-checkbox-wrap label a {
	color: #0A0A0A;
	font-weight: 500;
	text-decoration: underline;
}

.nf-form-cont .nf-form-content .checkbox-wrap label a:hover, .nf-form-cont .nf-form-content .list-checkbox-wrap label a:hover {
	text-decoration: none;
}

.nf-form-cont .nf-form-content .checkbox-wrap label:before, .nf-form-cont .nf-form-content .checkbox-wrap label:after, .nf-form-cont .nf-form-content .list-checkbox-wrap label:before, .nf-form-cont .nf-form-content .list-checkbox-wrap label:after {
	width: 20px;
	height: 20px;
	left: 0 !important;
	top: 1px;
	right: unset;
	bottom: unset !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nf-form-cont .nf-form-content .checkbox-wrap label:after, .nf-form-cont .nf-form-content .list-checkbox-wrap label:after {
	border: 1px solid #491B1D;
	background: #EEEEEE;
	border-radius: 0;
}

.nf-form-cont .nf-form-content .checkbox-wrap label:before, .nf-form-cont .nf-form-content .list-checkbox-wrap label:before {
	display: none;
}

.nf-form-cont .nf-form-content .checkbox-wrap label.nf-checked-label:after, .nf-form-cont .nf-form-content .list-checkbox-wrap label.nf-checked-label:after {
	content: '' !important;
	border: none;
	background: url(/wp-content/themes/fai/images/icons/checkbox.svg);
}

.nf-form-cont .nf-form-content .checkbox-wrap.nf-error .nf-field-label label:after, .nf-form-cont .nf-form-content .checkbox-wrap.nf-fail .nf-field-label label:after, .nf-form-cont .nf-form-content .list-checkbox-wrap.nf-error .nf-field-label label:after, .nf-form-cont .nf-form-content .list-checkbox-wrap.nf-fail .nf-field-label label:after {
	border-color: #D3211B;
}

.nf-form-cont .nf-form-content .list-checkbox-wrap ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 28px;
}

@media (max-width: 1024px) {
	.nf-form-cont .nf-form-content .list-checkbox-wrap ul {
		grid-template-columns: auto;
		gap: 12px;
	}
}

.nf-form-cont .nf-form-content .list-checkbox-wrap ul li {
	margin-bottom: 0 !important;
}

.nf-form-cont .nf-form-content .list-checkbox-wrap input[type="checkbox"] {
	display: none;
}

.nf-form-cont .nf-form-content .list-checkbox-wrap label {
	margin-left: 26px !important;
	font-size: 16px;
	color: #0A0A0A;
}

.nf-form-cont .nf-form-content .list-checkbox-wrap label:before, .nf-form-cont .nf-form-content .list-checkbox-wrap label:after {
	left: -26px !important;
}

.nf-form-cont .nf-form-content .list-checkbox-wrap label.nf-checked-label {
	color: #D3211B;
}

.nf-form-cont .nf-form-content .list-radio-wrap label {
	margin-left: 30px !important;
}

.nf-form-cont .nf-form-content .list-radio-wrap label:after, .nf-form-cont .nf-form-content .list-radio-wrap label:before {
	left: -30px !important;
	top: 2px !important;
	bottom: unset !important;
	right: unset;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: unset;
	background: #FFFFFF;
}

.nf-form-cont .nf-form-content .list-radio-wrap label:after {
	border: 1px solid #282828;
}

.nf-form-cont .nf-form-content .list-radio-wrap label.nf-checked-label:after {
	background: #0A0A0A;
	border: 1px solid #282828;
}

.nf-form-cont .nf-form-content .list-radio-wrap label.nf-checked-label:before {
	background: #FFFFFF;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: -25px !important;
	top: 7px !important;
}

.nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element input, .nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element textarea {
	padding-right: 50px;
}

.nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
	content: url(/wp-content/themes/fai/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 input, .nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element textarea {
	padding-right: 50px;
}

.nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
	content: url(/wp-content/themes/fai/images/icons/check-circle.svg);
	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, .nf-form-cont .nf-form-content .listcountry-wrap .nf-field-element:after, .nf-form-cont .nf-form-content .list-multiselect-wrap .nf-field-element:after {
	content: "";
	background-image: url(/wp-content/themes/fai/images/icons/arrow-down-dark.svg);
	width: 16px;
	height: 9px;
	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 > div, .nf-form-cont .nf-form-content .listcountry-wrap .nf-field-element > div, .nf-form-cont .nf-form-content .list-multiselect-wrap .nf-field-element > div {
	background: #FFFFFF;
	border: 1px solid #D3211B;
	border-radius: 8px;
	height: 48px;
	color: #0A0A0A;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > select, .nf-form-cont .nf-form-content .listcountry-wrap .nf-field-element > select, .nf-form-cont .nf-form-content .list-multiselect-wrap .nf-field-element > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
}

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

.nf-form-cont .nf-form-content .label-hidden .nf-field-label {
	margin: 0 !important;
}

.nf-form-cont .nf-form-content nf-fields-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 28px;
	row-gap: 28px;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field {
	width: 100%;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field:not(:has(.nf-field-container)) {
	display: none;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field:has(.col-6) {
	width: calc(50% - 14px);
}

@media (max-width: 1024px) {
	.nf-form-cont .nf-form-content nf-fields-wrap nf-field:has(.col-6) {
		width: 100%;
	}
}

.nf-form-cont .nf-form-content .custom-select-initialized select {
	display: none;
}

.nf-form-cont .nf-after-field .nf-error-msg {
	margin-right: 0;
}

.nf-form-cont .ninja-forms-form-wrap .nf-after-form-content .nf-field-hp {
	width: 90%;
}

.form_success {
	border: 1px solid #027A48;
	background: #ecfdf3;
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.form_success .box_left .icon {
	width: 56px;
	height: 56px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.form_success .box_right .title {
	margin-bottom: 4px;
	color: inherit;
}

.dark-mode .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]),
.dark-mode .nf-form-cont .nf-form-content select.ninja-forms-field,
.dark-mode .nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]),
.dark-mode .nf-form-cont .nf-form-content textarea {
	border-color: #FFFFFF;
	background: #0A0A0A;
	color: #FFFFFF;
}

.dark-mode .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"])::placeholder,
.dark-mode .nf-form-cont .nf-form-content select.ninja-forms-field::placeholder,
.dark-mode .nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple])::placeholder,
.dark-mode .nf-form-cont .nf-form-content textarea::placeholder {
	color: #FFFFFF;
}

.dark-mode .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element:after, .dark-mode .nf-form-cont .nf-form-content .listcountry-wrap .nf-field-element:after, .dark-mode .nf-form-cont .nf-form-content .list-multiselect-wrap .nf-field-element:after {
	background-image: url(/wp-content/themes/fai/images/icons/arrow-down-light.svg);
}

.dark-mode .nf-form-cont .nf-form-content [id*="nf-label"],
.dark-mode .nf-form-cont .nf-form-content .nf-field-description,
.dark-mode .nf-form-cont .nf-form-content .label-above .nf-field-label:not(:has(.ninja-forms-req-symbol)) label:after,
.dark-mode .nf-form-cont .nf-form-content .ninja-forms-req-symbol {
	color: #FFFFFF;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element {
	padding: 0;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"] svg path {
	fill: currentColor;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"]:after, .dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"]:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"]:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"]:focus {
	border: 2px solid #D3211B;
}

.dark-mode .nf-form-cont .nf-form-content .checkbox-wrap label a,
.dark-mode .nf-form-cont .nf-form-content .list-checkbox-wrap label a {
	color: #FFFFFF;
}

.dark-mode .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.dark-mode .nf-form-cont .nf-form-content .listcountry-wrap .nf-field-element > div {
	border-color: #FFFFFF;
	background: transparent;
}

.dark-mode .nf-form-cont .nf-form-content .list-checkbox-wrap label.nf-checked-label {
	color: #FFFFFF;
}

.dark-mode .nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap .nf-field-label label {
	color: #FFFFFF;
}

.dark-mode .nf-form-cont .checkbox-wrap label:after,
.dark-mode .nf-form-cont .list-checkbox-wrap label:after {
	border-color: #FFFFFF;
}

.dark-mode .nf-form-cont .checkbox-wrap label.nf-checked-label:after,
.dark-mode .nf-form-cont .list-checkbox-wrap label.nf-checked-label:after {
	background: url(/wp-content/themes/fai/images/icons/checkbox-dark.svg);
}

.dark-mode .nf-form-cont .list-radio-wrap label:after {
	border-color: #FFFFFF;
	background: transparent;
}

.dark-mode .nf-form-cont .list-radio-wrap label.nf-checked-label:after {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.dark-mode .nf-form-cont .list-radio-wrap label.nf-checked-label:before {
	background: #0A0A0A;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# popup
--------------------------------------------------------------*/
.wpml_lang_custom {
	position: relative;
	margin-top: 0;
}

.wpml_lang_custom a:hover, .wpml_lang_custom .language-label:hover {
	text-decoration: underline;
}

.wpml_lang_custom .language-button {
	background: transparent;
	box-shadow: unset;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
}

.wpml_lang_custom .language-button img {
	width: 28px;
	height: 28px;
	object-fit: cover;
	border-radius: 50px;
	border: 2px solid #FFFFFF;
}

.wpml_lang_custom .language-button:after {
	content: '';
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjM5ODIgMTUuNjYzNEMxMi4xNzg1IDE1Ljg4MzEgMTEuODIyNCAxNS44ODMxIDExLjYwMjcgMTUuNjYzNEw1Ljg2Nzg4IDkuOTI4NTNDNS42NDgyMSA5LjcwODg2IDUuNjQ4MjEgOS4zNTI3NiA1Ljg2Nzg4IDkuMTMzMDhMNi4xMzMwNSA4Ljg2Nzg4QzYuMzUyNzEgOC42NDgyMSA2LjcwODg3IDguNjQ4MjEgNi45Mjg1NCA4Ljg2Nzg4TDEyLjAwMDUgMTMuOTM5OEwxNy4wNzI0IDguODY3ODhDMTcuMjkyMSA4LjY0ODIxIDE3LjY0ODIgOC42NDgyMSAxNy44Njc5IDguODY3ODhMMTguMTMzMSA5LjEzMzA4QzE4LjM1MjcgOS4zNTI3NiAxOC4zNTI3IDkuNzA4ODYgMTguMTMzMSA5LjkyODUzTDEyLjM5ODIgMTUuNjYzNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.wpml_lang_custom .language-button .language-label {
		display: none;
	}
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions {
	position: absolute;
	z-index: 99;
	top: 100%;
	right: 0;
	transform: translateX(-100%);
	display: none;
	padding: 0;
	padding-top: 20px;
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius: 0 0 20px 20px;
	background: #0A0A0A;
	padding: 12px 24px 24px 24px;
	box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.03);
	min-width: max-content;
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul li a .wpml-ls-native {
	margin: 0;
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul li a .wpml-ls-display {
	margin: 0;
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul li a .wpml-ls-flag {
	width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul li.wpml-ls-current-language {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul li.wpml-ls-current-language a {
	font-weight: 500;
	text-decoration: underline;
}

.wpml_lang_custom.show .wpml-ls-statics-shortcode_actions {
	display: flex;
	transform: none;
}

.wpml_lang_custom.show .language-button:after {
	transform: rotate(180deg);
}

@media (max-width: 1024px) {
	.wpml_lang_custom .wpml-ls-statics-shortcode_actions {
		right: -20px;
		transform: translate(0, 100%);
		justify-content: end;
		width: 100vw;
		max-width: 200px;
		left: unset;
	}
	.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul {
		width: 100%;
	}
}

body #moove_gdpr_cookie_info_bar {
	background: rgba(0, 0, 0, 0.6) !important;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	max-height: unset;
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	position: relative;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.14);
	padding: 60px;
	width: 624px;
	max-width: calc(100% - 40px);
	max-height: 90%;
	overflow-y: auto;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
	display: flex;
	flex-direction: column;
	gap: 28px;
	text-align: center;
	padding: 0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
	color: #0A0A0A;
	padding: 0;
	margin: 0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice * {
	color: inherit !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h1, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h2, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h3, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h4, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h5, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h6 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h1, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h2, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h3, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h4, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h5, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h6 {
		font-size: 1.5rem;
	}
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

body #moove_gdpr_cookie_info_bar .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-button-holder {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
	font-family: "Poppins", sans-serif;
	padding: 20px 28px;
	min-width: 150px;
	border-radius: 50px;
	background: #D3211B !important;
	color: #FFFFFF !important;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 100%;
	text-transform: capitalize;
	margin: 0;
	opacity: 1 !important;
	box-shadow: unset !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) #d3211b !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
	position: absolute;
	top: 24px;
	right: 24px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 32.9697C24.8366 32.9697 32 25.5892 32 16.4848C32 7.38051 24.8366 0 16 0C7.16344 0 0 7.38051 0 16.4848C0 25.5892 7.16344 32.9697 16 32.9697ZM13.4142 10.9066C12.6332 10.1019 11.3668 10.1019 10.5858 10.9066C9.80474 11.7113 9.80474 13.016 10.5858 13.8207L13.1716 16.4848L10.5858 19.149C9.80474 19.9537 9.80474 21.2584 10.5858 22.0631C11.3668 22.8678 12.6332 22.8678 13.4142 22.0631L16 19.399L18.5858 22.0631C19.3668 22.8678 20.6332 22.8678 21.4142 22.0631C22.1952 21.2584 22.1952 19.9537 21.4142 19.149L18.8284 16.4848L21.4142 13.8207C22.1952 13.016 22.1952 11.7113 21.4142 10.9066C20.6332 10.1019 19.3668 10.1019 18.5858 10.9066L16 13.5707L13.4142 10.9066Z" fill="%230A0A0A"/></svg>');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	margin: 0;
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
		top: 12px;
		right: 12px;
	}
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn i {
	display: none;
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
		padding: 28px 24px;
	}
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
		flex-direction: column;
		width: 100%;
	}
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
		width: 100%;
	}
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
		font-size: 14px;
	}
}

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

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

.popup-notification .content {
	border-radius: 20px;
	padding: 60px;
	width: 642px;
	max-width: calc(100% - 40px);
	max-height: 90vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow-y: auto;
	background: #FFFFFF;
}

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

.popup-notification .content .off_popup {
	position: absolute;
	top: 26px;
	right: 24px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.popup-notification .content .off_popup {
		top: 12px;
		right: 12px;
	}
}

@media (max-width: 767px) {
	.popup-notification .content .btn {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.popup-notification .content .desc {
		font-size: 14px;
	}
	.popup-notification .content .desc * {
		font-size: inherit;
	}
}

.popup-custom {
	background: transparent;
	position: fixed !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	align-items: center;
	justify-content: center;
	padding: 0;
	display: none;
}

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

.popup-custom .content {
	border-radius: 20px;
	padding: 60px 30px 30px !important;
	width: 880px;
	max-width: calc(100% - 40px);
	max-height: 90vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow-y: auto;
	background: #FFFFFF;
}

.popup-custom .content::-webkit-scrollbar {
	width: 0;
}

@media (max-width: 767px) {
	.popup-custom .content {
		padding: 50px 24px 24px !important;
	}
}

.popup-custom .content .off-popup {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	box-shadow: none;
	background: transparent;
	border: none;
}

.popup-custom .content .off-popup:after {
	content: '';
	display: block;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.popup-custom .content .off-popup svg {
	width: 100%;
	height: 100%;
}

.popup-custom .content .off-popup:hover svg {
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.popup-custom .content .off-popup {
		top: 12px;
		right: 12px;
	}
}

.popup-custom .content iframe, .popup-custom .content video {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: transparent;
}

.popup-custom .content iframe {
	aspect-ratio: 416/232;
}

body #moove_gdpr_cookie_info_bar {
	background: rgba(0, 0, 0, 0.6) !important;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	max-height: unset;
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	position: relative;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.14);
	padding: 60px;
	width: 624px;
	max-width: calc(100% - 40px);
	max-height: 90%;
	overflow-y: auto;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
	display: flex;
	flex-direction: column;
	gap: 28px;
	text-align: center;
	padding: 0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
	color: #0A0A0A;
	padding: 0;
	margin: 0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice * {
	color: inherit !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h1, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h2, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h3, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h4, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h5, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h6 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h1, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h2, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h3, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h4, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h5, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h6 {
		font-size: 1.5rem;
	}
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

body #moove_gdpr_cookie_info_bar .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-button-holder {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
	font-family: "Poppins", sans-serif;
	padding: 20px 28px;
	min-width: 150px;
	border-radius: 50px;
	background: #D3211B !important;
	color: #FFFFFF !important;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 100%;
	text-transform: capitalize;
	margin: 0;
	opacity: 1 !important;
	box-shadow: unset !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) #d3211b !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
	position: absolute;
	top: 24px;
	right: 24px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 32.9697C24.8366 32.9697 32 25.5892 32 16.4848C32 7.38051 24.8366 0 16 0C7.16344 0 0 7.38051 0 16.4848C0 25.5892 7.16344 32.9697 16 32.9697ZM13.4142 10.9066C12.6332 10.1019 11.3668 10.1019 10.5858 10.9066C9.80474 11.7113 9.80474 13.016 10.5858 13.8207L13.1716 16.4848L10.5858 19.149C9.80474 19.9537 9.80474 21.2584 10.5858 22.0631C11.3668 22.8678 12.6332 22.8678 13.4142 22.0631L16 19.399L18.5858 22.0631C19.3668 22.8678 20.6332 22.8678 21.4142 22.0631C22.1952 21.2584 22.1952 19.9537 21.4142 19.149L18.8284 16.4848L21.4142 13.8207C22.1952 13.016 22.1952 11.7113 21.4142 10.9066C20.6332 10.1019 19.3668 10.1019 18.5858 10.9066L16 13.5707L13.4142 10.9066Z" fill="%230A0A0A"/></svg>');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	margin: 0;
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
		top: 12px;
		right: 12px;
	}
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn i {
	display: none;
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
		padding: 28px 24px;
	}
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
		flex-direction: column;
		width: 100%;
	}
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
		width: 100%;
	}
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	width: 100%;
	top: 0;
	z-index: 999;
}

.site-header.has_banner {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

.site-header.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	animation-name: header_animate;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	background: #FFFFFF;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.site-header.fixed .header-top {
	display: none;
}

.site-header.fixed .main-navigation .site_menu .menu > div > a {
	color: #0A0A0A;
	padding: 24px 0;
}

.site-header.fixed .main-navigation .site_menu .menu > div > a:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjM5NzcgMTUuNjYyOUMxMi4xNzggMTUuODgyNiAxMS44MjE5IDE1Ljg4MjYgMTEuNjAyMiAxNS42NjI5TDUuODY3MzkgOS45MjgwNEM1LjY0NzcyIDkuNzA4MzcgNS42NDc3MiA5LjM1MjI3IDUuODY3MzkgOS4xMzI1OUw2LjEzMjU2IDguODY3MzlDNi4zNTIyMiA4LjY0NzcyIDYuNzA4MzggOC42NDc3MiA2LjkyODA1IDguODY3MzlMMTIgMTMuOTM5M0wxNy4wNzE5IDguODY3MzlDMTcuMjkxNiA4LjY0NzcyIDE3LjY0NzcgOC42NDc3MiAxNy44Njc0IDguODY3MzlMMTguMTMyNiA5LjEzMjU5QzE4LjM1MjIgOS4zNTIyNyAxOC4zNTIyIDkuNzA4MzcgMTguMTMyNiA5LjkyODA0TDEyLjM5NzcgMTUuNjYyOVoiIGZpbGw9IiMwQTBBMEEiLz4KPC9zdmc+");
}

.site-header.fixed .main-navigation .site_menu .menu > div.menu-item-has-children:hover > .sub-menu {
	padding-top: 20px;
}

.site-header.fixed .header-navigation .logo-container {
	width: 60px;
	padding: 7px 0;
}

.site-header.fixed .header-navigation > .container .part-search {
	display: flex;
}

.site-header.fixed .header-navigation > .container .contact {
	display: none;
}

.site-header .header-top {
	background: #D3211B;
	background-image: radial-gradient(circle at center, #D3211B 0%, #491B1D 100%);
	position: relative;
	z-index: 11;
}

.site-header .header-top > .container {
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
}

.site-header .header-top .search_nav {
	flex-grow: 1;
}

.site-header .header-top .search_nav .open-search {
	width: 100%;
	max-width: 540px;
	border-radius: 50px;
	border: 1px solid #FFFFFF;
	background: transparent;
	color: rgba(255, 255, 255, 0.6);
	display: none;
	gap: 8px;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
	padding: 6px 20px;
	height: 48px;
}

.site-header .header-top .search_nav .open-search .open {
	display: block;
}

.site-header .header-top .search_nav .open-search .close {
	display: none;
}

.site-header .header-top .search_nav .open-search.active .close {
	display: block;
}

.site-header .header-top .search_nav .open-search.active .open {
	display: none;
}

.site-header .header-top .search-popup {
	display: flex;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-image: radial-gradient(circle at center, #D3211B 0%, #491B1D 100%);
	box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
	padding-top: 12px;
	padding-bottom: 12px;
}

.site-header .header-top .search-popup .container {
	width: 100%;
	position: relative;
}

.site-header .header-top .search-popup .close-search {
	position: absolute;
	top: 0;
	right: 20px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #D3211B;
	background: #FFFFFF;
	border-radius: 50px;
	font-weight: 600;
	padding: 12px 20px;
	font-family: "Poppins", sans-serif;
}

.site-header .header-top .search-popup .close-search svg {
	width: 16px;
	height: 16px;
}

.site-header .header-top .search-popup .close-search svg path {
	fill: #D3211B;
}

.site-header .header-top .search-popup .close-search > span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
	gap: 4px;
}

.site-header .header-top .search-popup .close-search:after {
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.site-header .header-top .search-popup .search-form, .site-header .header-top .search-popup .searchwp-form {
	width: 100%;
	position: relative;
	z-index: 2;
}

.site-header .header-top .search-popup .search-form input[type="search"], .site-header .header-top .search-popup .searchwp-form input[type="search"] {
	width: calc(100% - 126px);
	border-radius: 50px;
	background: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 12px 20px 12px 52px;
	outline: none;
}

.site-header .header-top .search-popup .search-form input[type="search"]::placeholder, .site-header .header-top .search-popup .searchwp-form input[type="search"]::placeholder {
	color: #FFFFFF;
}

.site-header .header-top .search-popup .search-form input[type="search"]::-webkit-input-placeholder, .site-header .header-top .search-popup .searchwp-form input[type="search"]::-webkit-input-placeholder {
	color: #FFFFFF;
}

.site-header .header-top .search-popup .search-form input[type="search"]::-webkit-search-cancel-button, .site-header .header-top .search-popup .searchwp-form input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 1.6em;
	width: 1.6em;
	border-radius: 50%;
	background: url(/wp-content/themes/fai/images/icons/x.svg);
	background-size: contain;
	cursor: pointer;
	opacity: 0.5;
}

.site-header .header-top .search-popup .search-form input[type="search"]:focus::-webkit-search-cancel-button, .site-header .header-top .search-popup .searchwp-form input[type="search"]:focus::-webkit-search-cancel-button {
	opacity: 1;
}

.site-header .header-top .search-popup .search-form input[type="submit"], .site-header .header-top .search-popup .searchwp-form input[type="submit"] {
	position: absolute;
	top: 12px;
	left: 20px;
	background-image: url(/wp-content/themes/fai/images/icons/search.svg);
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 24px;
	font-size: 0;
	border: none;
	background-color: transparent;
}

.site-header .header-top .search-popup .relevanssi-live-search-results {
	overflow: hidden;
	position: unset;
	min-width: 100%;
	min-height: unset;
	max-height: unset;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding-top: 28px;
	display: block;
	height: auto;
	opacity: 1;
}

.site-header .header-top .search-popup .relevanssi-live-search-results button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 12px 0;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 500;
	letter-spacing: 0;
	color: #FFFFFF;
	background: transparent;
	text-decoration: underline;
	margin-top: 28px;
	cursor: pointer;
}

.site-header .header-top .search-popup .relevanssi-live-search-results button * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.site-header .header-top .search-popup .relevanssi-live-search-results button sup, .site-header .header-top .search-popup .relevanssi-live-search-results button sub {
	font-size: 60%;
}

.site-header .header-top .search-popup .relevanssi-live-search-results button > p:not(:last-child) {
	margin-bottom: 12px;
}

.site-header .header-top .search-popup .relevanssi-live-search-results button:hover {
	text-decoration: none;
}

.site-header .header-top .search-popup .relevanssi-live-search-results button a {
	text-decoration: underline;
	font-weight: 500;
}

.site-header .header-top .search-popup .relevanssi-live-search-results button a:hover {
	text-decoration: none;
}

.site-header .header-top .search-popup .relevanssi-live-search-results button a:hover * {
	text-decoration: none;
}

.site-header .header-top .search-popup .relevanssi-live-search-results button:hover {
	text-decoration: none;
}

.site-header .header-top .search-popup .relevanssi-live-search-result-status {
	display: none;
}

.site-header .header-top .search-popup .search-title {
	color: #FFFFFF;
	padding-bottom: 16px;
	font-weight: 500;
}

.site-header .header-top .search-popup .relevanssi-search-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px 8px;
}

.site-header .header-top .search-popup .relevanssi-search-content p {
	border: none;
	padding: 0;
}

.site-header .header-top .search-popup .relevanssi-search-content a {
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0;
}

.site-header .header-top .search-popup .relevanssi-search-content a * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.site-header .header-top .search-popup .relevanssi-search-content a sup, .site-header .header-top .search-popup .relevanssi-search-content a sub {
	font-size: 60%;
}

.site-header .header-top .search-popup .relevanssi-search-content a > p:not(:last-child) {
	margin-bottom: 12px;
}

.site-header .header-top .search-popup .relevanssi-search-content a:hover {
	text-decoration: none;
}

.site-header .header-top .search-popup .relevanssi-search-content a a {
	text-decoration: underline;
	font-weight: 500;
}

.site-header .header-top .search-popup .relevanssi-search-content a a:hover {
	text-decoration: none;
}

.site-header .header-top .search-popup .relevanssi-search-content a a:hover * {
	text-decoration: none;
}

.site-header .header-top .search-popup .relevanssi-search-content a:hover {
	text-decoration: none;
}

.site-header .header-top .search-popup.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	z-index: 1;
}

.site-header .header-top .search-popup .relevanssi-live-search-no-results {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
}

.site-header .header-top .search-popup .relevanssi-live-search-results-showing .suggested-search {
	display: none;
}

.site-header .header-top .search-popup .suggested-search h6 {
	color: #FFFFFF;
	font-weight: 500;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px 12px;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item {
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 1.6;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item sup, .site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item sub {
	font-size: 60%;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item > p:not(:last-child) {
	margin-bottom: 12px;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item:hover {
	text-decoration: none;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item a {
	text-decoration: underline;
	font-weight: 500;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item a:hover {
	text-decoration: none;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item a:hover * {
	text-decoration: none;
}

.site-header .header-top .search-popup .suggested-search .suggested-search-items .suggested-search-item:hover {
	text-decoration: none;
}

@media (min-width: 1024px) {
	.site-header .header-top .search-popup {
		position: unset;
		height: 50px;
		padding: 0;
		transform: unset;
		visibility: visible;
		opacity: 1;
		background: transparent;
		transition: all 300ms ease-in-out;
		width: 100%;
		max-width: 620px;
	}
	.site-header .header-top .search-popup .close-search {
		display: none;
	}
	.site-header .header-top .search-popup.has-focus {
		max-width: 100%;
	}
	.site-header .header-top .search-popup.has-focus .close-search {
		display: flex;
	}
}

.site-header .header-top .open-menu-mobile {
	display: none;
}

@media (min-width: 1024px) {
	.site-header .header-top:has(.search-popup.has-focus) .mr_right, .site-header .header-top:has(.search-popup.has-focus) .wpml_lang_custom {
		display: none;
	}
}

.site-header .header-navigation {
	transition: color .35s ease-out, background-color .35s ease-out, border-color .35s ease-out;
	position: relative;
	border-radius: 0;
}

.site-header .header-navigation > .container {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

@media (max-width: 1280px) {
	.site-header .header-navigation > .container {
		gap: 20px;
	}
}

.site-header .header-navigation > .container .part-search {
	display: none;
}

.site-header .header-navigation > .container .menu_right {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 30px;
}

.site-header .header-navigation .open-menu-mobile {
	display: none;
}

.site-header .header-navigation .logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	position: relative;
	z-index: 1;
	border-radius: 0;
	padding: 24px 0;
	background-size: contain;
	height: 100%;
}

.site-header .header-navigation .logo-container .site_logo {
	display: block;
}

.site-header .header-navigation .logo-container img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.site-header:not(.has_banner) + .site-main,
.site-header:not(.has_banner) + .content-area {
	padding-top: 0;
}

@media (max-width: 1024px) {
	.site-header:not(.has_banner) + .site-main,
	.site-header:not(.has_banner) + .content-area {
		padding-top: 0;
	}
}

.site-header.header-light-1 .main-navigation .site_menu .menu > div > a {
	color: #0A0A0A;
}

.site-header.header-light-1 .main-navigation .site_menu .menu > div > a:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjM5NzcgMTUuNjYyOUMxMi4xNzggMTUuODgyNiAxMS44MjE5IDE1Ljg4MjYgMTEuNjAyMiAxNS42NjI5TDUuODY3MzkgOS45MjgwNEM1LjY0NzcyIDkuNzA4MzcgNS42NDc3MiA5LjM1MjI3IDUuODY3MzkgOS4xMzI1OUw2LjEzMjU2IDguODY3MzlDNi4zNTIyMiA4LjY0NzcyIDYuNzA4MzggOC42NDc3MiA2LjkyODA1IDguODY3MzlMMTIgMTMuOTM5M0wxNy4wNzE5IDguODY3MzlDMTcuMjkxNiA4LjY0NzcyIDE3LjY0NzcgOC42NDc3MiAxNy44Njc0IDguODY3MzlMMTguMTMyNiA5LjEzMjU5QzE4LjM1MjIgOS4zNTIyNyAxOC4zNTIyIDkuNzA4MzcgMTguMTMyNiA5LjkyODA0TDEyLjM5NzcgMTUuNjYyOVoiIGZpbGw9IiMwQTBBMEEiLz4KPC9zdmc+");
}

.site-header.header-light-2 .contact {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	color: #D3211B;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 600;
	min-height: 48px;
	width: 100%;
}

.site-header.header-light-2 .contact svg path {
	fill: currentColor;
}

.site-header.header-light-2 .contact:after, .site-header.header-light-2 .contact:before {
	background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
}

.site-header.header-light-2 .contact:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.site-header.header-light-2 .contact:focus {
	border: 2px solid #D3211B;
}

.site-header.header-light-2 .contact:after, .site-header.header-light-2 .contact:before {
	width: 16px;
	height: 16px;
}

body:has(.searchwp-live-search-results-showing) .site-header .header-navigation .search_form:after {
	content: "";
	background: #FFFFFF;
	position: absolute;
	height: 50%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	border: 1px solid #D3211B;
	border-bottom: unset;
}

body .searchwp-live-search-results {
	border-radius: 0;
	border: none;
	box-shadow: unset;
}

body .searchwp-live-search-results[data-page="true"] {
	z-index: 1;
}

body .searchwp-live-search-results:not([data-page="true"]) {
	background: #0A0A0A;
	padding: 40px 20px 50px;
	width: 100% !important;
	left: 0 !important;
	top: calc(74px + var(--adminbar)) !important;
	height: calc(100vh - 74px - var(--adminbar));
	max-height: calc(100vh - 74px - var(--adminbar));
}

body .searchwp-live-search-results .searchwp-live-search-results-container {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 1328px;
	background: #491B1D;
	margin: auto;
	width: 100%;
	padding: 40px;
	height: 100%;
	border-radius: 20px;
	overflow: auto;
	color: #FFFFFF;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result {
	padding: 0 0 28px;
	border-bottom: 1px solid #D3211B;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title a {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-bottom: 20px;
	font-family: "Poppins", sans-serif;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title:hover a {
	text-decoration: underline;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc {
	font-size: 16px;
	margin-bottom: 28px;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result .read-more {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result .read-more:hover {
	text-decoration: underline;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .view_all_results {
	margin: 0 auto;
	border: none;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .view_all_results:hover:after {
	transform: translateX(3px);
}

@media (max-width: 1024px) {
	body:has(.main-navigation-mobile.show), body:has(.search_form.mobile.show) {
		overflow-y: hidden;
	}
}

@media (max-width: 1024px) {
	body:has(.main-navigation-mobile.show) .site-header, body:has(.search_form.mobile.show) .site-header {
		background: #0A0A0A;
	}
}

@media (min-width: 1024px) {
	.site-header .main-navigation-mobile {
		display: none;
	}
}

@media (max-width: 1024px) {
	.site-header.fixed .header-navigation > .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.site-header.fixed .search-popup {
		height: calc(100% - 74px);
	}
	.site-header.fixed .main-navigation-mobile {
		height: calc(100% - 74px - var(--adminbar));
		transition: transform 0.4s ease;
		top: calc(74px + var(--adminbar));
	}
	.site-header.fixed .main-navigation-mobile.show {
		top: calc(74px + var(--adminbar));
	}
	.site-header.fixed .header-navigation .open-menu-mobile:before {
		background: linear-gradient(98deg, #491B1D 37.74%, #D3211B 106.86%);
	}
	.site-header.fixed .header-navigation .open-menu-mobile svg path {
		fill: #491B1D;
		stroke: #491B1D;
	}
	.site-header.fixed .header-navigation .open-menu-mobile.show:before {
		background: linear-gradient(149deg, #D3211B -4.26%, rgba(255, 255, 255, 0.7) 48.19%, #D3211B 104.85%);
	}
	.site-header.fixed .header-navigation .open-menu-mobile.show svg path {
		fill: #FFFFFF !important;
		stroke: #FFFFFF !important;
	}
	.site-header .header-top > .container {
		gap: 12px;
	}
	.site-header .header-top .mr_right {
		order: 1;
	}
	.site-header .header-top .search_nav {
		order: 2;
	}
	.site-header .header-top .wpml_lang_custom {
		order: 3;
	}
	.site-header .header-top .search-popup {
		flex-direction: column;
		position: fixed;
		top: auto;
		bottom: 0;
		width: 100%;
		left: 0;
		background: #080808;
		padding: 100px 0 32px;
		height: 100%;
		overflow-y: hidden;
		overflow-x: hidden;
		transform: translateY(100px);
		z-index: 100;
	}
	.site-header .header-top .search-popup.active {
		display: flex;
		transform: translateY(0);
	}
	.site-header .header-top .search-popup .container {
		position: unset;
	}
	.site-header .header-top .search-popup .close-search {
		top: 20px;
		right: 24px;
		font-size: 0;
		padding: 0;
		border: none;
		background: transparent;
		width: 48px;
		height: 48px;
		justify-content: center;
		align-items: center;
	}
	.site-header .header-top .search-popup .close-search > span {
		gap: 0;
	}
	.site-header .header-top .search-popup .close-search:before {
		content: '';
		position: absolute;
		inset: 0;
		border-radius: 50px;
		padding: 1px;
		background: linear-gradient(149deg, #D3211B -4.26%, rgba(255, 255, 255, 0.7) 48.19%, #D3211B 104.85%);
		mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
		mask-composite: exclude;
	}
	.site-header .header-top .search-popup .close-search svg {
		width: 24px;
		height: 24px;
	}
	.site-header .header-top .search-popup .close-search svg path {
		fill: #FFFFFF;
	}
	.site-header .header-top .search-popup .search-form input[type="search"], .site-header .header-top .search-popup .searchwp-form input[type="search"] {
		width: 100%;
	}
	.site-header .header-navigation.menu-mobile .logo-container .site_logo {
		z-index: 13;
	}
	.site-header .header-navigation.menu-mobile .header-top {
		z-index: unset;
	}
	.site-header .header-navigation.menu-mobile .header-top .mr_right a {
		z-index: 13;
	}
	.site-header .header-navigation.menu-mobile .header-top .wpml_lang_custom {
		z-index: 13;
	}
	.site-header .header-navigation.menu-mobile .header-top .open-search {
		z-index: 13;
		position: relative;
	}
	.site-header .header-navigation.has-search {
		border-radius: 0;
	}
	.site-header .header-navigation > .container {
		justify-content: space-between;
	}
	.site-header .header-navigation .open-menu-mobile {
		display: flex;
		position: relative;
		padding: 0;
		border: none;
		background: transparent;
		width: 48px;
		height: 48px;
		justify-content: center;
		align-items: center;
	}
	.site-header .header-navigation .open-menu-mobile:before {
		content: '';
		position: absolute;
		inset: 0;
		border-radius: 50px;
		padding: 1px;
		background: linear-gradient(149deg, #D3211B -4.26%, rgba(255, 255, 255, 0.7) 48.19%, #D3211B 104.85%);
		mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
		mask-composite: exclude;
	}
	.site-header .header-navigation .open-menu-mobile .open {
		display: block;
	}
	.site-header .header-navigation .open-menu-mobile .close {
		display: none;
	}
	.site-header .header-navigation .open-menu-mobile.show .open {
		display: none;
	}
	.site-header .header-navigation .open-menu-mobile.show .close {
		display: block;
	}
	.site-header .header-navigation .open-menu-mobile.show .close path {
		fill: #FFFFFF !important;
		stroke: #FFFFFF !important;
	}
	.site-header .header-navigation .open-menu-mobile.show:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 12;
	}
	.site-header .header-navigation .search_nav {
		display: block;
	}
	.site-header .header-navigation .search_nav .open-search {
		max-width: unset;
		background: transparent;
		display: flex;
		gap: 0;
		justify-content: center;
		align-items: center;
		padding: 0;
		font-size: 0;
		border-radius: 50px;
		border: 1px solid #FFFFFF;
		width: 48px;
		height: 48px;
		margin-left: auto;
	}
	.site-header .header-navigation .logo-container {
		padding: 20px 0;
		width: 58px;
	}
	.site-header .header-navigation .mr_b_right {
		display: flex;
		gap: 12px;
	}
	.site-header .header-navigation .mr_b_right .contact {
		display: none;
	}
	.site-header.section-block-light .header-navigation .open-menu-mobile svg path {
		fill: #491B1D;
		stroke: #491B1D;
	}
	.site-header.section-block-light .header-navigation .open-menu-mobile:before {
		background: linear-gradient(98deg, #491B1D 37.74%, #D3211B 106.86%);
	}
	.site-header.header-light-1 .header-navigation .open-menu-mobile svg path {
		fill: #491B1D;
		stroke: #491B1D;
	}
	.site-header.header-light-2:not(.fixed) .header-navigation .open-menu-mobile svg path {
		fill: #FFFFFF;
		stroke: #FFFFFF;
	}
	.site-header.header-light-2 .header-navigation .open-menu-mobile:before {
		background: linear-gradient(149deg, #D3211B -4.26%, rgba(255, 255, 255, 0.7) 48.19%, #D3211B 104.85%);
	}
	.site-header .header-navigation .container_search_form {
		position: fixed;
		width: 100%;
		height: calc(100% - 120px);
		background: #FFFFFF;
		padding: 28px 20px;
	}
	.site-header .header-navigation .container_search_form:has(.search_form.mobile.show) {
		display: block;
	}
	.site-header .header-navigation .container_search_form .title {
		color: #D3211B;
		text-align: center;
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 150%;
		display: block;
		margin-bottom: 28px;
	}
	.site-header .header-navigation .container_search_form .search_form.mobile {
		display: block;
		transform: unset;
		width: 100%;
		position: relative;
		left: unset;
		right: unset;
		top: unset;
	}
	body .site-header .header-navigation .search_form:after {
		content: none !important;
	}
	body .searchwp-live-search-results:not([data-page="true"]) {
		padding: 24px 20px;
		border: none;
		top: calc(150px + var(--adminbar)) !important;
		height: calc(100vh - 150px - var(--adminbar));
		max-height: calc(100vh - 150px - var(--adminbar));
	}
}

@keyframes header_animate {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.sign_up_form {
	padding-top: 20px;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	position: relative;
}

.sign_up_form .suf_left {
	width: calc(44% - 15px);
}

.sign_up_form .suf_left .title {
	margin-bottom: 16px;
}

.sign_up_form .suf_right {
	width: calc(49% - 15px);
	max-width: 522px;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
	content: url(/wp-content/themes/fai/images/icons/error-light.svg);
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
	content: url(/wp-content/themes/fai/images/icons/check-circle-light.svg);
}

.sign_up_form .suf_right .nf-form-cont .nf-error-field-errors {
	color: #fff;
	margin-top: 15px;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap {
	flex-wrap: wrap;
	position: relative;
	gap: 0;
	margin-top: 20px;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap * {
	color: #FFFFFF;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .html-wrap {
	margin-top: 12px;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .html-wrap p {
	font-size: 12px;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .html-wrap p a {
	font-weight: 700;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap input[type="text"], .sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap input[type="email"] {
	background: transparent;
	border-radius: 50px;
	border: 1px solid #FFFFFF !important;
	padding-right: 200px;
	color: #FFFFFF;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap input[type="text"]::placeholder, .sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap input[type="email"]::placeholder {
	color: #FFFFFF;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .nf-field-container.submit-container {
	position: absolute;
	top: 0;
	right: 0;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .nf-field-container.submit-container .nf-field-element input[type="submit"] {
	background: #FFFFFF;
	color: #D3211B;
	font-size: 16px;
	min-height: 48px;
	margin: 0;
	padding: 14px 20px;
	height: 48px;
	min-width: 196px;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .nf-field-container.submit-container .nf-field-element input[type="submit"]:hover {
	color: #D3211B;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.site-footer {
	padding: 0;
	color: #FFFFFF;
	overflow: hidden;
}

.site-footer [class*="heading"] {
	color: #FFFFFF;
}

.site-footer .footer_top {
	margin-bottom: 0;
	margin-top: -1px;
	position: relative;
	overflow: hidden;
	background: #D3211B;
}

.site-footer .site-info {
	background: linear-gradient(180deg, rgba(96, 96, 96, 0.75) -7.32%, #606060 81.1%);
	padding-bottom: 40px;
	position: relative;
}

.site-footer .site-info > img {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.24;
	z-index: -1;
	aspect-ratio: 288 / 107;
}

.site-footer .footer_mid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	padding-top: 80px;
}

.site-footer .footer_mid .fm_left {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 40%;
	max-width: 412px;
}

.site-footer .footer_mid .fm_left .logo {
	height: 112px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-footer .footer_mid .fm_left .logo img {
	display: block;
	width: 100%;
	max-height: 100%;
}

.site-footer .footer_mid .fm_left .list_social {
	display: flex;
	gap: 12px;
}

.site-footer .footer_mid .fm_left .list_social a {
	display: flex;
}

.site-footer .footer_mid .fm_left .list_social a:hover {
	transform: scale(1.05);
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.site-footer .footer_mid .fm_left .heading-6 {
	padding-bottom: 4px;
}

.site-footer .footer_mid .fm_left .text-base:not(:last-child) {
	padding-bottom: 4px;
}

.site-footer .footer_mid .fm_right {
	width: 55%;
	max-width: 518px;
}

.site-footer .footer_mid .fm_right .heading {
	font-size: 1.125rem;
	line-height: 1;
	text-decoration: auto;
	font-weight: 600;
	letter-spacing: 0;
	padding-bottom: 16px;
	font-family: "Poppins", sans-serif;
}

.site-footer .footer_mid .fm_right .heading * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.site-footer .footer_mid .fm_right .heading sup, .site-footer .footer_mid .fm_right .heading sub {
	font-size: 60%;
}

.site-footer .footer_mid .fm_right .heading > p:not(:last-child) {
	margin-bottom: 12px;
}

.site-footer .footer_mid .fm_right .heading:hover {
	text-decoration: none;
}

.site-footer .footer_mid .fm_right .heading a {
	text-decoration: underline;
	font-weight: 500;
}

.site-footer .footer_mid .fm_right .heading a:hover {
	text-decoration: none;
}

.site-footer .footer_mid .fm_right .heading a:hover * {
	text-decoration: none;
}

.site-footer .footer_mid .fm_right .list_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.site-footer .footer_mid .fm_right .list_menu .menu_1 {
	flex: calc((100% - 80px) / 3);
}

.site-footer .footer_mid .fm_right .list_menu .menu_1 .menu {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.site-footer .footer_mid .fm_right .list_menu .menu_1 .menu a {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	text-decoration: none;
	padding: 8px 0;
	display: block;
}

.site-footer .footer_mid .fm_right .list_menu .menu_1 .menu a:hover {
	text-decoration-line: underline;
}

.site-footer .footer_bot {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	border-top: 1px solid #FFFFFF;
	padding-top: 32px;
	margin-top: 40px;
}

.site-footer .footer_bot .fb_right {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	gap: 12px 24px;
}

.site-footer .footer_bot .fb_right a {
	font-weight: 400;
	text-decoration: underline;
}

.site-footer .footer_bot .fb_right a:hover {
	text-decoration: none;
}

.site-footer:has(.footer_top) {
	margin-top: clamp(-120px, -7vw, -30px);
}

body:has(.footer_top) .site-main .section-block:last-child .section-block-content {
	padding-bottom: clamp(100px, calc(9vw + 60px), 220px) !important;
}

body:has(.footer_top) .site-main .section-block:last-child.banner-inner {
	margin-bottom: clamp(40px, 8vw, 130px);
}

body:has(.footer_top) .site-main .section-block:last-child.banner-inner-media {
	margin-bottom: clamp(40px, 8vw, 130px);
}

body:has(.footer_top) .site-main .section-block:last-child.banner-inner-media:has(.image) {
	margin-bottom: clamp(170px, 27vw, 370px);
}

@media (max-width: 1024px) {
	.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap {
		flex-wrap: wrap;
		margin-top: 0;
	}
	.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .nf-field-container.submit-container {
		position: unset;
		margin-top: 16px;
	}
	.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .nf-field-container.submit-container .nf-field-element input[type="submit"] {
		width: 100%;
	}
	.site-footer .footer_mid .fm_right,
	.site-footer .footer_mid .fm_left {
		flex-grow: 1;
		max-width: 100%;
		width: 100%;
	}
	.sign_up_form .suf_left,
	.sign_up_form .suf_right {
		width: 100%;
		max-width: 100%;
	}
	.sign_up_form .nf-form-cont .nf-form-content input[type="email"] {
		font-size: 1rem !important;
	}
	.sign_up_form .nf-form-cont .nf-form-content input[type="email"]::placeholder {
		font-size: 1rem !important;
	}
}

@media (max-width: 767px) {
	.site-footer .site-info {
		padding-bottom: 60px;
		background: #606060;
	}
	.site-footer .site-info > img {
		display: none;
	}
	.site-footer .footer_mid {
		padding-top: 48px;
	}
	.site-footer .footer_mid .fm_left .logo {
		height: 70px;
		margin-bottom: 16px;
	}
	.site-footer .footer_mid .fm_right .list_menu {
		gap: 16px;
		flex-direction: column;
	}
	.site-footer .footer_mid .fm_right .list_menu > [class*="menu"] .heading {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 16px;
	}
	.site-footer .footer_mid .fm_right .list_menu > [class*="menu"] .heading.show {
		margin-bottom: 20px;
	}
	.site-footer .footer_mid .fm_right .list_menu > [class*="menu"] > div {
		height: 0;
		overflow: hidden;
	}
	.site-footer .footer_mid .fm_right .list_menu > [class*="menu"]:has(.heading.show) > div {
		height: auto;
	}
	.site-footer .footer_bot {
		margin-top: 40px;
		padding-top: 24px;
		flex-direction: column-reverse;
	}
	.site-footer .footer_bot .fb_right {
		flex-direction: column;
		gap: 24px;
	}
	.site-footer .footer_bot .fb_mid .menu {
		flex-direction: column;
	}
	.site-footer .footer_mid .fm_right .heading {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.site-footer .footer_mid .fm_right .heading:after {
		content: "";
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNC45Mzk1IDcuODEwNUw5LjIxOTc1IDEyLjA5MDdMMTMuNSA3LjgxMDVMMTIuNDM5NSA2Ljc1TDkuMjE5NzUgOS45Njk3NUw2IDYuNzVMNC45Mzk1IDcuODEwNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
		width: 18px;
		height: 18px;
		display: block;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.site-footer .footer_mid .fm_right .heading.show:after {
		transform: rotate(180deg);
	}
}

/*--------------------------------------------------------------
/* Navigation
--------------------------------------------------------------*/
.main-navigation {
	flex-grow: 1;
	display: flex;
}

@media (max-width: 1024px) {
	.main-navigation {
		display: none;
	}
}

.main-navigation:has(.menu-item-has-children:hover) .header-navigation {
	background: blue;
}

.main-navigation .site_menu .menu {
	display: flex;
	list-style: none;
	gap: 28px;
}

@media (max-width: 1280px) {
	.main-navigation .site_menu .menu {
		gap: 10px;
	}
	.main-navigation .site_menu .menu > div > a {
		font-size: 16px;
	}
}

.main-navigation .site_menu .menu .link_sub_menu:hover > .title_sub_menu {
	text-decoration: underline;
}

.main-navigation .site_menu .menu > div > a {
	display: flex;
	gap: 6px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: normal;
	text-transform: capitalize;
	height: 100%;
	align-items: center;
	padding: 52px 0;
	z-index: 10;
	position: relative;
	white-space: nowrap;
}

@media (min-width: 1024px) and (max-width: 1120px) {
	.main-navigation .site_menu .menu > div > a {
		font-size: 14px;
	}
}

.main-navigation .site_menu .menu > div > .sub-menu {
	list-style: none;
	display: flex;
	background: #FFFFFF;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(100%);
	width: 100%;
	z-index: -1;
	position: absolute;
	height: 0;
	overflow: hidden;
	opacity: 0;
	border-radius: 0;
	border: none;
	background: transparent;
	padding: 0 20px 20px;
	pointer-events: none;
	max-width: 1328px;
	margin: 0 auto;
}

.main-navigation .site_menu .menu > div > .sub-menu > .container {
	width: 100%;
	display: grid;
	align-items: flex-start;
	padding: 20px 40px 40px;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container {
	grid-template-columns: repeat(5, minmax(0%, 100%));
	gap: 28px 20px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .sub-menu-top {
	grid-column: -1 / 1;
	display: flex;
	gap: 20px;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #D3211B;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .sub-menu-top .btn-red-fill-large {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .sub-menu-top .btn-red-fill-large.blue {
	background: #214584;
	color: #F1CA0E;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .sub-menu-top .btn-red-fill-large.blue:hover {
	background: #F1CA0E;
	color: #214584;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .title_menu_parent {
	color: #491B1D;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .title_menu_parent:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjY2MjkgMTEuNjAyM0MxNS44ODI2IDExLjgyMiAxNS44ODI2IDEyLjE3ODEgMTUuNjYyOSAxMi4zOTc4TDkuOTI4MDQgMTguMTMyNkM5LjcwODM3IDE4LjM1MjMgOS4zNTIyNyAxOC4zNTIzIDkuMTMyNTkgMTguMTMyNkw4Ljg2NzM5IDE3Ljg2NzRDOC42NDc3MiAxNy42NDc4IDguNjQ3NzIgMTcuMjkxNiA4Ljg2NzM5IDE3LjA3MTlMMTMuOTM5MyAxMkw4Ljg2NzM5IDYuOTI4MDhDOC42NDc3MiA2LjcwODQgOC42NDc3MiA2LjM1MjMgOC44NjczOSA2LjEzMjYzTDkuMTMyNTkgNS44Njc0M0M5LjM1MjI3IDUuNjQ3NzUgOS43MDgzNyA1LjY0Nzc1IDkuOTI4MDQgNS44Njc0M0wxNS42NjI5IDExLjYwMjNaIiBmaWxsPSIjNDkxQjFEIi8+Cjwvc3ZnPg==");
	background-position: center;
	background-repeat: no-repeat;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .title_menu_parent:hover {
	text-decoration: underline;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container > .menu-item.menu-item-has-children {
	grid-column: span 1;
	grid-row-start: 2;
	grid-row-end: var(--end);
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container > .menu-item.menu-item-has-children > .link_sub_menu {
	margin-bottom: 24px;
	display: inline-block;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container > .menu-item.menu-item-has-children > .link_sub_menu > .title_sub_menu {
	color: #491B1D;
	font-weight: 700;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container > .menu-item.menu-item-has-children > .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container > .menu-item:not(.menu-item-has-children) {
	grid-column: 5;
	justify-self: start;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container > .menu-item:not(.menu-item-has-children) > .link_sub_menu > .title_sub_menu {
	color: #491B1D;
	font-weight: 700;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .link_sub_menu > .title_sub_menu {
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .link_sub_menu:hover > .title_sub_menu {
	text-decoration: underline;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .container {
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	padding: 40px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > .title_sub_menu {
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 700;
	letter-spacing: 0;
	color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > .title_sub_menu * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > .title_sub_menu sup, .main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > .title_sub_menu sub {
	font-size: 60%;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > .title_sub_menu > p:not(:last-child) {
	margin-bottom: 12px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > .title_sub_menu:hover {
	text-decoration: none;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > .title_sub_menu a {
	text-decoration: underline;
	font-weight: 500;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > .title_sub_menu a:hover {
	text-decoration: none;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > .title_sub_menu a:hover * {
	text-decoration: none;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu + .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu + .sub-menu .link_sub_menu .title_sub_menu {
	color: #0A0A0A;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu:hover .title_sub_menu {
	text-decoration: underline;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	padding: 40px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container .group_btn {
	order: 3;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 156px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container .group_btn .btn-red-fill-large {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	width: 100%;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container .group_btn .btn-red-fill-large.blue {
	background: #214584;
	color: #F1CA0E;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container .group_btn .btn-red-fill-large.blue:hover {
	background: #F1CA0E;
	color: #214584;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container > .menu-item {
	flex: 1;
	min-width: fit-content;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container > .menu-item.menu-item-has-children > .link_sub_menu {
	margin-bottom: 24px;
	display: inline-block;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container > .menu-item.menu-item-has-children > .link_sub_menu[href="/"], .main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container > .menu-item.menu-item-has-children > .link_sub_menu[href="#"], .main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container > .menu-item.menu-item-has-children > .link_sub_menu[href=""] {
	pointer-events: none;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container > .menu-item.menu-item-has-children > .link_sub_menu > .title_sub_menu {
	color: #491B1D;
	font-weight: 700;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container > .menu-item.menu-item-has-children > .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 16px 24px;
	max-height: 150px;
	flex-wrap: wrap;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_3 .container > .menu-item:not(.menu-item-has-children) > .link_sub_menu > .title_sub_menu {
	color: #491B1D;
	font-weight: 700;
}

.main-navigation .site_menu .menu > div:hover > a {
	font-weight: 700;
}

.main-navigation .site_menu .menu > div.menu-item-has-children > a:after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTYuNTg2IDEwLjQxNEwxMi4yOTMgMTYuMTIxTDE4IDEwLjQxNEwxNi41ODYgOUwxMi4yOTMgMTMuMjkzTDggOUw2LjU4NiAxMC40MTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
}

.main-navigation .site_menu .menu > div.menu-item-has-children > a:hover:after {
	transform: rotate(180deg);
}

.main-navigation .site_menu .menu > div.menu-item-has-children:hover > .sub-menu {
	transform: translateY(100%);
	z-index: 0;
	height: auto;
	bottom: 0;
	opacity: 1;
	pointer-events: auto;
}

.main-navigation .site_menu .menu > div.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}

.main-navigation-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.main-navigation-mobile {
		display: flex;
		flex-direction: column;
		position: fixed;
		bottom: 0;
		width: 100%;
		right: 0;
		background: #EEEEEE;
		padding: 16px 20px 32px;
		height: calc(100% - 170px - var(--adminbar));
		top: calc(170px + var(--adminbar));
		overflow-y: auto;
		overflow-x: hidden;
		transform: translateX(100%);
		max-width: 308px;
		z-index: 13;
	}
	.main-navigation-mobile.show {
		display: flex;
		transform: translateY(0);
	}
	.main-navigation-mobile .back_to_menu {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 20px;
	}
	.main-navigation-mobile .back_to_menu svg {
		width: 44px;
		height: 44px;
		display: block;
	}
	.main-navigation-mobile .back_to_menu span {
		color: #0A0A0A;
		font-size: 1rem;
		line-height: 1.5;
		text-decoration: underline;
		font-weight: 500;
		letter-spacing: 0;
	}
	.main-navigation-mobile .back_to_menu span * {
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}
	.main-navigation-mobile .back_to_menu span sup, .main-navigation-mobile .back_to_menu span sub {
		font-size: 60%;
	}
	.main-navigation-mobile .back_to_menu span > p:not(:last-child) {
		margin-bottom: 12px;
	}
	.main-navigation-mobile .back_to_menu span:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .back_to_menu span a {
		text-decoration: underline;
		font-weight: 500;
	}
	.main-navigation-mobile .back_to_menu span a:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .back_to_menu span a:hover * {
		text-decoration: none;
	}
	.main-navigation-mobile:not(:has(.menu-item-has-children.active)) .back_to_menu {
		display: none;
	}
	.main-navigation-mobile .contact {
		margin-top: 10px;
		width: 100%;
	}
	.main-navigation-mobile .menu {
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.main-navigation-mobile .menu .sub-menu {
		display: none;
	}
	.main-navigation-mobile .menu .menu-item {
		list-style: none;
	}
	.main-navigation-mobile .menu .menu-item.back_to_menu_item {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-top: -20px;
		background: #491B1D;
		padding-left: 48px;
		position: relative;
		cursor: pointer;
	}
	.main-navigation-mobile .menu .menu-item.back_to_menu_item:before {
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		margin-top: -12px;
		left: 20px;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguMzM3MDggMTIuMzk3N0M4LjExNzQxIDEyLjE3OCAxLjExNzQxIDExLjgyMTkgOC4zMzcwOCAxMS42MDIyTDE0LjA3MiA1Ljg2NzM5QzE0LjI5MTYgNS42NDc3MiAxNC42NDc3IDUuNjQ3NzIgMTQuODY3NCA1Ljg2NzM5TDE1LjEzMjYgNi4xMzI1NkMxNS4zNTIzIDYuMzUyMjMgMTUuMzUyMyA2LjcwODM4IDE1LjEzMjYgNi45MjgwNUwxMC4wNjA3IDEyTDE1LjEzMjYgMTcuMDcxOUMxNS4zNTIzIDE3LjI5MTYgMTUuMzUyMyAxNy42NDc3IDE1LjEzMjYgMTcuODY3NEwxNC44Njc0IDE4LjEzMjZDMTQuNjQ3NyAxOC4zNTIyIDE0LjI5MTYgMTguMzUyMiAxNC4wNzIgMTguMTMyNkw4LjMzNzA4IDEyLjM5NzdMIiBmaWxsPSIjRjdGN0Y3Ii8+Cjwvc3ZnPg==");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.main-navigation-mobile .menu .menu-item > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #0A0A0A;
		font-size: 1rem;
		line-height: 1.5;
		text-decoration: auto;
		font-weight: 600;
		letter-spacing: 0;
		text-transform: capitalize;
		position: relative;
		min-height: 44px;
		padding: 12px 0;
	}
	.main-navigation-mobile .menu .menu-item > a * {
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}
	.main-navigation-mobile .menu .menu-item > a sup, .main-navigation-mobile .menu .menu-item > a sub {
		font-size: 60%;
	}
	.main-navigation-mobile .menu .menu-item > a > p:not(:last-child) {
		margin-bottom: 12px;
	}
	.main-navigation-mobile .menu .menu-item > a:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .menu .menu-item > a a {
		text-decoration: underline;
		font-weight: 500;
	}
	.main-navigation-mobile .menu .menu-item > a a:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .menu .menu-item > a a:hover * {
		text-decoration: none;
	}
	.main-navigation-mobile .menu .menu-item > a .open-submenu {
		position: absolute;
		width: 100%;
		max-width: 100% !important;
		right: 0;
		height: 100%;
		align-items: center;
	}
	.main-navigation-mobile .menu .menu-item > a:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .menu .menu-item.level-1 > a, .main-navigation-mobile .menu .menu-item.level-2 > a {
		font-size: 16px;
		color: #491B1D;
	}
	.main-navigation-mobile .menu .menu-item.level-3 > a {
		font-size: 16px;
		color: #491B1D;
	}
	.main-navigation-mobile .menu .menu-item.menu-item-has-children > a .title_sub_menu {
		padding-right: 44px;
		flex-grow: 1;
	}
	.main-navigation-mobile .menu .menu-item.menu-item-has-children > a .open-submenu {
		display: flex;
		justify-content: flex-end;
		max-width: 100px;
	}
	.main-navigation-mobile .menu .menu-item.menu-item-has-children > a .open-submenu:before {
		content: '';
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjY2MjkgMTEuNjAyM0MxNS44ODI2IDExLjgyMiAxNS44ODI2IDEyLjE3ODEgMTUuNjYyOSAxMi4zOTc4TDkuOTI4MDQgMTguMTMyNkM5LjcwODM3IDE4LjM1MjMgOS4zNTIyNyAxOC4zNTIzIDkuMTMyNTkgMTguMTMyNkw4Ljg2NzM5IDE3Ljg2NzRDOC42NDc3MiAxNy42NDc4IDguNjQ3NzIgMTcuMjkxNiA4Ljg2NzM5IDE3LjA3MTlMMTMuOTM5MyAxMkw4Ljg2NzM5IDYuOTI4MDhDOC42NDc3MiA2LjcwODQgOC42NDc3MiA2LjM1MjMgOC44NjczOSA2LjEzMjYzTDkuMTMyNTkgNS44Njc0M0M5LjM1MjI3IDUuNjQ3NzUgOS43MDgzNyA1LjY0Nzc1IDkuOTI4MDQgNS44Njc0M0wxNS42NjI5IDExLjYwMjNaIiBmaWxsPSIjMEEwQTBBIi8+Cjwvc3ZnPg==");
		width: 24px;
		height: 24px;
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
	}
	.main-navigation-mobile .menu .menu-item .title_menu_parent {
		color: #FFFFFF;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.5;
		display: block;
		text-decoration: none;
		padding: 28px 20px 28px 0;
	}
	.main-navigation-mobile .menu .menu-item .title_menu_parent:hover {
		text-decoration: underline;
	}
	.main-navigation-mobile .menu .menu-item .sub-menu-top {
		order: 10;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		gap: 10px;
	}
	.main-navigation-mobile .menu .menu-item .sub-menu-top .btn-red-fill-small {
		font-weight: 600;
		width: calc(50% - 5px);
	}
	.main-navigation-mobile .menu .menu-item .sub-menu-top .btn-red-fill-small.blue {
		background: #214584;
		color: #F1CA0E;
	}
	.main-navigation-mobile .menu .menu-item .sub-menu-top .btn-red-fill-small.blue:hover {
		background: #F1CA0E;
		color: #214584;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) > .menu-item {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) > .menu-item.active {
		display: block;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > a {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu {
		display: block;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) > .menu-item {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) > .menu-item.active {
		display: block;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) > .title_menu_parent {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item > a {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item .wrap_sub_menu_mobile > .menu-item > a {
		display: flex;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2 > a .open-submenu:before {
		transform: rotate(0);
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2.active > a {
		color: #D3211B;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2.active > a .open-submenu:before {
		transform: rotate(180deg);
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2.active .menu-item a {
		display: block;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2.active .sub-menu {
		border-bottom: 2px solid #FFFFFF;
		padding-bottom: 12px;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile > .menu-item > a {
		display: flex;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item:not(.active) .sub-menu {
		display: none;
	}
}

body:has(#site-navigation.toggled) .searchwp-live-search-results-showing {
	position: fixed !important;
	top: 94px !important;
}

body:has(.site_menu.show) .searchwp-live-search-results-showing {
	position: fixed;
	bottom: 85px;
	top: unset !important;
}

body.logged-in:has(#site-navigation.toggled) .searchwp-live-search-results-showing {
	position: fixed !important;
	top: 132px !important;
}

body:has(.site_menu.show) {
	overflow-y: hidden;
}

#wpadminbar {
	top: 0;
	position: fixed;
}

body {
	--adminbar: 0px;
}

body.logged-in {
	--adminbar: 46px;
}

@media (min-width: 767px) {
	body.logged-in {
		--adminbar: 32px;
	}
}

body.logged-in .site-header {
	margin-top: 46px;
}

@media (min-width: 1024px) {
	body.logged-in .site-header.minimalist {
		margin-top: 66px;
	}
}

body.logged-in .site-header .header-top .search-popup {
	top: 46px;
}

@media (min-width: 783px) {
	body.logged-in .site-header .header-top .search-popup {
		top: 32px;
	}
}

@media (min-width: 783px) {
	body.logged-in .site-header {
		margin-top: 32px;
	}
}

/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
.text-underline {
	text-decoration: underline;
}

a.text-underline:hover {
	text-decoration: unset;
}

strong {
	font-weight: 700;
}

button {
	cursor: pointer;
}

.desc > *:not(:last-child) {
	margin-bottom: 16px;
}

.desc strong {
	font-weight: 700;
}

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

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

.scroll-image img:first-of-type {
	opacity: 0;
	/* Initially hidden */
	transform: translateY(150px);
	/* Initially moved down */
}

.scrollbar.is-scrollable {
	padding-bottom: 24px;
}

.scrollbar::-webkit-scrollbar {
	height: 6px;
	overflow: hidden;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: #491B1D;
	border-radius: 20px;
}

.scrollbar::-webkit-scrollbar-track {
	background: #B9B9B9;
	border-radius: 20px;
}

.section-block:not(.bg-white) .scrollbar::-webkit-scrollbar-track {
	background: #B9B9B9;
}

.section-block:not(.bg-white) .scrollbar::-webkit-scrollbar-thumb {
	background: #FFFFFF;
}

.section-block {
	position: relative;
}

.desc {
	color: #0A0A0A;
}

.desc *:not([class*="btn"]) {
	color: inherit;
}

.desc a:not([class*="btn"]) {
	color: #D3211B;
	font-weight: 500;
	text-decoration: underline;
}

.desc a:not([class*="btn"]):hover {
	text-decoration: none;
}

.desc ul li {
	margin-bottom: 10px;
}

.desc ul li:last-child {
	margin-bottom: 0;
}

.desc ul li::marker {
	color: #D3211B;
}

.desc.text-light {
	color: #FFFFFF;
}

.desc.text-light a:not([class*="btn"]) {
	color: #FFFFFF;
	font-weight: 500;
	text-decoration: underline;
}

.desc.text-light a:not([class*="btn"]):hover {
	text-decoration: none;
}

.desc.text-light ul li::marker {
	color: #FFFFFF;
}

.text-dark {
	color: #0A0A0A;
}

.text-light {
	color: #FFFFFF;
}

.text-light .heading {
	color: #FFFFFF;
}

.text-light .desc {
	color: #FFFFFF;
}

.text-light .desc *:not([class*="btn"]) {
	color: #FFFFFF;
}

.text-light .desc a:not([class*="btn"]) {
	color: #FFFFFF;
	font-weight: 500;
	text-decoration: underline;
}

.text-light .desc a:not([class*="btn"]):hover {
	text-decoration: none;
}

.text-maroon {
	color: #491B1D;
}

.bg-white {
	background: #FFFFFF;
}

.bg-grey {
	background-color: #EEEEEE;
}

.bg-red {
	background-color: #D3211B;
}

.bg-black {
	background-color: #0A0A0A;
}

.bg-maroon {
	background-color: #491B1D;
}

.bg-maroon-gradient {
	background: linear-gradient(98deg, #491B1D 37.74%, #D3211B 106.86%);
}

.bg-maroon-gradient-vertical {
	background: linear-gradient(180deg, #D3211B 0%, #491B1D 100%);
}

.bg-maroon-gradient-vertical-top {
	background: linear-gradient(180deg, #491B1D 0%, #D3211B 100%);
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-28 {
	margin-bottom: 28px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-40 {
	margin-bottom: 40px;
}

.accordion_custom .heading_accordion {
	cursor: pointer;
}

.accordion_custom .content_accordion {
	overflow: hidden;
	max-height: 0px;
	margin-top: 0;
}

.accordion_custom.show .content_accordion {
	max-height: calc(var(--data-height) + 100px);
}

.center {
	text-align: center;
	justify-content: center;
}

.center > * {
	margin-left: auto;
	margin-right: auto;
}

.upper_semicircle, .lower_semicircle, .linear_semicircle {
	height: clamp(30px, 7vw, 120px);
	width: 100%;
	position: relative;
	z-index: 1;
}

.upper_semicircle svg, .lower_semicircle svg, .linear_semicircle svg {
	width: 100%;
	height: 100%;
}

.lower_semicircle, .linear_semicircle {
	margin-bottom: -1px;
}

.lower_semicircle svg, .linear_semicircle svg {
	height: calc(100% + 1px);
}

.upper_semicircle {
	margin-top: -1px;
}

.upper_semicircle svg {
	height: calc(100% + 1px);
	transform: translateY(-1px);
}

.facetwp-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.facetwp-bottom .result_count {
	margin-bottom: 28px;
}

.facetwp-bottom .result_count .facetwp-facet-result_count {
	margin: 0;
	display: inline-block;
}

.facetwp-bottom .facetwp-facet-load_more {
	margin: 0;
}

.facetwp-bottom .facetwp-facet-load_more .facetwp-load-more {
	border-radius: 50px;
	background: #D3211B;
	padding: 20px 28px;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 100%;
	text-transform: capitalize;
	border: none;
}

.facetwp-bottom .facetwp-facet-load_more .facetwp-load-more:hover {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.facetwp-bottom:has(.facetwp-hidden) .result_count {
	margin-bottom: 0;
}

.text-light .facetwp-bottom .facetwp-facet-load_more .facetwp-load-more {
	background: #FFFFFF;
	color: #D3211B;
}

.text-light .facetwp-bottom .facetwp-facet-load_more .facetwp-load-more:hover {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
}

/* Block one column
--------------------------------------------- */
.one-column-wysiwyg .bgr_image {
	position: absolute;
}

.one-column-wysiwyg .bgr_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.one-column-wysiwyg .bgr_image:after {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.one-column-wysiwyg.bg-maroon .bgr_image:after, .one-column-wysiwyg.bg-maroon-gradient .bgr_image:after {
	background: linear-gradient(98deg, rgba(73, 27, 29, 0.6) 37.74%, rgba(211, 33, 27, 0.6) 106.86%);
}

.one-column-wysiwyg .content {
	z-index: 1;
	position: relative;
}

.one-column-wysiwyg .content .desc {
	max-width: 952px;
}

.one-column-wysiwyg .content > *:last-child {
	margin-bottom: 0;
}

.one-column-wysiwyg .linear_semicircle {
	display: none;
}

.one-column-cta-banner .content {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.one-column-cta-banner .content:has(.bgr_content) {
	padding: 80px clamp(40px, 5vw, 80px);
}

.one-column-cta-banner .content .bgr_content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.one-column-cta-banner .content .bgr_content:after {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.one-column-cta-banner .content > *:not(.bgr_content) {
	z-index: 1;
	position: relative;
}

.one-column-cta-banner .content > *:last-child {
	margin-bottom: 0;
}

.one-column-accordion .content-center {
	z-index: 1;
	position: relative;
	padding-bottom: 60px;
	text-align: center;
}

@media (max-width: 767px) {
	.one-column-accordion .content-center {
		padding-bottom: 40px;
	}
}

.one-column-accordion .content-center .desc {
	max-width: 952px;
	margin-left: auto;
	margin-right: auto;
}

.one-column-accordion .content-center > *:last-child {
	margin-bottom: 0;
}

.one-column-accordion .content {
	border-radius: 20px;
	padding: 40px;
	max-width: 1060px;
	margin: auto;
}

@media (max-width: 767px) {
	.one-column-accordion .content {
		padding: 24px 20px;
	}
}

.one-column-accordion .content.no_padding {
	padding: 0;
}

.one-column-accordion .content .list_accordion {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.one-column-accordion .content .list_accordion .accordion_custom {
	border-bottom: 1px solid #D3211B;
	padding-bottom: 0px;
}

.one-column-accordion .content .list_accordion .accordion_custom.show {
	padding-bottom: 24px;
}

.one-column-accordion .content .list_accordion .accordion_custom.show .heading_accordion:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2 22.4C17.3856 22.4 22.4 17.3856 22.4 11.2C22.4 5.01441 17.3856 0 11.2 0C5.01441 0 0 5.01441 0 11.2C0 17.3856 5.01441 22.4 11.2 22.4ZM9.38995 7.41005C8.84321 6.86332 7.95679 6.86332 7.41005 7.41005C6.86332 7.95679 6.86332 8.84321 7.41005 9.38995L9.22011 11.2L7.41005 13.0101C6.86332 13.5568 6.86332 14.4432 7.41005 14.9899C7.95679 15.5366 8.84321 15.5366 9.38995 14.9899L11.2 13.1799L13.0101 14.9899C13.5568 15.5366 14.4432 15.5366 14.9899 14.9899C15.5366 14.4432 15.5366 13.5568 14.9899 13.0101L13.1799 11.2L14.9899 9.38995C15.5366 8.84321 15.5366 7.95679 14.9899 7.41005C14.4432 6.86332 13.5568 6.86332 13.0101 7.41005L11.2 9.22011L9.38995 7.41005Z" fill="%23491B1D"/></svg>');
}

.one-column-accordion .content .list_accordion .accordion_custom .heading_accordion {
	padding-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.one-column-accordion .content .list_accordion .accordion_custom .heading_accordion:after {
	content: '';
	display: block;
	width: 23px;
	height: 23px;
	min-width: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2 22.4C17.3856 22.4 22.4 17.3856 22.4 11.2C22.4 5.01441 17.3856 0 11.2 0C5.01441 0 0 5.01441 0 11.2C0 17.3856 5.01441 22.4 11.2 22.4ZM12.6 7C12.6 6.22681 11.9732 5.6 11.2 5.6C10.4268 5.6 9.8 6.22681 9.8 7V9.8H7C6.22681 9.8 5.6 10.4268 5.6 11.2C5.6 11.9732 6.22681 12.6 7 12.6H9.8V15.4C9.8 16.1732 10.4268 16.8 11.2 16.8C11.9732 16.8 12.6 16.1732 12.6 15.4V12.6H15.4C16.1732 12.6 16.8 11.9732 16.8 11.2C16.8 10.4268 16.1732 9.8 15.4 9.8H12.6V7Z" fill="%23491B1D"/></svg>');
}

.one-column-accordion .content .list_accordion .accordion_custom .heading_accordion:hover:after {
	transform: rotate(180deg);
}

.one-column-accordion .content .list_accordion .accordion_custom .content_accordion .desc ul {
	list-style: outside;
	padding-left: 20px;
}

.one-column-accordion .content .list_accordion .accordion_custom .content_accordion .btn {
	padding: 0;
	min-height: unset;
	background: transparent;
	color: #D3211B;
	margin-top: 24px;
}

.one-column-accordion .content .list_accordion .accordion_custom .content_accordion .btn:after {
	height: 10px;
	width: 10px;
	background-size: auto;
}

.one-column-accordion .content .list_accordion .accordion_custom .content_accordion .btn:hover:after {
	transform: translateX(5px);
}

.one-column-accordion .content .btn_show_more {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.one-column-accordion .content.text-light .list_accordion .accordion_custom {
	border-bottom: 1px solid #FFFFFF;
}

.one-column-accordion .content.text-light .list_accordion .accordion_custom .content_accordion .btn {
	color: #FFFFFF;
}

.one-column-accordion .content.text-light .list_accordion .accordion_custom .heading_accordion:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2 22.4C17.3856 22.4 22.4 17.3856 22.4 11.2C22.4 5.01441 17.3856 0 11.2 0C5.01441 0 0 5.01441 0 11.2C0 17.3856 5.01441 22.4 11.2 22.4ZM12.6 7C12.6 6.22681 11.9732 5.6 11.2 5.6C10.4268 5.6 9.8 6.22681 9.8 7V9.8H7C6.22681 9.8 5.6 10.4268 5.6 11.2C5.6 11.9732 6.22681 12.6 7 12.6H9.8V15.4C9.8 16.1732 10.4268 16.8 11.2 16.8C11.9732 16.8 12.6 16.1732 12.6 15.4V12.6H15.4C16.1732 12.6 16.8 11.9732 16.8 11.2C16.8 10.4268 16.1732 9.8 15.4 9.8H12.6V7Z" fill="white"/></svg>');
}

.one-column-accordion .content.text-light .list_accordion .accordion_custom.show .heading_accordion:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2 22.4C17.3856 22.4 22.4 17.3856 22.4 11.2C22.4 5.01441 17.3856 0 11.2 0C5.01441 0 0 5.01441 0 11.2C0 17.3856 5.01441 22.4 11.2 22.4ZM9.38995 7.41005C8.84321 6.86332 7.95679 6.86332 7.41005 7.41005C6.86332 7.95679 6.86332 8.84321 7.41005 9.38995L9.22011 11.2L7.41005 13.0101C6.86332 13.5568 6.86332 14.4432 7.41005 14.9899C7.95679 15.5366 8.84321 15.5366 9.38995 14.9899L11.2 13.1799L13.0101 14.9899C13.5568 15.5366 14.4432 15.5366 14.9899 14.9899C15.5366 14.4432 15.5366 13.5568 14.9899 13.0101L13.1799 11.2L14.9899 9.38995C15.5366 8.84321 15.5366 7.95679 14.9899 7.41005C14.4432 6.86332 13.5568 6.86332 13.0101 7.41005L11.2 9.22011L9.38995 7.41005Z" fill="white"/></svg>');
}

.one-column-accordion .content:not(.text-light) .list_accordion .accordion_custom .content_accordion .btn:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M3.96975 9L5.03025 10.0605L10.0605 5.03025L5.03025 0L3.96975 1.0605L7.1895 4.28025H0V5.78025H7.1895L3.96975 9Z" fill="%23D3211B"/></svg>');
}

/* Block two columns
--------------------------------------------- */
.two-columns-text .content .list_content {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}

@media (max-width: 767px) {
	.two-columns-text .content .list_content.mb_hidden {
		display: none;
	}
}

.two-columns-text .content .list_content .content_item {
	flex: calc(50% - 20px);
	margin: 0;
}

@media (max-width: 767px) {
	.two-columns-text .content .list_content .content_item {
		flex: 100%;
	}
}

.two-columns-text .content:not(:has(> h3.heading)) h2.heading {
	margin-bottom: 0;
}

.two-columns-text .iframe {
	margin-top: 50px;
}

.two-columns-text .iframe iframe {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	aspect-ratio: 640/369;
}

@media (max-width: 767px) {
	.two-columns-text .iframe {
		margin-top: 30px;
	}
}

.two-columns-text-ctas-images .content .list_content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}

.two-columns-text-ctas-images .content .list_content .content_item {
	width: calc(50% - 20px / 2);
	margin: 0;
}

@media (max-width: 767px) {
	.two-columns-text-ctas-images .content .list_content .content_item {
		width: 100%;
	}
}

.two-columns-text-ctas-images .content .list_content .content_item .shortcode {
	width: 100%;
	aspect-ratio: 1.71662125;
	border-radius: 42px;
	background: #FFFFFF;
	margin-bottom: 40px;
}

.two-columns-text-ctas-images .content .list_content .content_item .shortcode [id*="pin-info-popup"] {
	border-radius: 20px;
	background: #491B1D;
	padding: 20px;
	color: #FFFFFF;
	min-height: 50%;
	height: fit-content;
	max-height: 80%;
	width: 80%;
	max-width: 394px;
	overflow-y: auto;
	border: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: unset;
	right: unset;
}

.two-columns-text-ctas-images .content .list_content .content_item .shortcode [id*="pin-info-popup"] * {
	color: inherit;
}

.two-columns-text-ctas-images .content .list_content .content_item .shortcode [id*="pin-info-popup"] [id*="popup-title"] {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 24px;
}

.two-columns-text-ctas-images .content .list_content .content_item .shortcode [id*="pin-info-popup"] [id*="popup-content"] {
	font-size: 1rem;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 0;
}

.two-columns-text-ctas-images .content .list_content .content_item .shortcode [id*="pin-info-popup"] [id*="popup-content"] * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.two-columns-text-ctas-images .content .list_content .content_item .shortcode [id*="pin-info-popup"] [id*="popup-close"] {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	background: transparent;
	width: fit-content;
	height: fit-content;
	display: flex;
	cursor: pointer;
}

.two-columns-text-ctas-images .content .list_content .content_item .shortcode [id*="pin-info-popup"] [id*="popup-close"]:hover {
	transform: rotate(180deg);
}

.two-columns-text-ctas-images .content .list_content .content_item .info > *:last-child {
	margin-bottom: 0;
}

.two-columns-text-ctas-images .content .list_content .content_item .info .excerpt {
	max-width: 522px;
}

.two-columns-cards-images .content .list_cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.two-columns-cards-images .content .list_cards .post-item {
	aspect-ratio: 629 / 460;
	height: auto;
}

.two-columns-cards-images .content .list_cards .post-item .post-image {
	height: 100%;
}

@media (max-width: 480px) {
	.two-columns-cards-images .content .list_cards .post-item {
		aspect-ratio: 350 / 434;
	}
}

.two-columns-cards-images .content .list_cards:not(.swiper) .post-item {
	flex-basis: calc(50% - 20px / 2);
}

@media (max-width: 767px) {
	.two-columns-cards-images .content .list_cards:not(.swiper) .post-item {
		flex-basis: 100%;
	}
}

.two-columns-cards-images .content .list_cards .swiper-actions {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 0;
}

.two-columns-cards-images .content .list_cards .swiper-actions:has(.swiper-pagination-lock) {
	display: none;
}

.two-columns-text-media.show_deco:before {
	content: '';
	background-image: url("/wp-content/themes/fai/images/icons/local-2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	height: 41.9354839%;
	width: 27.9166667%;
	position: absolute;
	top: 35%;
	right: 0;
}

@media (max-width: 767px) {
	.two-columns-text-media.show_deco:before {
		display: none;
	}
}

.two-columns-text-media .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: clamp(40px, 4vw, 60px);
}

.two-columns-text-media .content.img_left .content_right {
	order: 1;
}

.two-columns-text-media .content.img_left .content_left {
	order: 2;
}

.two-columns-text-media .content.text-light .content_left .desc ul li:before {
	background-color: #FFFFFF;
}

.two-columns-text-media .content .content_left {
	flex-basis: calc(50% - clamp(40px, 4vw, 60px) / 2);
}

@media (max-width: 767px) {
	.two-columns-text-media .content .content_left {
		flex-basis: 100%;
		text-align: center;
	}
	.two-columns-text-media .content .content_left.center-mobile {
		text-align: center;
	}
	.two-columns-text-media .content .content_left.center-mobile .btn {
		margin: auto;
	}
}

.two-columns-text-media .content .content_left > *:last-child {
	margin-bottom: 0;
}

.two-columns-text-media .content .content_left .desc ul {
	list-style: none;
}

.two-columns-text-media .content .content_left .desc ul li {
	padding-left: 24px;
	position: relative;
}

.two-columns-text-media .content .content_left .desc ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #D3211B;
	position: absolute;
	left: 0;
	top: 6px;
}

.two-columns-text-media .content .content_right {
	flex-basis: calc(50% - clamp(40px, 4vw, 60px) / 2);
	display: flex;
}

@media (max-width: 767px) {
	.two-columns-text-media .content .content_right {
		flex-basis: 100%;
	}
}

.two-columns-text-media .content .content_right img {
	border-radius: 20px;
	aspect-ratio: 1.20689655;
	object-fit: cover;
}

.two-columns-text-media .content .content_right img.img-type-2 {
	-webkit-mask-image: url(/wp-content/themes/fai/images/mask-image.png);
	mask-image: url(/wp-content/themes/fai/images/mask-image.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom right;
	mask-position: bottom right;
}

.two-columns-text-media .content .viewer-3d-block:has(.viewer-3d-wrapper) {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #e4032c;
}

.two-columns-text-media .content .viewer-3d-block:has(.viewer-3d-wrapper) [id*="image-wrapper"] {
	display: flex !important;
	background: #fff;
}

.two-columns-text-media .content .viewer-3d-block:has(.viewer-3d-wrapper) [id*="image-wrapper"] img {
	border-radius: 0;
}

.two-columns-text-media .content .viewer-3d-block:has(.viewer-3d-wrapper) .viewer-3d-wrapper {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.two-columns-text-media .content .viewer-3d-block:has(.viewer-3d-wrapper) .viewer-3d-wrapper .viewer-3d-container, .two-columns-text-media .content .viewer-3d-block:has(.viewer-3d-wrapper) .viewer-3d-wrapper .viewer-content, .two-columns-text-media .content .viewer-3d-block:has(.viewer-3d-wrapper) .viewer-3d-wrapper model-viewer {
	height: 100% !important;
}

.two-columns-text-media .content .viewer-3d-block:has(.viewer-3d-wrapper) .viewer-3d-wrapper .viewer-360-toggle {
	position: absolute;
	bottom: 37px;
	left: 50%;
	transform: translateX(-50%);
}

.two-columns-text-media .content .viewer-3d-block:has(.viewer-3d-wrapper):has([id*="image-wrapper"][style="display: none;"]) [id*="image-wrapper"] {
	opacity: 0;
}

.two-columns-cta-callout .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	gap: 28px;
}

@media (max-width: 767px) {
	.two-columns-cta-callout .content {
		text-align: center;
		justify-content: center;
	}
}

.two-columns-cta-callout .content .content_left {
	flex-basis: 630px;
}

@media (max-width: 767px) {
	.two-columns-cta-callout .content .content_left .desc.hide_description_mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	.two-columns-cta-callout .content .content_left:has(.hide_description_mobile) .heading {
		margin-bottom: 0;
	}
}

.two-columns-cta-callout .content .content_left > *:last-child {
	margin-bottom: 0;
}

.two-columns-custom-shape {
	overflow: hidden;
}

.two-columns-custom-shape .content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 128px;
}

.two-columns-custom-shape .content:before {
	content: '';
	background-image: url(/wp-content/themes/fai/images/icons/local.svg);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 72.5694444%;
	height: 47.62500%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	transform: translateX(18%) translateY(15%);
}

.two-columns-custom-shape .content .content_left {
	flex-basis: calc(41% - 128px/2);
}

@media (max-width: 767px) {
	.two-columns-custom-shape .content .content_left {
		flex-basis: 100%;
	}
}

.two-columns-custom-shape .content .content_left .img_style {
	display: flex;
}

.two-columns-custom-shape .content .content_left .img_style img {
	aspect-ratio: 0.87;
	object-fit: cover;
	-webkit-mask-image: url(/wp-content/themes/fai/images/mask-image.png);
	mask-image: url(/wp-content/themes/fai/images/mask-image.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom right;
	mask-position: bottom right;
}

.two-columns-custom-shape .content .content_right {
	flex-basis: calc(59% - 128px/2);
}

@media (max-width: 767px) {
	.two-columns-custom-shape .content .content_right {
		flex-basis: 100%;
	}
}

.two-columns-custom-shape .content .content_right > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.two-columns-custom-shape .content:before {
		display: none;
	}
	.two-columns-custom-shape .content {
		flex-direction: column-reverse;
	}
	.two-columns-custom-shape .content .content_right {
		text-align: center;
	}
	.two-columns-custom-shape .content .content_right > * {
		margin-left: auto;
		margin-right: auto;
	}
}

.two-columns-image-and-loop-content .main-heading {
	margin-bottom: clamp(40px, 4vw, 60px);
}

.two-columns-image-and-loop-content .content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 128px;
}

@media (max-width: 1024px) {
	.two-columns-image-and-loop-content .content {
		column-gap: 60px;
	}
}

.two-columns-image-and-loop-content .content.align_center {
	align-items: center;
}

.two-columns-image-and-loop-content .content .content_left {
	flex: calc(41% - 128px / 2);
}

@media (max-width: 767px) {
	.two-columns-image-and-loop-content .content .content_left {
		flex: 100%;
	}
}

.two-columns-image-and-loop-content .content .content_left .img_style {
	display: flex;
}

.two-columns-image-and-loop-content .content .content_left .img_style img {
	aspect-ratio: 1.19724771;
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.two-columns-image-and-loop-content .content .content_left .img_style.style_2 img {
	-webkit-mask-image: url(/wp-content/themes/fai/images/mask-image.png);
	mask-image: url(/wp-content/themes/fai/images/mask-image.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom right;
	mask-position: bottom right;
}

.two-columns-image-and-loop-content .content .content_right {
	flex-basis: calc(59% - 128px / 2);
}

@media (max-width: 767px) {
	.two-columns-image-and-loop-content .content .content_right {
		flex-basis: 100%;
	}
}

.two-columns-image-and-loop-content .content .content_right .list_content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0%, 100%));
	gap: 32px 20px;
}

@media (max-width: 767px) {
	.two-columns-image-and-loop-content .content .content_right .list_content {
		grid-template-columns: repeat(1, minmax(0%, 100%));
		row-gap: 20px;
	}
}

.two-columns-image-and-loop-content .content .content_right .list_content .content_item .title {
	padding-bottom: 4px;
	position: relative;
}

.two-columns-image-and-loop-content .content .content_right .list_content .content_item .title:after {
	content: '';
	height: 1px;
	width: 50px;
	background: #D3211B;
	position: absolute;
	bottom: 0;
	left: 0;
}

.two-columns-image-and-loop-content:has(.text-light) .content .content_right .list_content .content_item .title:after {
	background: #FFFFFF;
}

/* Block three columns
--------------------------------------------- */
.three-columns-text-icons .content .list_content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}

@media (max-width: 767px) {
	.three-columns-text-icons .content .list_content {
		row-gap: 20px;
	}
}

.three-columns-text-icons .content .list_content .content_item {
	margin: 0;
	flex-basis: calc(100%/3 - 20px*2/3);
}

@media (max-width: 767px) {
	.three-columns-text-icons .content .list_content .content_item {
		flex-basis: 100%;
	}
}

.three-columns-text-icons .content .list_content .content_item.right {
	text-align: right;
}

.three-columns-text-icons .content .list_content .content_item.right > * {
	margin-left: auto;
}

.three-columns-text-icons .content .list_content .content_item.has_padding {
	padding: 24px;
	border-radius: 20px;
}

.three-columns-text-icons .content .list_content .content_item .icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-bottom: 28px;
}

.three-columns-text-icons .content .list_content .content_item .heading {
	margin-bottom: 24px;
}

.three-columns-heading-text-icons .content .heading-main {
	margin-bottom: 60px;
	max-width: 768px;
}

.three-columns-heading-text-icons .content .list_content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 48px;
}

@media (max-width: 767px) {
	.three-columns-heading-text-icons .content .list_content {
		row-gap: 48px;
	}
}

.three-columns-heading-text-icons .content .list_content .content_item {
	flex-basis: calc(100% / 3 - 48px * 2 / 3);
	margin: 0;
}

@media (max-width: 1024px) {
	.three-columns-heading-text-icons .content .list_content .content_item {
		flex-basis: calc(50% - 48px / 2);
	}
}

@media (max-width: 767px) {
	.three-columns-heading-text-icons .content .list_content .content_item {
		flex-basis: 100%;
	}
}

.three-columns-heading-text-icons .content .list_content .content_item .icon {
	height: 60px;
	display: flex;
}

@media (max-width: 767px) {
	.three-columns-heading-text-icons .content .list_content .content_item .icon {
		margin-bottom: 24px;
	}
}

.three-columns-heading-text-icons .content .list_content .content_item .icon img {
	height: 100%;
}

@media (max-width: 767px) {
	.three-columns-heading-text-icons .content .list_content .content_item .heading {
		margin-bottom: 24px;
	}
}

.three-columns-cards-posts .content .control_slide {
	display: flex;
	align-items: center;
	margin-top: 28px;
	gap: 16px;
}

.three-columns-cards-posts .content .control_slide .swiper-pagination {
	justify-content: start;
}

.three-columns-cards-posts .content .control_slide:has(.swiper-pagination-lock) {
	display: none;
}

.three-columns-cards-contact .content .list_accordions .accordion_custom {
	border-bottom: 1px solid #D3211B;
	margin-bottom: 32px;
	padding-bottom: 24px;
}

.three-columns-cards-contact .content .list_accordions .accordion_custom:last-child {
	margin-bottom: 0;
}

.three-columns-cards-contact .content .list_accordions .accordion_custom .heading_accordion {
	margin-bottom: 0;
}

.three-columns-cards-contact .content .list_accordions .accordion_custom .heading_accordion:hover .heading svg {
	transform: rotate(0deg);
}

.three-columns-cards-contact .content .list_accordions .accordion_custom .heading_accordion .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.three-columns-cards-contact .content .list_accordions .accordion_custom .heading_accordion .heading svg {
	transform: rotate(45deg);
}

.three-columns-cards-contact .content .list_accordions .accordion_custom .heading_accordion > *:last-child {
	margin-bottom: 0;
}

.three-columns-cards-contact .content .list_accordions .accordion_custom .content_accordion .list_contact {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 20px;
}

.three-columns-cards-contact .content .list_accordions .accordion_custom .content_accordion .list_contact .contact-card {
	flex-basis: calc(25% - 20px * 3 / 4);
}

@media (max-width: 1200px) {
	.three-columns-cards-contact .content .list_accordions .accordion_custom .content_accordion .list_contact .contact-card {
		flex-basis: calc(100% / 3 - 20px * 2 / 3);
	}
}

@media (max-width: 820px) {
	.three-columns-cards-contact .content .list_accordions .accordion_custom .content_accordion .list_contact .contact-card {
		flex-basis: calc(50% - 20px / 2);
	}
}

@media (max-width: 767px) {
	.three-columns-cards-contact .content .list_accordions .accordion_custom .content_accordion .list_contact .contact-card {
		flex-basis: calc(100%);
	}
}

.three-columns-cards-contact .content .list_accordions .accordion_custom.show .heading_accordion {
	margin-bottom: 24px;
}

.three-columns-cards-contact .content .list_accordions .accordion_custom.show .heading_accordion .heading svg {
	transform: rotate(0deg);
}

.three-columns-cards-contact .content .list_accordions .accordion_custom.show .heading_accordion:hover .heading svg {
	transform: rotate(180deg);
}

.three-columns-cards-contact .content .btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.three-columns-cards-contact .content.text-light .list_accordions .accordion_custom {
	border-color: #FFFFFF;
}

.three-columns-cards-contact .content.text-light .list_accordions .accordion_custom .heading_accordion .heading svg path {
	fill: #FFFFFF;
}

.three-columns-cards-event .content .content_top {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 50px;
	gap: 24px;
}

.three-columns-cards-event .content .content_top .ct_left {
	max-width: 630px;
}

.three-columns-cards-event .content .content_bot .list_event {
	display: flex;
	flex-wrap: wrap;
	gap: 75px 20px;
}

@media (max-width: 767px) {
	.three-columns-cards-event .content .content_bot .list_event {
		row-gap: 20px;
	}
}

.three-columns-cards-event .content .content_bot .list_event .event-card {
	flex-basis: calc(100%/3 - 20px*2/3);
}

@media (max-width: 1024px) {
	.three-columns-cards-event .content .content_bot .list_event .event-card {
		flex-basis: calc(50% - 20px/2);
	}
}

@media (max-width: 767px) {
	.three-columns-cards-event .content .content_bot .list_event .event-card {
		flex-basis: 100%;
	}
}

.three-columns-cards-event .content .content_bot .facetwp-bottom {
	margin-top: 60px;
}

.three-columns-cards-downloads .content .list_event {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.three-columns-cards-downloads .content .list_event .download-item {
	flex-basis: calc(100%/3 - 20px*2/3);
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.three-columns-cards-downloads .content .list_event .download-item {
		flex-basis: calc(50% - 20px/2);
	}
}

@media (max-width: 767px) {
	.three-columns-cards-downloads .content .list_event .download-item {
		flex-basis: 100%;
	}
}

.three-columns-cards-downloads .content .facetwp-bottom {
	margin-top: 60px;
}

/* Block four columns
--------------------------------------------- */
.four-columns-cards-taxonomy-product .content-center {
	z-index: 1;
	position: relative;
	padding-bottom: 60px;
	text-align: center;
}

@media (max-width: 767px) {
	.four-columns-cards-taxonomy-product .content-center {
		padding-bottom: 40px;
	}
}

.four-columns-cards-taxonomy-product .content-center .desc {
	max-width: 952px;
	margin-left: auto;
	margin-right: auto;
}

.four-columns-cards-taxonomy-product .content-center > *:last-child {
	margin-bottom: 0;
}

.four-columns-cards-taxonomy-product .section-block-content .mySwiper__four-columns-cards {
	padding-left: clamp(20px, calc((100vw - 1328px) / 2 + 20px), 100vw);
}

.four-columns-cards-taxonomy-product .section-block-content .swiper-actions {
	margin-top: 40px;
}

.four-columns-cards-taxonomy-product.bg-grey .post-item.card-item-layout-2 .post-content-wrapper .post-content {
	background: #FFFFFF;
	padding-top: 0;
}

.banner-homepage-hero {
	padding: 0;
}

.banner-homepage-hero .bgr_image {
	position: absolute;
}

.banner-homepage-hero .bgr_image img {
	display: block;
	width: 100%;
	height: calc(100% - 190px);
	margin-top: 70px;
	max-width: 1328px;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

.banner-homepage-hero .bgr_image:after {
	content: '';
	background: linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0.65) 45.67%, #0A0A0A 93.06%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-homepage-hero.bg-maroon .bgr_image:after, .banner-homepage-hero.bg-maroon-gradient .bgr_image:after {
	background: linear-gradient(98deg, rgba(73, 27, 29, 0.6) 37.74%, rgba(211, 33, 27, 0.6) 106.86%);
}

.banner-homepage-hero + .bg-maroon-gradient, .banner-homepage-hero + .bg-maroon-gradient-vertical, .banner-homepage-hero + .bg-maroon-gradient-vertical-top {
	margin-top: clamp(-120px, -7vw, -30px);
}

.banner-homepage-hero + .bg-maroon-gradient .linear_semicircle, .banner-homepage-hero + .bg-maroon-gradient-vertical .linear_semicircle, .banner-homepage-hero + .bg-maroon-gradient-vertical-top .linear_semicircle {
	display: block;
}

.banner-homepage-hero + .bg-maroon-gradient .linear_semicircle svg path, .banner-homepage-hero + .bg-maroon-gradient-vertical .linear_semicircle svg path, .banner-homepage-hero + .bg-maroon-gradient-vertical-top .linear_semicircle svg path {
	fill: #0A0A0A;
}

.banner-homepage-hero .content {
	padding-bottom: 40px;
	padding-top: 265px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.banner-homepage-hero .content .mySwiper__list-banner {
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
}

.banner-homepage-hero .content .mySwiper__list-banner .content_item_banner {
	z-index: 1;
	position: relative;
	max-width: 960px;
	margin: auto;
	text-align: center;
}

.banner-homepage-hero .content .mySwiper__list-banner .content_item_banner .heading {
	color: #FFFFFF;
}

.banner-homepage-hero .content .mySwiper__list-banner .content_item_banner .desc {
	color: #FFFFFF;
}

.banner-homepage-hero .content .mySwiper__list-banner .content_item_banner a {
	margin: auto;
}

.banner-homepage-hero .content .mySwiper__list-banner .swiper-actions {
	gap: 40px;
}

@media (max-width: 767px) {
	.banner-homepage-hero .content .mySwiper__list-banner .swiper-actions {
		gap: 16px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 10px;
	}
	.banner-homepage-hero .content .mySwiper__list-banner .swiper-actions .swiper-pagination {
		order: 1;
		flex-grow: 1;
		justify-content: flex-start;
	}
	.banner-homepage-hero .content .mySwiper__list-banner .swiper-actions .swiper-button-prev {
		order: 2;
	}
	.banner-homepage-hero .content .mySwiper__list-banner .swiper-actions .swiper-button-next {
		order: 3;
	}
}

.site-main:has(.banner-homepage-hero + .bg-maroon-gradient) .banner-homepage-hero .content,
.site-main:has(.banner-homepage-hero + .bg-maroon-gradient-vertical) .banner-homepage-hero .content,
.site-main:has(.banner-homepage-hero + .bg-maroon-gradient-vertical-top) .banner-homepage-hero .content {
	margin-bottom: clamp(30px, 7vw, 120px);
}

.site-main:has(.banner-homepage-hero + .bg-maroon-gradient) .banner-homepage-hero .lower_semicircle,
.site-main:has(.banner-homepage-hero + .bg-maroon-gradient-vertical) .banner-homepage-hero .lower_semicircle,
.site-main:has(.banner-homepage-hero + .bg-maroon-gradient-vertical-top) .banner-homepage-hero .lower_semicircle {
	display: none;
}

.banner-inner-media {
	padding: 0;
}

.banner-inner-media .bgr_image {
	position: absolute;
}

.banner-inner-media .bgr_image img {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

.banner-inner-media .bgr_image:after {
	content: '';
	background: linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0.65) 45.67%, #0A0A0A 93.06%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-inner-media .bgr_image + .container {
	position: relative;
	z-index: 1;
}

.banner-inner-media.bg-maroon .bgr_image:after, .banner-inner-media.bg-maroon-gradient .bgr_image:after {
	background: linear-gradient(98deg, rgba(73, 27, 29, 0.6) 37.74%, rgba(211, 33, 27, 0.6) 106.86%);
}

.banner-inner-media .content {
	padding-bottom: 20px;
	padding-top: clamp(240px, 15vw, 265px);
	display: flex;
	flex-direction: column;
	justify-content: end;
	max-width: 850px;
	margin: auto;
}

.banner-inner-media .content.text-dark .heading {
	color: #0A0A0A;
}

.banner-inner-media .content .btn {
	margin: auto;
}

.banner-inner-media .content > *:last-child {
	margin-bottom: 0;
}

.banner-inner-media:has(.image) {
	margin-bottom: clamp(100px, 20vw, 240px);
}

.banner-inner-media:has(.image) + .section-block {
	margin-top: clamp(calc(-240px - 1px), calc(-20vw - 1px), calc(-100px - 1px));
	padding-top: clamp(100px, 20vw, 240px);
}

.banner-inner-media .image {
	max-width: 846px;
	height: clamp(198px, 27vw, 366px);
	margin: auto;
	margin-bottom: clamp(-366px, -24vw, -128px);
	position: relative;
	z-index: 2;
}

.banner-inner-media .image img {
	display: block;
	max-width: 100%;
	aspect-ratio: 846/366;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.banner-inner-media .image img {
		aspect-ratio: 16/9;
	}
}

.banner-inner-media:has(+ .media-single-video) .content {
	padding-bottom: 50px;
}

@media (max-width: 1200px) {
	.banner-inner-media:has(+ .media-single-video) .content {
		padding-bottom: 150px;
	}
}

.banner-inner-media:has(+ .media-single-video) + .media-single-video {
	background: transparent;
	margin-top: -120px;
	z-index: 1;
}

.banner-inner {
	padding: 0;
}

.banner-inner .bgr_image {
	position: absolute;
}

.banner-inner .bgr_image img {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

.banner-inner .bgr_image:after {
	content: '';
	background: linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0.65) 45.67%, #0A0A0A 93.06%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-inner .bgr_image + .container {
	position: relative;
	z-index: 1;
}

.banner-inner.bg-maroon .bgr_image:after, .banner-inner.bg-maroon-gradient .bgr_image:after {
	background: linear-gradient(98deg, rgba(73, 27, 29, 0.6) 37.74%, rgba(211, 33, 27, 0.6) 106.86%);
}

.banner-inner .content {
	padding-bottom: 20px;
	padding-top: 265px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	max-width: 850px;
	margin: auto;
}

.banner-inner .content.text-dark .heading {
	color: #0A0A0A;
}

.banner-inner .content .btn {
	margin: auto;
}

.error404 .banner-inner .content {
	padding-top: 350px;
}

@media (max-width: 767px) {
	.error404 .banner-inner .content {
		padding-top: 250px;
	}
}

@media (max-width: 767px) {
	.featured-posts .container > .heading {
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.featured-posts .mySwiper__featured-posts .swiper-wrapper {
		transform: none !important;
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 20px;
	}
	.featured-posts .mySwiper__featured-posts .swiper-actions {
		display: none;
	}
}

.featured-posts .swiper-slide {
	height: 512px;
	overflow: hidden;
	border-radius: 20px;
}

.featured-posts .swiper-slide:nth-child(2n) .post-item .post-image img {
	width: 100%;
	border-radius: 20px;
	height: 100%;
	aspect-ratio: 413 / 512;
	object-fit: cover;
}

.featured-posts .post-item .link-absolute {
	z-index: 4;
}

.featured-posts .post-item .post-image img {
	width: 100%;
	border-radius: 20px;
	height: 100%;
	aspect-ratio: 847 / 512;
	object-fit: cover;
}

.logo-grid .section-block-content .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

@media (max-width: 767px) {
	.logo-grid .section-block-content .container {
		flex-direction: column;
		justify-content: center;
		gap: 40px;
	}
	.logo-grid .section-block-content .container .heading {
		max-width: 100%;
		text-align: center;
		margin: 0;
	}
	.logo-grid .section-block-content .container .content .list_logos {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 32px;
		row-gap: 16px;
	}
	.logo-grid .section-block-content .container .content .list_logos .logo-item img {
		max-width: 82px;
	}
}

.logo-grid .section-block-content .container .heading {
	max-width: 320px;
}

.logo-grid .section-block-content .container .list_logos {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 32px;
	max-width: 652px;
}

.logo-grid .section-block-content .container .list_logos .logo-item img {
	display: block;
}

.media-gallery .gallery-7-layout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.media-gallery .gallery-7-layout .gallery-item {
	display: flex;
}

.media-gallery .gallery-7-layout .gallery-item img {
	border-radius: 20px;
	object-fit: cover;
	background-color: #EEEEEE;
	width: 100%;
	height: auto;
}

.media-gallery .gallery-7-layout .gallery-item.center {
	flex: 35.9722222%;
}

.media-gallery .gallery-7-layout .gallery-item.center img {
	aspect-ratio: 0.715469613;
}

.media-gallery .gallery-7-layout .gallery-item.near {
	flex: 18.0555556%;
	flex-direction: column;
	gap: 16px;
}

.media-gallery .gallery-7-layout .gallery-item.near:last-of-type {
	flex-direction: column-reverse;
}

.media-gallery .gallery-7-layout .gallery-item.near img {
	aspect-ratio: 1;
}

.media-gallery .gallery-7-layout .gallery-item.near img:nth-child(2) {
	aspect-ratio: 0.751445087;
}

.media-gallery .gallery-7-layout .gallery-item.far {
	flex: 11.7361111%;
	display: flex;
	overflow: hidden;
	justify-content: end;
}

.media-gallery .gallery-7-layout .gallery-item.far:last-of-type {
	justify-content: flex-start;
}

.media-gallery .gallery-7-layout .gallery-item.far img {
	aspect-ratio: 0.666666667;
	width: 170.414201%;
	max-width: unset;
}

@media (max-width: 767px) {
	.media-gallery .gallery-7-layout .gallery-item.center {
		flex: 48.2051282%;
	}
	.media-gallery .gallery-7-layout .gallery-item.far {
		display: none;
	}
	.media-gallery .gallery-7-layout .gallery-item.near {
		flex: 21.7948718%;
		overflow: hidden;
		align-items: end;
	}
	.media-gallery .gallery-7-layout .gallery-item.near:last-of-type {
		align-items: start;
	}
	.media-gallery .gallery-7-layout .gallery-item.center img {
		aspect-ratio: 0.447619048;
	}
	.media-gallery .gallery-7-layout .gallery-item.near img {
		width: 176.470588%;
		max-width: unset;
	}
}

.media-single-video .content .content_top .video {
	position: relative;
	width: 100%;
	max-width: 844px;
	aspect-ratio: 1.73305955;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.media-single-video .content .content_top .video video {
	display: block;
}

.media-single-video .content .content_top .video.video-playing .thumbnail_video, .media-single-video .content .content_top .video:has(iframe) .thumbnail_video {
	opacity: 0;
}

.media-single-video .content .content_top .video.video-playing:before, .media-single-video .content .content_top .video:has(iframe):before {
	content: none;
}

.media-single-video .content .content_top .video.video-playing iframe, .media-single-video .content .content_top .video:has(iframe) iframe {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.media-single-video .content .content_top .video:before {
	content: "";
	border-radius: 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.media-single-video .content .content_top .video .thumbnail_video {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition-duration: 1s;
}

.media-single-video .content .content_top .video .thumbnail_video img {
	display: block;
}

.media-single-video .content .content_top .video .thumbnail_video .play_video {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	border: none;
	box-shadow: none;
	outline: none;
	margin: 0;
	background: unset;
	z-index: 3;
}

.media-single-video .content .content_top .video .thumbnail_video .play_video svg {
	width: 64px;
	height: 64px;
}

.media-single-video .content .content_bottom {
	text-align: center;
	width: 100%;
	max-width: 844px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}

.media-single-video .content .content_bottom .post-excerpt {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.media-single-video .content .content_bottom > *:last-child {
	margin-bottom: 0;
}

.media-single-video .content .popup-custom .popup-video-content {
	padding: 60px;
	border-radius: 20px;
	position: relative;
}

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

.media-single-video .content .popup-custom .popup-video-content .off-popup {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}

.media-video-archive .section-block-content .list-video {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}

@media (max-width: 767px) {
	.media-video-archive .section-block-content .list-video {
		display: block;
	}
}

.video-item .video {
	position: relative;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 40px;
	aspect-ratio: 416/232;
}

@media (max-width: 767px) {
	.video-item .video {
		margin: 0 0 24px;
	}
}

.video-item .video:before {
	content: "";
	border-radius: 20px;
	background: linear-gradient(0deg, rgba(33, 35, 48, 0.4) 0%, rgba(33, 35, 48, 0.4) 100%);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.video-item .video .thumbnail_video {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition-duration: 1s;
}

.video-item .video .thumbnail_video img {
	display: block;
}

.video-item .video .thumbnail_video .play_video {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	box-shadow: none;
	outline: none;
	margin: 0;
	background: transparent;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
}

.video-item .video .thumbnail_video .play_video svg {
	width: 37px;
	height: 37px;
}

.video-item .heading a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}

.video-item .heading a:hover {
	text-decoration: underline;
}

.media-download-archive .section-block-content .list-downloads {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}

@media (max-width: 767px) {
	.media-download-archive .section-block-content .list-downloads {
		display: block;
	}
}

.media-gallery-text .box-image img {
	display: block;
}

.media-gallery-text .content-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 20px;
	gap: 20px;
}

.media-gallery-text .content-top .box-text {
	width: calc(50% - 10px);
	max-width: 600px;
}

.media-gallery-text .content-top .box-image {
	width: calc(50% - 10px);
	max-width: 522px;
	aspect-ratio: 522/300;
	border-radius: 20px;
	overflow: hidden;
}

.media-gallery-text .content-top .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-gallery-text .content-bottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 13.5%;
	gap: 20px;
}

.media-gallery-text .content-bottom .box-image.image-2 {
	width: 50%;
	max-width: 522px;
	aspect-ratio: 522/300;
	border-radius: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.media-gallery-text .content-bottom .box-image.image-2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.media-gallery-text .content-bottom .box-image.image-3 {
	aspect-ratio: 200 / 200;
	max-width: 200px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.media-gallery-text .content-bottom .box-image.image-3 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.media-gallery-text .section-block-content .content-top {
		flex-direction: column;
		margin-bottom: 0;
		gap: 40px;
	}
	.media-gallery-text .section-block-content .content-top .box-text {
		width: 100%;
		max-width: 100%;
	}
	.media-gallery-text .section-block-content .content-top .box-image {
		width: 100%;
		max-width: 100%;
	}
	.media-gallery-text .section-block-content .content-bottom {
		display: none;
		gap: 15px;
		padding-right: 17.9%;
	}
	.media-gallery-text .section-block-content .content-bottom .box-image.image-2 {
		width: 81%;
	}
	.media-gallery-text .section-block-content .content-bottom .box-image.image-3 {
		width: 30%;
	}
}

.media-google-map .box-image img {
	display: block;
}

.media-google-map .content-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
}

.media-google-map .content-top .box-text {
	width: 50%;
}

.media-google-map .content-top .box-address {
	width: 50%;
}

.media-google-map .content-bottom {
	border-radius: 20px;
	aspect-ratio: 2.56;
	position: relative;
}

@media (max-width: 767px) {
	.media-google-map .content-bottom {
		aspect-ratio: 1.33587786;
	}
}

.media-google-map .content-bottom iframe, .media-google-map .content-bottom img {
	border-radius: 20px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

@media (max-width: 767px) {
	.media-google-map .section-block-content .content-top {
		flex-direction: column;
		margin-bottom: 40px;
		gap: 12px;
	}
	.media-google-map .section-block-content .content-top .box-text {
		width: 100%;
	}
	.media-google-map .section-block-content .content-top .box-address {
		width: 100%;
	}
	.media-google-map .section-block-content .content-bottom iframe {
		max-height: 75vw;
		aspect-ratio: 350 / 262;
	}
}

.media-download-two-column .list-downloads {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.media-download-two-column .list-downloads .download-item {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	border-radius: 20px;
}

.media-download-two-column .list-downloads .download-item:nth-child(2n + 1) {
	background: linear-gradient(98deg, #491B1D 37.74%, #D3211B 106.86%);
	color: #FFFFFF;
}

.media-download-two-column .list-downloads .download-item:nth-child(2n + 1) .download-card-icon {
	background: transparent;
	position: relative;
}

.media-download-two-column .list-downloads .download-item:nth-child(2n + 1) .download-card-icon:before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 1px;
	background: linear-gradient(149deg, #D3211B -4.26%, rgba(255, 255, 255, 0.7) 48.19%, #D3211B 104.85%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.media-download-two-column .list-downloads .download-item:nth-child(2n) {
	background: #FFFFFF;
}

.media-download-two-column .list-downloads .download-item .download-content .heading {
	color: inherit;
	margin-bottom: 20px;
}

.media-download-two-column .list-downloads .download-item .download-content .heading a {
	color: inherit;
}

.media-download-two-column .list-downloads .download-item .list-file-downloads svg path {
	fill: currentColor;
}

@media (max-width: 1024px) {
	.media-download-two-column .list-downloads .download-item {
		padding: 20px;
		gap: 20px;
		flex-direction: column;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.media-download-two-column .list-downloads {
		grid-template-columns: 1fr;
	}
	.media-download-two-column .list-downloads .download-details {
		display: none;
	}
}

.post-item {
	border-radius: 20px;
	position: relative;
	height: 512px;
	box-sizing: border-box;
}

.post-item:before {
	content: "";
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0.05%, rgba(10, 10, 10, 0.2) 16.21%, rgba(10, 10, 10, 0.5) 49.7%, #0A0A0A 67.51%);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	border: 1px solid #D3211B;
	z-index: 2;
}

.post-item:has(.post-media__img_hover):hover .post-image img.post-media__img {
	opacity: 0;
}

.post-item:has(.post-media__img_hover):hover .post-image img.post-media__img_hover {
	opacity: 1;
}

.post-item:hover:before {
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0.05%, rgba(10, 10, 10, 0.6) 16.21%, rgba(10, 10, 10, 0.6) 49.7%, #0A0A0A 67.51%);
}

.post-item:hover .post-details .btn {
	text-decoration: underline;
}

.post-item:hover .post-details .btn:after {
	transform: translateX(10px);
}

.post-item .link-absolute {
	z-index: 1;
}

.post-item .post-image {
	height: 512px;
	position: relative;
}

.post-item .post-image img {
	width: 100%;
	border-radius: 20px;
	height: 100%;
	aspect-ratio: 413 / 512;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: opacity 1s;
}

.post-item .post-image img.post-media__img_hover {
	opacity: 0;
}

.post-item .post-content {
	padding: 24px;
	box-sizing: border-box;
	position: absolute;
	z-index: 3;
	border-radius: 20px;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.post-item .post-content .post-date {
	font-weight: 300;
}

.post-item .post-content .post-details .heading {
	color: #FFFFFF;
	font-weight: 600;
}

.post-item .post-content .post-details .btn {
	z-index: 2;
}

.post-item .post-content .post-details .btn:hover:after {
	transform: translateX(3px);
}

.post-item.card-item-layout-2:before {
	content: none;
}

.post-item.card-item-layout-2.post-item {
	display: flex;
	flex-direction: column;
}

.post-item.card-item-layout-2 .post-image {
	height: auto;
	border-radius: 20px 20px 0 0;
	background: #FFFFFF;
	padding: 10px;
	width: 100%;
	aspect-ratio: 305/222;
}

.post-item.card-item-layout-2 .post-image a {
	display: block;
}

.post-item.card-item-layout-2 .post-image img {
	display: block;
	position: static;
	aspect-ratio: 305 / 192;
	margin-bottom: 30px;
	object-fit: contain;
}

.post-item.card-item-layout-2 .btn-read-more {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: #491B1D;
}

.post-item.card-item-layout-2 .btn-read-more span {
	transform: translateX(0);
	transition: transform 0.5s ease-in-out;
}

.post-item.card-item-layout-2 .btn-read-more:hover span {
	transform: translateX(-10px);
}

.post-item.card-item-layout-2 .btn-read-more svg {
	fill: #491B1D;
}

.post-item.card-item-layout-2 .btn-read-more svg path {
	fill: #491B1D;
}

.post-item.card-item-layout-2.dark-mode .btn-read-more {
	color: #FFFFFF;
}

.post-item.card-item-layout-2.dark-mode .btn-read-more svg {
	fill: #FFFFFF;
}

.post-item.card-item-layout-2.dark-mode .btn-read-more svg path {
	fill: #FFFFFF;
}

.post-item.card-item-layout-2 .post-content-wrapper {
	position: relative;
	flex-grow: 1;
	margin-top: -30px;
}

.post-item.card-item-layout-2 .post-content-wrapper .post-content {
	position: static;
	margin-top: 0;
	min-height: 160px;
	background: #eee;
	border-radius: 20px;
	padding: 24px 24px 70px;
	object-fit: cover;
	-webkit-mask-image: url(/wp-content/themes/fai/images/card-mask-image.png);
	mask-image: url(/wp-content/themes/fai/images/card-mask-image.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom right;
	mask-position: bottom right;
	height: 100%;
}

.post-item.card-item-layout-2 .post-content-wrapper .post-content .post-details .heading {
	color: #0A0A0A;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-item.card-item-layout-2 .post-content-wrapper .post-content .post-details .post-excerpt {
	color: #0A0A0A;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.contact-card {
	border-radius: 20px;
	background: #EEEEEE;
	overflow: hidden;
}

.contact-card .img {
	display: flex;
	background: #B9B9B9;
	padding: clamp(40px, 5vw, 85px);
	border-radius: 20px;
	aspect-ratio: 1;
}

@media (max-width: 767px) {
	.contact-card .img {
		display: none;
	}
}

.contact-card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-card .info {
	padding: 24px 20px;
}

.contact-card .info .data {
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-card .info .data:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.contact-card .info .data {
		flex-direction: row;
	}
}

.event-card {
	border-radius: 20px;
	border: 1px solid #D3211B;
	background: #FFFFFF;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.event-card .img {
	background: linear-gradient(180deg, #491B1D -3.47%, #D3211B 106.54%);
	position: relative;
	padding: clamp(50px, 4vw, 70px) 20px;
	aspect-ratio: 1.50181818;
	display: flex;
	align-items: center;
	justify-content: center;
}

.event-card .img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	margin: auto;
	display: block;
}

.event-card .img .date-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	border-radius: 20px;
	background: #FFFFFF;
	padding: 12px 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 112px;
}

.event-card .info {
	padding: 24px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.event-card .info .cate {
	font-size: 14px;
	padding: 8px 16px;
	flex-grow: 1;
	font-weight: 400;
	min-height: 37px;
	pointer-events: none;
}

.event-card .info .cate:hover {
	background: #D3211B;
}

.event-card .info .cate:empty {
	padding: 0;
	min-height: unset;
}

.event-card .info .excerpt {
	margin-top: 8px;
}

.download-item {
	border-radius: 20px;
	border: 1px solid #E4032C;
	background: #FFFFFF;
	padding: 40px;
}

@media (max-width: 767px) {
	.download-item {
		padding: 40px 28px;
	}
}

@media (max-width: 767px) {
	.download-item {
		margin-bottom: 4px;
	}
}

.download-item .download-title {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.download-item .download-title {
		flex-direction: row;
		gap: 20px;
		align-items: center;
	}
	.download-item .download-title .download-card-icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
	.download-item .download-title .download-card-icon svg {
		width: 20px;
		height: 20px;
	}
}

.download-item .download-card-icon {
	width: 84px;
	min-width: 84px;
	height: 84px;
	background: linear-gradient(98deg, #491B1D 37.74%, #D3211B 106.86%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-item .heading {
	margin: 0;
}

.download-item .heading a {
	text-decoration: none;
	color: #0A0A0A;
	font-weight: 600;
}

.download-item .heading a:hover {
	text-decoration: underline;
}

.download-item .list-file-downloads {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.download-item .list-file-downloads .download-btn {
	display: flex;
	align-items: center;
	gap: 8px;
}

.download-item .list-file-downloads .download-btn:hover {
	text-decoration: underline;
}

body .swiper-actions {
	display: flex;
	align-items: center;
	margin-top: 20px;
	justify-content: space-between;
}

body .swiper-actions .swiper-pagination {
	width: auto;
}

body .swiper-actions .swiper-buttons {
	display: flex;
	align-items: center;
	gap: 16px;
}

body .swiper-button-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
	width: 100%;
}

body .swiper-button-container .swiper-button {
	display: flex;
	gap: 16px;
}

body .swiper-button-container:has(.swiper-pagination-lock) {
	display: none;
}

body .swiper-button-next, body .swiper-button-prev {
	border-radius: 18px;
	border: none;
	background: transparent;
	padding: 0;
	width: fit-content;
	height: fit-content;
	position: unset;
	margin: 0;
	transform: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
	content: "";
	background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="url(%23paint0_linear_4328_28600)"/><path d="M24.0088 16.6865C24.0944 16.6866 24.1678 16.7128 24.25 16.7949C24.3323 16.8809 24.3584 16.958 24.3584 17.0439C24.3583 17.1308 24.3318 17.2048 24.25 17.2871L17.8887 23.6484H31.2988C31.4203 23.6485 31.4954 23.6838 31.5596 23.7471C31.6217 23.8084 31.6562 23.8801 31.6562 24C31.6562 24.1199 31.6217 24.1916 31.5596 24.2529C31.4954 24.3162 31.4203 24.3515 31.2988 24.3516H17.8887L24.2441 30.707V30.7061C24.3264 30.7885 24.3547 30.8653 24.3555 30.957V30.958C24.356 31.0245 24.3413 31.0829 24.2998 31.1426L24.248 31.2041C24.1681 31.2851 24.0949 31.3113 24.0059 31.3105C23.9114 31.3096 23.8331 31.2796 23.75 31.1973L16.8018 24.249C16.7486 24.1949 16.7229 24.1527 16.7109 24.124V24.123C16.6958 24.0867 16.6875 24.0466 16.6875 23.999C16.6875 23.9514 16.6961 23.9123 16.7109 23.877V23.876C16.7228 23.8475 16.7483 23.8051 16.8018 23.751L23.752 16.8008C23.8423 16.7136 23.922 16.6865 24.0088 16.6865Z" fill="%23491B1D" stroke="%23491B1D"/><defs><linearGradient id="paint0_linear_4328_28600" x1="-1.39467" y1="-2.43609" x2="35.4217" y2="59.2264" gradientUnits="userSpaceOnUse"><stop stop-color="%23D3211B"/><stop offset="0.480769" stop-color="%23464646" stop-opacity="0.7"/><stop offset="1" stop-color="%23D3211B"/></linearGradient></defs></svg>');
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body .swiper-button-next.small, body .swiper-button-prev.small {
	width: 40px;
	height: 40px;
	min-width: 40px;
	padding: 0;
}

body .swiper-button-next.small:after, body .swiper-button-prev.small:after {
	max-width: 24px;
}

body .swiper-button-next.dark-mode:after, body .swiper-button-prev.dark-mode:after {
	background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="url(%23paint0_linear_4328_32045)"/><path d="M24.0078 16.6865C24.0934 16.6866 24.1668 16.7128 24.249 16.7949C24.3313 16.8809 24.3574 16.958 24.3574 17.0439C24.3573 17.1308 24.3308 17.2048 24.249 17.2871L17.8877 23.6484H31.2979C31.4194 23.6485 31.4945 23.6838 31.5586 23.7471C31.6207 23.8084 31.6553 23.8801 31.6553 24C31.6553 24.1199 31.6207 24.1916 31.5586 24.2529C31.4945 24.3162 31.4194 24.3515 31.2979 24.3516H17.8877L24.2432 30.707V30.7061C24.3254 30.7885 24.3537 30.8653 24.3545 30.957V30.958C24.355 31.0245 24.3404 31.0829 24.2988 31.1426L24.2471 31.2041C24.1671 31.2851 24.0939 31.3113 24.0049 31.3105C23.9104 31.3096 23.8321 31.2796 23.749 31.1973L16.8008 24.249C16.7476 24.1949 16.7219 24.1527 16.71 24.124V24.123C16.6949 24.0867 16.6865 24.0466 16.6865 23.999C16.6866 23.9514 16.6952 23.9123 16.71 23.877V23.876C16.7218 23.8475 16.7473 23.8051 16.8008 23.751L23.751 16.8008C23.8414 16.7136 23.9211 16.6865 24.0078 16.6865Z" fill="white" stroke="white"/><defs><linearGradient id="paint0_linear_4328_32045" x1="-1.39467" y1="-2.43609" x2="35.4217" y2="59.2264" gradientUnits="userSpaceOnUse"><stop stop-color="%23D3211B"/><stop offset="0.480769" stop-color="white" stop-opacity="0.7"/><stop offset="1" stop-color="%23D3211B"/></linearGradient></defs></svg>');
}

body .swiper-button-next:after {
	transform: rotate(180deg);
}

body .swiper-pagination {
	position: unset;
	margin-top: 0;
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

body .swiper-pagination.swiper-pagination-lock, body .swiper-pagination:not(:has(.swiper-pagination-bullet)) {
	margin-top: 0 !important;
}

body .swiper-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	width: 8px;
	height: 8px;
	min-width: 8px;
	min-height: 8px;
	border-radius: 4px;
	background: #606060;
	padding: 0;
	opacity: 1;
	display: block;
	border: none;
}

body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 24px;
	height: 8px;
	background: #282828;
}

body .swiper-pagination .swiper-pagination-bullet:hover {
	width: 24px;
	height: 8px;
	background: #282828;
}

body .swiper-pagination.dark-mode .swiper-pagination-bullet {
	background: #B9B9B9;
}

body .swiper-pagination.dark-mode .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #EEEEEE;
}

body .swiper-pagination.dark-mode .swiper-pagination-bullet:hover {
	background: #EEEEEE;
}

body .swiper-button-lock, body .swiper-pagination-lock {
	display: none !important;
}

body .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}

body .swiper-slide > * {
	flex: 1;
}

.featured-count-up-stats .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.featured-count-up-stats .content .list_count_up {
	display: grid;
	grid-template-columns: repeat(4, minmax(0%, 100%));
	gap: 20px;
	width: 100%;
}

.featured-count-up-stats .content .list_count_up .item {
	padding: 0;
	text-align: left;
}

.featured-count-up-stats .content .list_count_up .item .number {
	margin-bottom: 24px;
	display: flex;
	justify-content: flex-start;
	text-align: left;
}

@media (max-width: 1280px) {
	.featured-count-up-stats .content .list_count_up {
		grid-template-columns: repeat(2, minmax(0%, 100%));
	}
}

@media (max-width: 767px) {
	.featured-count-up-stats .content .list_count_up {
		grid-template-columns: repeat(1, minmax(0%, 100%));
	}
}

.featured-tabs .content .list_tabs .tab-titles {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.featured-tabs .content .list_tabs .tab-titles {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.featured-tabs .content .list_tabs .tab-titles {
		display: none;
	}
}

.featured-tabs .content .list_tabs .tab-title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 12px;
	border-radius: 20px;
	background: #EEEEEE;
	color: #0A0A0A;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	font-family: "Poppins", sans-serif;
	border: none;
	outline: none;
}

.featured-tabs .content .list_tabs .tab-title.active, .featured-tabs .content .list_tabs .tab-title:hover {
	background: #D3211B;
	color: #FFFFFF;
}

.featured-tabs .content .list_tabs .tab-title.tab-title-mobile {
	display: none;
	width: 100%;
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.featured-tabs .content .list_tabs .tab-title.tab-title-mobile {
		display: flex;
	}
}

.featured-tabs .content .list_tabs .tab-content {
	display: none;
	overflow-x: auto;
	white-space: nowrap;
}

.featured-tabs .content .list_tabs .tab-content.active {
	display: flex;
}

.featured-tabs .content .list_tabs .tab-content.text-left {
	text-align: left;
}

.featured-tabs .content .list_tabs .tab-content.text-center {
	text-align: center;
}

.featured-tabs .content .list_tabs .tab-content.text-right {
	text-align: right;
}

.featured-tabs .content .list_tabs .content_table {
	border-collapse: collapse;
	min-width: 600px;
	margin: 0;
}

.featured-tabs .content .list_tabs .content_table thead tr {
	background: #491B1D;
}

.featured-tabs .content .list_tabs .content_table thead tr th {
	padding: 16px 20px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	border: none;
	width: 20%;
}

.featured-tabs .content .list_tabs .content_table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}

.featured-tabs .content .list_tabs .content_table thead tr th:last-child {
	border-radius: 0 20px 0 0;
	border-right: none;
}

.featured-tabs .content .list_tabs .content_table tbody tr td {
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	border: none;
	color: #0A0A0A;
	background: #EEEEEE;
	width: 20%;
}

.featured-tabs .content .list_tabs .content_table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}

.featured-tabs .content .list_tabs .content_table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

@media (max-width: 767px) {
	.featured-tabs .content .list_tabs .tab-content {
		padding-bottom: 20px;
		padding-right: 20px;
		margin-bottom: 28px;
		margin-right: -20px;
	}
}

.featured-tabs.bg-grey .content .list_tabs .tab-title {
	background: #FFFFFF;
}

.featured-tabs.bg-grey .content .list_tabs .tab-title.active, .featured-tabs.bg-grey .content .list_tabs .tab-title:hover {
	background: #D3211B;
}

.featured-tabs.bg-grey .content .list_tabs .content_table tbody tr td {
	background: #FFFFFF;
}

.featured-tabs.bg-grey .content .list_tabs .tab-content::-webkit-scrollbar-thumb {
	background: #491B1D;
}

.featured-tabs.bg-grey .content .list_tabs .tab-content::-webkit-scrollbar-track {
	background: #B9B9B9;
}

.featured-tabs.bg-red .content .list_tabs .tab-title {
	background: #FFFFFF;
}

.featured-tabs.bg-red .content .list_tabs .tab-title.active, .featured-tabs.bg-red .content .list_tabs .tab-title:hover {
	background: #491B1D;
}

.featured-tabs.bg-red .content .list_tabs .content_table tbody tr td {
	background: #FFFFFF;
}

.featured-tabs.bg-maroon .content .list_tabs .tab-title, .featured-tabs.bg-maroon-gradient .content .list_tabs .tab-title, .featured-tabs.bg-maroon-gradient-vertical .content .list_tabs .tab-title, .featured-tabs.bg-maroon-gradient-vertical-top .content .list_tabs .tab-title {
	background: #FFFFFF;
	color: #491B1D;
}

.featured-tabs.bg-maroon .content .list_tabs .tab-title.active, .featured-tabs.bg-maroon .content .list_tabs .tab-title:hover, .featured-tabs.bg-maroon-gradient .content .list_tabs .tab-title.active, .featured-tabs.bg-maroon-gradient .content .list_tabs .tab-title:hover, .featured-tabs.bg-maroon-gradient-vertical .content .list_tabs .tab-title.active, .featured-tabs.bg-maroon-gradient-vertical .content .list_tabs .tab-title:hover, .featured-tabs.bg-maroon-gradient-vertical-top .content .list_tabs .tab-title.active, .featured-tabs.bg-maroon-gradient-vertical-top .content .list_tabs .tab-title:hover {
	background: #D3211B;
	color: #FFFFFF;
}

.featured-tabs.bg-maroon .content .list_tabs .content_table thead tr th, .featured-tabs.bg-maroon-gradient .content .list_tabs .content_table thead tr th, .featured-tabs.bg-maroon-gradient-vertical .content .list_tabs .content_table thead tr th, .featured-tabs.bg-maroon-gradient-vertical-top .content .list_tabs .content_table thead tr th {
	background: #EEEEEE;
	color: #491B1D;
}

.featured-tabs.bg-maroon .content .list_tabs .content_table tbody tr td, .featured-tabs.bg-maroon-gradient .content .list_tabs .content_table tbody tr td, .featured-tabs.bg-maroon-gradient-vertical .content .list_tabs .content_table tbody tr td, .featured-tabs.bg-maroon-gradient-vertical-top .content .list_tabs .content_table tbody tr td {
	background: #FFFFFF;
}

.featured-bento-grid .list-bento-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.featured-bento-grid .list-bento-grid .category-item {
	width: calc((100% - 20px) / 2);
	min-height: 388px;
	padding: 0;
	border-radius: 20px;
	border: 1px solid #D3211B;
	position: relative;
}

.featured-bento-grid .list-bento-grid .category-item > img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.featured-bento-grid .list-bento-grid .category-item .category-content {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0.05%, rgba(10, 10, 10, 0.2) 16.21%, rgba(10, 10, 10, 0.5) 49.7%, #0A0A0A 67.51%);
	padding: 16px 24px 24px;
	border-radius: 20px;
}

.featured-bento-grid .list-bento-grid .category-item .cate_name {
	margin-bottom: 16px;
}

.featured-bento-grid .list-bento-grid .category-item .cate_name a {
	text-decoration: none;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 16px;
	line-height: 1.4;
	font-size: inherit;
}

.featured-bento-grid .list-bento-grid .category-item .cate_description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 767px) {
	.featured-bento-grid .list-bento-grid .category-item .cate_description {
		-webkit-line-clamp: 3;
	}
}

.featured-bento-grid .list-bento-grid .category-item .view-the-range {
	margin-top: 28px;
	padding: 8px 0;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
}

.featured-bento-grid .list-bento-grid .category-item:hover .category-content {
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0.05%, rgba(10, 10, 10, 0.6) 16.21%, rgba(10, 10, 10, 0.6) 49.7%, #0A0A0A 67.51%);
}

.featured-bento-grid .list-bento-grid .category-item:hover .cate_name a svg {
	transform: translateX(5px);
}

@media (max-width: 1024px) {
	.featured-bento-grid .list-bento-grid .category-item {
		width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 767px) {
	.featured-bento-grid .list-bento-grid .category-item {
		width: 100%;
	}
}

.featured-category-bento-grid .list-bento-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.featured-category-bento-grid .list-bento-grid.increase_padding {
	padding: 0 40px;
}

@media (max-width: 767px) {
	.featured-category-bento-grid .list-bento-grid.increase_padding {
		padding: 0;
	}
}

.featured-category-bento-grid .list-bento-grid .category-item {
	width: calc((100% - 20px) / 2);
	min-height: 388px;
	padding: 0;
	border-radius: 20px;
	border: 1px solid #D3211B;
	position: relative;
}

.featured-category-bento-grid .list-bento-grid .category-item > img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.featured-category-bento-grid .list-bento-grid .category-item .category-content {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0.05%, rgba(10, 10, 10, 0.2) 16.21%, rgba(10, 10, 10, 0.5) 49.7%, #0A0A0A 67.51%);
	padding: 28px 24px 24px;
	border-radius: 20px;
}

.featured-category-bento-grid .list-bento-grid .category-item .cate_name {
	margin-bottom: 16px;
}

.featured-category-bento-grid .list-bento-grid .category-item .cate_name a {
	text-decoration: none;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 16px;
}

.featured-category-bento-grid .list-bento-grid .category-item .cate_name a svg {
	width: 24px;
	height: 24px;
}

.featured-category-bento-grid .list-bento-grid .category-item .cate_child {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 8px;
	z-index: 3;
}

.featured-category-bento-grid .list-bento-grid .category-item .cate_child .child_name {
	width: 100%;
	padding: 6px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.featured-category-bento-grid .list-bento-grid .category-item .cate_child a.child_name:hover {
	text-decoration: underline;
}

.featured-category-bento-grid .list-bento-grid .category-item .cate_child.cate_count_5 {
	flex-direction: column;
	max-height: 240px;
	max-width: calc(50% - 8px);
	justify-content: flex-end;
}

.featured-category-bento-grid .list-bento-grid .category-item:hover .category-content {
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0.05%, rgba(10, 10, 10, 0.6) 16.21%, rgba(10, 10, 10, 0.6) 49.7%, #0A0A0A 67.51%);
}

.featured-category-bento-grid .list-bento-grid .category-item:hover .cate_name a svg {
	transform: translateX(10px);
}

@media (max-width: 767px) {
	.featured-category-bento-grid .list-bento-grid .category-item {
		width: 100%;
	}
	.featured-category-bento-grid .list-bento-grid .category-item .cate_child {
		max-height: unset;
	}
	.featured-category-bento-grid .list-bento-grid .category-item .cate_child.cate_count_5 {
		max-height: unset;
		max-width: unset;
	}
}

.featured-sale-banner .list_sale_banner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 767px) {
	.featured-sale-banner .list_sale_banner {
		gap: 20px;
	}
}

.featured-sale-banner .list_sale_banner .item {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 5px);
	flex-grow: 1;
	border-radius: 20px;
	background: linear-gradient(180deg, #491B1D -3.47%, #D3211B 106.54%);
	color: #FFFFFF;
	padding: 40px;
}

.featured-sale-banner .list_sale_banner .item .heading-4 {
	color: #FFFFFF;
	font-size: 2rem;
}

.featured-sale-banner .list_sale_banner .item .btn {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.featured-sale-banner .list_sale_banner .item {
		width: 100%;
		text-align: center;
		flex-direction: column;
		gap: 24px;
	}
}

.featured-sale-banner.bg-red .list_sale_banner .item, .featured-sale-banner.bg-maroon .list_sale_banner .item, .featured-sale-banner.bg-maroon-gradient .list_sale_banner .item, .featured-sale-banner.bg-maroon-gradient-vertical .list_sale_banner .item, .featured-sale-banner.bg-maroon-gradient-vertical-top .list_sale_banner .item {
	background: #FFFFFF;
	color: #491B1D;
}

.featured-sale-banner.bg-red .list_sale_banner .item .heading-4, .featured-sale-banner.bg-maroon .list_sale_banner .item .heading-4, .featured-sale-banner.bg-maroon-gradient .list_sale_banner .item .heading-4, .featured-sale-banner.bg-maroon-gradient-vertical .list_sale_banner .item .heading-4, .featured-sale-banner.bg-maroon-gradient-vertical-top .list_sale_banner .item .heading-4 {
	color: #491B1D;
}

.featured-sale-banner.bg-red .list_sale_banner .item .btn, .featured-sale-banner.bg-maroon .list_sale_banner .item .btn, .featured-sale-banner.bg-maroon-gradient .list_sale_banner .item .btn, .featured-sale-banner.bg-maroon-gradient-vertical .list_sale_banner .item .btn, .featured-sale-banner.bg-maroon-gradient-vertical-top .list_sale_banner .item .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
}

.featured-sale-banner.bg-red .list_sale_banner .item .btn svg path, .featured-sale-banner.bg-maroon .list_sale_banner .item .btn svg path, .featured-sale-banner.bg-maroon-gradient .list_sale_banner .item .btn svg path, .featured-sale-banner.bg-maroon-gradient-vertical .list_sale_banner .item .btn svg path, .featured-sale-banner.bg-maroon-gradient-vertical-top .list_sale_banner .item .btn svg path {
	fill: currentColor;
}

.featured-sale-banner.bg-red .list_sale_banner .item .btn:hover, .featured-sale-banner.bg-red .list_sale_banner .item .btn:focus, .featured-sale-banner.bg-maroon .list_sale_banner .item .btn:hover, .featured-sale-banner.bg-maroon .list_sale_banner .item .btn:focus, .featured-sale-banner.bg-maroon-gradient .list_sale_banner .item .btn:hover, .featured-sale-banner.bg-maroon-gradient .list_sale_banner .item .btn:focus, .featured-sale-banner.bg-maroon-gradient-vertical .list_sale_banner .item .btn:hover, .featured-sale-banner.bg-maroon-gradient-vertical .list_sale_banner .item .btn:focus, .featured-sale-banner.bg-maroon-gradient-vertical-top .list_sale_banner .item .btn:hover, .featured-sale-banner.bg-maroon-gradient-vertical-top .list_sale_banner .item .btn:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.featured-meet-the-team .heading {
	margin-bottom: 60px;
}

.featured-meet-the-team .list_teams {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 64px 20px;
}

.featured-meet-the-team .list_teams .image {
	border-radius: 20px;
	aspect-ratio: 1;
	background: #EEEEEE;
	margin-bottom: 24px;
}

.featured-meet-the-team .list_teams .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.featured-meet-the-team .list_teams {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.featured-history-timeline:before {
	content: '';
	background-image: url(/wp-content/themes/fai/images/deco-history-timeline.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 76%;
}

@media (max-width: 767px) {
	.featured-history-timeline:before {
		display: none;
	}
}

.featured-history-timeline .container {
	display: grid;
	grid-template-columns: 45% calc(55% - 16px);
	gap: 16px;
}

@media (max-width: 1024px) {
	.featured-history-timeline .container {
		grid-template-columns: 100%;
	}
}

.featured-history-timeline .container .content_sticky {
	position: sticky;
	top: 150px;
}

.featured-history-timeline .container .history-timeline .item {
	padding: 0 0 48px 144px;
	position: relative;
}

.featured-history-timeline .container .history-timeline .item:before {
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 62px;
	top: 0;
	background: #B9B9B9;
}

.featured-history-timeline .container .history-timeline .item:after {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 48px;
	top: 0;
	background: #B9B9B9;
	border: 8px solid #FFFFFF;
	border-radius: 50%;
}

.featured-history-timeline .container .history-timeline .item.active {
	padding-top: 16px;
}

.featured-history-timeline .container .history-timeline .item.active:before {
	background: #491B1D;
}

.featured-history-timeline .container .history-timeline .item.active:after {
	background: #D3211B;
	top: 24px;
}

.featured-history-timeline .container .history-timeline .item:last-child {
	padding-bottom: 32px;
}

.featured-history-timeline .container .history-timeline .item .year {
	font-weight: 600;
}

@media (max-width: 1024px) {
	.featured-history-timeline .container .history-timeline .item {
		padding-bottom: 32px;
		padding-left: 64px;
	}
	.featured-history-timeline .container .history-timeline .item:before {
		left: 22px;
	}
	.featured-history-timeline .container .history-timeline .item:after {
		left: 8px;
	}
	.featured-history-timeline .container .history-timeline .item .title {
		margin-bottom: 24px;
	}
}

.featured-history-timeline.bg-grey .container .history-timeline .item:after {
	border-color: #EEEEEE;
}

.featured-history-timeline.bg-red .container .history-timeline .item:after {
	border-color: #D3211B;
}

.featured-history-timeline.bg-red .container .history-timeline .item.active:after {
	background: #FFFFFF;
}

.featured-history-timeline.bg-red .container .history-timeline .item.active:before {
	background: #FFFFFF;
}

.featured-history-timeline.bg-black .container .history-timeline .item:after {
	border-color: #0A0A0A;
}

.featured-history-timeline.bg-black .container .history-timeline .item.active:after {
	background: #FFFFFF;
}

.featured-history-timeline.bg-black .container .history-timeline .item.active:before {
	background: #FFFFFF;
}

.featured-history-timeline.bg-maroon .container .history-timeline .item:after, .featured-history-timeline.bg-maroon-gradient .container .history-timeline .item:after, .featured-history-timeline.bg-maroon-gradient-vertical .container .history-timeline .item:after, .featured-history-timeline.bg-maroon-gradient-vertical-top .container .history-timeline .item:after {
	border-color: #491B1D;
}

.featured-history-timeline.bg-maroon .container .history-timeline .item.active:after, .featured-history-timeline.bg-maroon-gradient .container .history-timeline .item.active:after, .featured-history-timeline.bg-maroon-gradient-vertical .container .history-timeline .item.active:after, .featured-history-timeline.bg-maroon-gradient-vertical-top .container .history-timeline .item.active:after {
	background: #FFFFFF;
}

.featured-history-timeline.bg-maroon .container .history-timeline .item.active:before, .featured-history-timeline.bg-maroon-gradient .container .history-timeline .item.active:before, .featured-history-timeline.bg-maroon-gradient-vertical .container .history-timeline .item.active:before, .featured-history-timeline.bg-maroon-gradient-vertical-top .container .history-timeline .item.active:before {
	background: #FFFFFF;
}

.featured-full-width-image-text .content {
	display: grid;
	grid-template-columns: repeat(2, 47%);
	gap: 6%;
	padding-bottom: 80px;
}

.featured-full-width-image-text .image {
	width: 100%;
}

.featured-full-width-image-text .image img {
	display: block;
	width: 100%;
	aspect-ratio: 640/369;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.featured-full-width-image-text .content {
		grid-template-columns: 100%;
		gap: 20px;
		padding-bottom: 48px;
	}
	.featured-full-width-image-text .image img {
		aspect-ratio: 350/196;
	}
}

.featured-sale-banner-tab .bgr_image {
	position: absolute;
}

.featured-sale-banner-tab .bgr_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-sale-banner-tab .bgr_image:after {
	content: '';
	background: linear-gradient(98deg, rgba(73, 27, 29, 0.7) 37.74%, rgba(211, 33, 27, 0.7) 106.86%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.featured-sale-banner-tab.bg-maroon .bgr_image:after, .featured-sale-banner-tab.bg-maroon-gradient .bgr_image:after {
	background: linear-gradient(98deg, rgba(73, 27, 29, 0.6) 37.74%, rgba(211, 33, 27, 0.6) 106.86%);
}

.featured-sale-banner-tab .content {
	z-index: 1;
	position: relative;
	padding-bottom: 80px;
}

.featured-sale-banner-tab .content .desc {
	max-width: 952px;
}

.featured-sale-banner-tab .content > *:last-child {
	margin-bottom: 0;
}

.featured-sale-banner-tab .list_tabs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.featured-sale-banner-tab .list_tabs .tab-titles {
		display: none;
	}
}

.featured-sale-banner-tab .list_tabs .tab-title {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0 0 24px;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	font-family: "Poppins", sans-serif;
	border: none;
	outline: none;
	opacity: 0.6;
}

.featured-sale-banner-tab .list_tabs .tab-title.active, .featured-sale-banner-tab .list_tabs .tab-title:hover {
	opacity: 1;
}

.featured-sale-banner-tab .list_tabs .tab-title.active:before {
	content: '';
	display: block;
	width: 28px;
	height: 3px;
	background: #D9D9D9;
}

.featured-sale-banner-tab .list_tabs .tab-title.tab-title-mobile {
	display: none;
	width: 100%;
	padding-bottom: 32px;
}

@media (max-width: 767px) {
	.featured-sale-banner-tab .list_tabs .tab-title.tab-title-mobile {
		display: flex;
	}
}

.featured-sale-banner-tab .list_tabs .tab-content {
	display: none;
}

.featured-sale-banner-tab .list_tabs .tab-content.active {
	display: block;
}

.featured-sale-banner-tab .list_tabs .tab-content > *:not(:last-child) {
	padding-bottom: 16px;
}

@media (max-width: 767px) {
	.featured-sale-banner-tab .list_tabs {
		grid-template-columns: 100%;
		gap: 0;
	}
	.featured-sale-banner-tab .list_tabs .tab-content {
		padding-bottom: 32px;
	}
}

.product-featured:before {
	content: '';
	background-image: url(/wp-content/themes/fai/images/icons/deco-product-featured.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	width: 532px;
	max-width: 100%;
	aspect-ratio: 1.91366906;
	position: absolute;
	top: 17%;
	right: 0;
}

@media (max-width: 767px) {
	.product-featured:before {
		width: 302px;
		top: 5%;
	}
}

.product-featured .content-top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 40px;
}

.product-featured .content-top .box-title {
	max-width: 50%;
}

@media (max-width: 1024px) {
	.product-featured .content-top {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.product-featured .content-top .box-title {
		max-width: 100%;
	}
	.product-featured .content-top .box-title .desc {
		display: none;
	}
	.product-featured .content-top .box-title .heading {
		margin-bottom: 40px;
	}
}

@media (max-width: 1024px) {
	.product-featured .content .list_products {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.product-featured .content .list_products .swiper-actions {
		display: none;
	}
}

.product-featured .content .list_products .product-item {
	position: relative;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}

.product-featured .content .list_products .product-item .product-image {
	border-radius: 20px 20px 0 0;
	background: #EEE;
	aspect-ratio: 1 / 1;
	max-height: 310px;
	overflow: hidden;
	width: 100%;
}

.product-featured .content .list_products .product-item .product-image img {
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	object-fit: contain;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.product-featured .content .list_products .product-item .product-image {
		aspect-ratio: 169 / 211;
	}
}

.product-featured .content .list_products .product-item .product-info {
	background-image: url(/wp-content/themes/fai/images/info-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 8px 20px 22px;
	border-radius: 20px;
	margin-top: -50px;
	width: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

@media (max-width: 1280px) {
	.product-featured .content .list_products .product-item .product-info {
		background: linear-gradient(98deg, #491B1D 37.74%, #D3211B 106.86%);
		padding: 16px;
		padding-bottom: 28px;
		gap: 12px;
		min-height: unset;
	}
}

@media (max-width: 1280px) {
	.product-featured .content .list_products .product-item .product-info .category-tag {
		font-size: 16px;
	}
}

@media (max-width: 1280px) {
	.product-featured .content .list_products .product-item .product-info .text-medium-semi {
		font-size: 16px;
		font-weight: 700;
	}
}

.product-featured .content .download-link {
	display: flex;
	margin-top: 56px;
	text-align: center;
	justify-content: center;
}

.product-featured .content .download-link a {
	font-size: 1rem;
	padding: 16px 20px;
}

.product-featured .content .download-link svg {
	min-width: 16px;
}

@media (max-width: 1024px) {
	.product-featured .content .download-link {
		margin-top: 40px;
	}
}

.product-featured .content .cta-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.product-featured .hide-download .content-top .heading {
		margin-bottom: 0;
	}
	.product-featured .hide-download .content-top .cta {
		display: none;
	}
	.product-featured .hide-download .content .download-link {
		display: none;
	}
	.product-featured .hide-download .content .cta-mobile {
		display: flex;
		margin-top: 24px;
		text-align: center;
		justify-content: center;
	}
}

.tax-products-category .product-featured:before {
	display: none;
}

.product-grid .list_products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.product-grid .list_products {
		grid-template-columns: 1fr 1fr;
	}
}

.product-grid .list_products .product-item {
	position: relative;
	margin-bottom: 50px;
}

.product-grid .list_products .product-item .product-image {
	border-radius: 20px 20px 0 0;
	background: #EEE;
	aspect-ratio: 1 / 1;
	max-height: 310px;
	overflow: hidden;
}

.product-grid .list_products .product-item .product-image img {
	display: block;
}

.product-grid .list_products .product-item .product-info {
	background-image: url(/wp-content/themes/fai/images/info-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 20px;
	position: absolute;
	bottom: -50px;
	width: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 1280px) {
	.product-grid .list_products .product-item .product-info {
		background: linear-gradient(98deg, #491B1D 37.74%, #D3211B 106.86%);
	}
}

.standard-form > .container {
	max-width: 928px;
}

.standard-form .content_top {
	text-align: center;
	max-width: 888px;
	margin: 0 auto 60px;
}

.standard-form .content_top .heading {
	margin-bottom: 28px;
	text-align: center;
}

.standard-form .content_bot {
	max-width: 632px;
	margin: auto;
}

.standard-form .content_bot .nf-form-cont .submit-container .field-wrap {
	justify-content: center;
}

.standard-form .nf-form-cont .nf-form-content .nf-field-container.submit-container {
	margin-top: 12px;
}

.standard-form .nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap .nf-field-label label {
	color: #3F4665;
}

.standard-form .nf-form-cont .nf-form-content .nf-field-container.submit-container input[type="submit"] {
	margin: 0 auto;
}

.standard-form.dark-mode .nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap .nf-field-label label {
	color: #FFFFFF;
}

.two-cols-form:first-child .section-block-content {
	padding-top: 265px !important;
}

.two-cols-form .rank-math-breadcrumb > p {
	justify-content: start;
}

.two-cols-form .container {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

@media (max-width: 1024px) {
	.two-cols-form .container {
		flex-direction: column;
	}
}

.two-cols-form .content_left {
	max-width: 50%;
}

@media (max-width: 1024px) {
	.two-cols-form .content_left {
		max-width: 100%;
	}
}

.two-cols-form .content_left .contact-info {
	margin-top: 60px;
}

.two-cols-form .content_left .contact-info .contact-row {
	margin-bottom: 28px;
}

.two-cols-form .content_left .contact-info .contact-row:last-child {
	margin-bottom: 0;
}

.two-cols-form .content_left .contact-info .contact-row span {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	gap: 16px;
}

.two-cols-form .content_left .contact-info .contact-row span:last-child {
	margin-bottom: 0;
}

.two-cols-form .content_left .contact-info .contact-row span .heading {
	margin: 0;
}

.two-cols-form .content_left .contact-info.text-light .contact-row svg path {
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.two-cols-form .content_right {
	max-width: 50%;
}

@media (max-width: 1024px) {
	.two-cols-form .content_right {
		max-width: 100%;
	}
}

.two-cols-form .content_right .nf-form-cont .submit-container .field-wrap {
	justify-content: center;
}

.two-cols-form .nf-form-cont .nf-form-content .nf-field-container.submit-container {
	margin-top: 12px;
}

.two-cols-form .nf-form-cont .nf-form-content .nf-field-container.submit-container input[type="submit"] {
	margin: 0 auto;
}

.two-cols-form.dark-mode .nf-form-cont .nf-form-content .checkbox-container:not(.label-hidden) .checkbox-wrap .nf-field-label label {
	color: #FFFFFF;
}

.table-container.bg-grey .wrap_table .content_table tbody {
	background: #FFFFFF;
}

.table-container .wrap_table {
	overflow-x: auto;
}

.table-container .wrap_table:has(.type-two)::-webkit-scrollbar-thumb {
	background: #0A0A0A;
}

.table-container .wrap_table .content_table {
	border-collapse: collapse;
	min-width: 600px;
	margin: 0;
}

.table-container .wrap_table .content_table thead tr {
	background: #491B1D;
}

.table-container .wrap_table .content_table thead tr th {
	padding: 16px 20px;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 160%;
	text-align: left;
}

.table-container .wrap_table .content_table thead tr th:first-child {
	border-radius: 20px 0px 0px 0px;
}

.table-container .wrap_table .content_table thead tr th:last-child {
	border-radius: 0px 20px 0px 0px;
	border-right: none;
}

.table-container .wrap_table .content_table tbody {
	background: #EEEEEE;
}

.table-container .wrap_table .content_table tbody tr td {
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 160%;
}

.table-container .wrap_table .content_table tbody tr td:first-child {
	color: inherit;
	background: transparent;
}

.table-container .wrap_table .content_table tbody tr td:last-child {
	border-right: none;
}

.table-container .wrap_table .content_table tbody tr:last-child td {
	border-bottom: none !important;
}

.table-container .wrap_table .content_table tbody tr:last-child td:first-child {
	border-radius: 0px 0px 0px 20px;
}

.table-container .wrap_table .content_table tbody tr:last-child td:last-child {
	border-radius: 0px 0px 20px 0px;
}

.table-container .wrap_table .content_table.type-two {
	text-align: center;
}

.table-container .wrap_table .content_table.type-two thead tr {
	background: #0A0A0A;
}

.table-container .wrap_table .content_table.type-two thead tr th {
	text-align: center;
}

.dropdown-filter .content {
	position: relative;
	padding-bottom: 40px;
}

.dropdown-filter .content .desc {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.dropdown-filter > .container > .content {
		text-align: center;
	}
}

.dropdown-filter .dropdown-filter-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.dropdown-filter .dropdown-filter-list {
		justify-content: center;
		gap: 16px;
		margin-bottom: 40px;
	}
}

.dropdown-filter .dropdown-filter-container {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	gap: 20px;
}

.dropdown-filter .dropdown-filter-container .dropdown-filter-item {
	width: calc((100% - 20px) / 2);
	max-width: 310px;
	min-width: 250px;
}

@media (max-width: 767px) {
	.dropdown-filter .dropdown-filter-container {
		gap: 16px;
	}
	.dropdown-filter .dropdown-filter-container .dropdown-filter-item {
		width: 100%;
		max-width: unset;
	}
}

.dropdown-filter .post-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 767px) {
	.dropdown-filter .post-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

@media (max-width: 480px) {
	.dropdown-filter .post-items {
		grid-template-columns: repeat(1, 1fr);
	}
}

.dropdown-sort {
	width: 100%;
	max-width: 200px;
}

@media (max-width: 767px) {
	.dropdown-sort {
		max-width: 100%;
	}
}

.dropdown-search {
	width: 100%;
	max-width: 410px;
}

@media (max-width: 767px) {
	.dropdown-search {
		max-width: 100%;
	}
}

.dropdown-filter-item .dropdown-filter-label {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #0A0A0A;
}

.dropdown-filter-item .facetwp-facet {
	margin-bottom: 0;
}

.dropdown-filter-item .facetwp-facet.facetwp-type-sort .fs-option[data-value=""] {
	display: none;
}

.dropdown-filter-item .fs-wrap {
	width: 100%;
	line-height: inherit;
}

.dropdown-filter-item .fs-wrap .fs-label {
	opacity: 0.6;
}

.dropdown-filter-item .fs-wrap.fs-open .fs-label {
	opacity: 1;
}

.dropdown-filter-item .fs-label-wrap {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #D3211B;
	background-color: #FFFFFF;
	padding: 12px;
}

.dropdown-filter-item .fs-label-wrap .fs-label {
	padding: 0;
}

.dropdown-filter-item .facetwp-input-wrap {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}

.dropdown-filter-item .facetwp-input-wrap input {
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #D3211B;
	color: #D3211B;
	background-color: #FFFFFF;
	padding: 12px 52px 12px 12px;
	width: 100%;
}

.dropdown-filter-item .facetwp-input-wrap .facetwp-icon {
	right: 12px;
	left: auto;
	height: 24px;
	opacity: 1;
}

.dropdown-filter-item .facetwp-input-wrap .facetwp-icon:not(.f-loading):before {
	background-image: url(/wp-content/themes/fai/images/icons/search-black.svg);
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 24px;
}

.dropdown-filter-item .fs-arrow {
	position: unset;
	border: none;
	display: block;
	width: 12px;
	height: 7px;
	margin: 0;
}

.dropdown-filter-item .fs-arrow svg {
	display: block;
}

.dropdown-filter-item .fs-search {
	display: none;
}

.dropdown-filter-item .fs-dropdown {
	border: 1px solid #D3211B;
	border-radius: 0 0 8px 8px;
	background-color: #FFFFFF;
	padding: 40px 20px 16px;
	width: fit-content;
	max-width: 420px;
	min-width: 100%;
	top: 50%;
}

.dropdown-filter-item .fs-dropdown .fs-options {
	display: flex;
	gap: 12px;
	flex-direction: column;
	max-height: unset;
}

.dropdown-filter-item .fs-open .fs-label-wrap {
	z-index: 11;
}

.dropdown-filter-item .fs-open .facetwp-input-wrap {
	z-index: 11;
}

.dropdown-filter-item .fs-open .fs-dropdown {
	z-index: 10;
}

.dropdown-filter-item .fs-wrap.multiple .fs-option {
	padding-left: 0;
}

.dropdown-filter-item .fs-wrap.multiple .fs-option .fs-option-label {
	white-space: normal;
}

.dropdown-filter-item .fs-wrap.multiple .fs-checkbox {
	display: none;
	width: 20px;
	top: 3px;
	margin-top: 0;
}

.dropdown-filter-item .fs-wrap.single .fs-option {
	padding-left: 0;
	position: relative;
}

.dropdown-filter-item .fs-wrap.single .fs-option .fs-option-label {
	white-space: normal;
}

.dropdown-filter-item .fs-wrap.single .fs-checkbox {
	width: 20px;
	top: 3px;
	margin-top: 0;
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
}

.dropdown-filter-item .facetwp-type-fselect.is-loading .fs-label-wrap {
	opacity: 1;
}

.dropdown-filter-item .fs-option {
	padding: 0;
}

.dropdown-filter-item .fs-option .fs-option-label {
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
}

.dropdown-filter-item .fs-checkbox {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
}

.dropdown-filter-item .fs-checkbox i {
	display: none;
}

.dropdown-filter-item .fs-checkbox:before, .dropdown-filter-item .fs-checkbox:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0 !important;
	top: 0;
	right: unset;
	bottom: unset !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dropdown-filter-item .fs-checkbox:after {
	border: 1px solid #0A0A0A;
	background: #FFFFFF;
	border-radius: 4px;
}

.dropdown-filter-item .fs-checkbox:before {
	display: none;
}

.dropdown-filter-item .selected .fs-checkbox:after {
	content: '' !important;
	border: none;
	background: url(/wp-content/themes/ag-fencing/images/icons/checkbox.svg);
}

.dropdown-filter-item .fs-wrap.single .fs-option.selected {
	background-color: transparent;
}

.dropdown-filter-item .facetwp-checkbox {
	background: transparent;
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 12px;
}

.dropdown-filter-item .facetwp-checkbox:last-child {
	margin-bottom: 20px;
}

.dropdown-filter-item .facetwp-checkbox:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0A0A0A;
	background: #FFFFFF;
	border-radius: 4px;
}

.dropdown-filter-item .facetwp-checkbox.checked {
	background: transparent;
}

.dropdown-filter-item .facetwp-checkbox.checked:before {
	border: none;
	background: url(/wp-content/themes/ag-fencing/images/icons/checkbox.svg);
}

.dropdown-filter-item .facetwp-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	color: #D3211B;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	cursor: pointer;
}

.dropdown-filter-item .facetwp-label .facetwp-label-icon {
	display: block;
	width: 24px;
	height: 24px;
}

.dropdown-filter-item .facetwp-label .facetwp-label-icon .show {
	display: none;
}

.dropdown-filter-item .facetwp-label + .facetwp-facet {
	display: none;
}

.dropdown-filter-item .facetwp-label.active + .facetwp-facet {
	display: block;
}

.dropdown-filter-item .facetwp-label.active .facetwp-label-icon .show {
	display: block;
}

.dropdown-filter-item .facetwp-label.active .facetwp-label-icon .hide {
	display: none;
}

.dropdown-filter-item .facetwp-type-sort .fs-checkbox {
	display: none;
}

.dropdown-filter-item .facetwp-type-checkboxes .facetwp-toggle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	text-decoration: underline;
	color: #D3211B;
	padding-bottom: 20px;
}

.dropdown-filter-item .facetwp-type-checkboxes .facetwp-toggle:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/themes/ag-fencing/images/icons/icon-plus-circle.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.dropdown-filter-item .facetwp-type-checkboxes .facetwp-toggle + .facetwp-toggle:before {
	background-image: url(/wp-content/themes/ag-fencing/images/icons/icon-minus-circle.svg);
}

.dropdown-filter-item .facetwp-type-checkboxes .facetwp-toggle:hover {
	text-decoration: none;
}

.dropdown-filter-item .facetwp-type-checkboxes .facetwp-toggle.facetwp-hidden {
	display: none;
}

@media (max-width: 767px) {
	.dropdown-filter-item .facetwp-label {
		font-size: 16px;
		margin-bottom: 16px;
	}
}

.facetwp-bottom .facetwp-facet-result_count {
	margin: 0;
}

.facetwp-bottom .facetwp-facet-result_count strong {
	color: inherit;
}

.facetwp-bottom .result_count {
	display: flex;
	justify-content: center;
	padding-top: 40px;
	text-align: center;
	gap: 4px;
}

.facetwp-bottom .result_count.hidden {
	display: none;
}

.facetwp-bottom .result_count.hidden + .facetwp-facet-load_more {
	padding-top: 40px;
}

.facetwp-bottom .result_count > span > span {
	display: none;
}

.facetwp-bottom .result_count:has(strong) > span {
	display: inline;
}

.facetwp-bottom .result_count:has(strong) > span > span {
	display: inline;
}

.facetwp-bottom .facetwp-facet-load_more {
	text-align: center;
	margin-bottom: 0;
}

.facetwp-bottom .facetwp-facet-load_more button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D3211B;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 600;
	min-height: 58px;
	border: none;
	margin: auto;
	min-width: fit-content;
}

.facetwp-bottom .facetwp-facet-load_more button svg path {
	fill: currentColor;
}

.facetwp-bottom .facetwp-facet-load_more button:hover, .facetwp-bottom .facetwp-facet-load_more button:focus {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.facetwp-bottom .facetwp-facet-load_more button.facetwp-hidden {
	display: none;
}

.facetwp-bottom .facetwp-facet-load_more button:hover {
	background: #D3211B;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	color: #FFFFFF;
}

.dropdown-filter-selected {
	display: flex;
	width: 100%;
}

.dropdown-filter-selected .facetwp-selections {
	padding-top: 8px;
}

.dropdown-filter-selected .facetwp-selections ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.dropdown-filter-selected .facetwp-selections ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.dropdown-filter-selected .facetwp-selections .facetwp-selection-label {
	display: none;
}

.dropdown-filter-selected .facetwp-selections .facetwp-selection-value {
	padding: 4px 32px 4px 16px;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	background-color: #D3211B;
	background-size: 32px 24px;
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.dropdown-filter-selected .facetwp-selections .facetwp-selection-value:hover {
	box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
}

.post-filter .content {
	position: relative;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

.post-filter .content > div {
	max-width: 630px;
}

.post-filter .content .desc {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.post-filter .content {
		flex-direction: column;
		align-items: flex-start;
	}
	.post-filter .content > div {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.post-filter.filter-by-post .content {
		display: none;
	}
}

@media (max-width: 767px) {
	.post-filter.filter-by-post .dropdown-filter-list.bg-white {
		position: relative;
	}
	.post-filter.filter-by-post .dropdown-filter-list.bg-white:before {
		content: '';
		display: block;
		width: calc(100% + 40px);
		height: 100%;
		position: absolute;
		top: 0;
		left: -20px;
		right: -20px;
		background: #EEEEEE;
	}
	.post-filter.filter-by-post .dropdown-filter-list.bg-white:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		inset: 0;
		border-radius: 20px;
		background: #FFFFFF;
	}
	.post-filter.filter-by-post .dropdown-filter-list.bg-white > * {
		position: relative;
		z-index: 1;
	}
	.post-filter.filter-by-post .dropdown-filter-list.bg-white > *.dropdown-filter-container {
		z-index: 4;
	}
	.post-filter.filter-by-post .dropdown-filter-list.bg-white > *.dropdown-sort {
		z-index: 3;
	}
}

.post-filter .dropdown-filter-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
	margin-bottom: 40px;
	padding: 24px;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.post-filter .dropdown-filter-list {
		justify-content: center;
		gap: 20px;
		margin-bottom: 40px;
		padding: 20px;
	}
}

.post-filter .dropdown-filter-container {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	gap: 28px;
	width: 100%;
}

.post-filter .dropdown-filter-container .dropdown-filter-item {
	width: 100%;
}

@media (min-width: 767px) {
	.post-filter .dropdown-filter-container .dropdown-filter-item .dropdown-filter-label {
		display: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-label-wrap {
		display: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown {
		display: block;
		padding: 0;
		border: none;
		position: unset;
		background: transparent;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 16px;
		cursor: default;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50px;
		gap: 4px;
		line-height: 1;
		transition-duration: 0.3s;
		cursor: pointer;
		width: fit-content;
		box-sizing: border-box;
		position: relative;
		font-family: "Poppins", sans-serif;
		text-transform: capitalize;
		color: #D3211B;
		border: 2px solid transparent;
		padding: 16px 20px;
		font-size: 1rem;
		font-weight: 600;
		min-height: 48px;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option svg path {
		fill: currentColor;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:not(.btn-icon-left):before {
		content: '';
		position: absolute;
		inset: 0;
		border-radius: 50px;
		padding: 1px;
		background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
		mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
		mask-composite: exclude;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:not(.btn-icon-left):after {
		background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.btn-icon-left:after {
		content: '';
		position: absolute;
		inset: 0;
		border-radius: 50px;
		padding: 1px;
		background: linear-gradient(149deg, #D3211B -4.26%, rgba(70, 70, 70, 0.7) 48.19%, #D3211B 104.85%);
		mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
		mask-composite: exclude;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.btn-icon-left:before {
		background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:hover {
		box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:hover:not(.btn-icon-left):after {
		background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:hover.btn-icon-left:before {
		background-image: url(/wp-content/themes/fai/images/icons/right-arrow-red.svg);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:focus {
		border: 2px solid #D3211B;
		background: #D3211B;
		color: #FFFFFF;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:focus:not(.btn-icon-left):before {
		display: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:focus:not(.btn-icon-left):after {
		background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:focus.btn-icon-left:after {
		display: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:focus.btn-icon-left:before {
		background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:disabled {
		background: #D3211B;
		color: rgba(255, 255, 255, 0.75);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:disabled:not(.btn-icon-left):before {
		display: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:disabled:not(.btn-icon-left):after {
		background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:disabled.btn-icon-left:after {
		display: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:disabled.btn-icon-left:before {
		background-image: url(/wp-content/themes/fai/images/icons/right-arrow-white.svg);
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:after, .post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:before {
		width: 16px;
		height: 16px;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.disabled {
		cursor: default;
		pointer-events: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option:before {
		width: 100%;
		height: 100%;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.selected {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50px;
		gap: 4px;
		line-height: 1;
		transition-duration: 0.3s;
		cursor: pointer;
		width: fit-content;
		box-sizing: border-box;
		position: relative;
		font-family: "Poppins", sans-serif;
		text-transform: capitalize;
		color: #FFFFFF;
		background-color: #D3211B;
		padding: 16px 20px;
		font-size: 1rem;
		font-weight: 600;
		min-height: 48px;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.selected svg path {
		fill: currentColor;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.selected:hover, .post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.selected:focus {
		background: #D3211B;
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
		color: #FFFFFF;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.selected:after, .post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.selected:before {
		width: 16px;
		height: 16px;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.selected:before {
		display: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option.selected.disabled {
		cursor: default;
		pointer-events: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options:not(:has(.selected)) .fs-option[data-value=''] {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50px;
		gap: 4px;
		line-height: 1;
		transition-duration: 0.3s;
		cursor: pointer;
		width: fit-content;
		box-sizing: border-box;
		position: relative;
		font-family: "Poppins", sans-serif;
		text-transform: capitalize;
		color: #FFFFFF;
		background-color: #D3211B;
		padding: 16px 20px;
		font-size: 1rem;
		font-weight: 600;
		min-height: 48px;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options:not(:has(.selected)) .fs-option[data-value=''] svg path {
		fill: currentColor;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options:not(:has(.selected)) .fs-option[data-value='']:hover, .post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options:not(:has(.selected)) .fs-option[data-value='']:focus {
		background: #D3211B;
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
		color: #FFFFFF;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options:not(:has(.selected)) .fs-option[data-value='']:after, .post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options:not(:has(.selected)) .fs-option[data-value='']:before {
		width: 16px;
		height: 16px;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options:not(:has(.selected)) .fs-option[data-value='']:before {
		display: none;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-checkbox {
		opacity: 0;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .fs-dropdown .fs-options .fs-option-label {
		line-height: 1;
		font-weight: 600;
		text-transform: capitalize;
	}
	.post-filter .dropdown-filter-container .dropdown-filter-item .facetwp-facet-year_download .fs-option[data-value=''], .post-filter .dropdown-filter-container .dropdown-filter-item .facetwp-facet-month_download .fs-option[data-value=''] {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.post-filter .dropdown-filter-container .dropdown-filter-item {
		width: 100%;
		max-width: unset;
	}
}

.post-filter .post-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.post-filter .post-items:has(.video-item) {
	row-gap: 40px;
}

@media (max-width: 767px) {
	.post-filter .post-items:has(.video-item) {
		row-gap: 28px;
	}
}

.post-filter .post-items .post-item {
	aspect-ratio: 350 / 460;
	height: auto;
}

.post-filter .post-items .post-item .post-image {
	height: 100%;
}

@media (max-width: 1024px) {
	.post-filter .post-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.post-filter .post-items {
		grid-template-columns: repeat(1, 100%);
	}
}

.post-filter .result {
	margin: 36px 0 0;
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4px;
	font-size: 14px;
}

.post-filter .result.hidden {
	display: none;
}

.post-filter .result > span > span {
	display: none;
}

.post-filter .result:has(strong) > span {
	display: inline;
}

.post-filter .result:has(strong) > span > span {
	display: inline;
}

.post-filter .result .facetwp-facet {
	margin: 0;
}

@media (max-width: 767px) {
	.post-filter .result {
		margin: 0;
		justify-content: center;
	}
	.post-filter .result .facetwp-facet {
		margin: 0;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
.content-single-post {
	max-width: 768px;
}

.content-single-post .box_top .post_date + * {
	margin-top: 0 !important;
}

.content-single-post .box_top .wp-block-heading {
	margin: 24px 0;
}

.content-single-post .box_top p {
	margin-bottom: 16px;
}

.content-single-post .box_top strong {
	font-weight: 600;
}

.content-single-post .box_top figure {
	margin: 50px 0;
}

.content-single-post .box_top figure img {
	border-radius: 20px;
}

.content-single-post .box_top figure figcaption {
	margin: 16px 0 0;
	border-left: 2px solid #E4032C;
	padding-left: 10px;
}

.content-single-post .box_top blockquote {
	border-left: 2px solid #E4032C;
	margin: 36px 0;
	padding: 0 20px;
	font-size: 1.125rem;
}

.content-single-post .box_top blockquote * {
	font-size: inherit;
}

.content-single-post .box_top > *:last-child {
	margin-bottom: 0;
}

.content-single-post .box_bottom {
	margin-top: 64px;
}

.content-single-post .box_bottom:not(:has(*)) {
	display: none;
}

.content-single-post .box_bottom .share-content {
	text-align: center;
}

.content-single-post .box_bottom .share-content .share-title {
	display: block;
}

.content-single-post .box_bottom .share-content .list_share {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: center;
	row-gap: 8px;
}

.content-single-post .box_bottom .share-content .list_share .icon {
	display: flex;
	cursor: pointer;
}

.content-single-post .box_bottom .list_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 48px;
}

.content-single-post .box_bottom .list_tags .tag-link {
	padding: 4px 12px;
	font-size: 14px;
	min-height: 30px;
}

@media (max-width: 767px) {
	[data-class="single-post-custom"] .two-columns-cta-callout.custom .content .content_left .desc {
		display: none;
	}
}

@media (max-width: 767px) {
	[data-class="single-post-custom"] .two-columns-cta-callout.custom .content .content_right {
		display: none;
	}
}

[data-class="single-post-custom"] .three-columns-cards-posts.custom .related_all {
	display: none;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	[data-class="single-post-custom"] .three-columns-cards-posts.custom .related_all {
		display: flex;
	}
}

.section_search_block {
	position: relative;
}

.section_search_block .search-box-content {
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	.section_search_block .search-box-content {
		padding-bottom: 50px;
	}
}

.section_search_block .search-box-content .search-form {
	width: 100%;
	position: relative;
	z-index: 2;
}

.section_search_block .search-box-content .search-form input[type="search"] {
	width: 100%;
	border-radius: 50px;
	background: transparent;
	color: #0A0A0A;
	border: 1px solid #D3211B;
	padding: 12px 52px 12px 20px;
	outline: none;
}

.section_search_block .search-box-content .search-form input[type="search"]::placeholder {
	color: #0A0A0A;
	opacity: 0.6;
}

.section_search_block .search-box-content .search-form input[type="search"]::-webkit-input-placeholder {
	color: #0A0A0A;
	opacity: 0.6;
}

.section_search_block .search-box-content .search-form input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 1.6em;
	width: 1.6em;
	border-radius: 50%;
	background: url(/wp-content/themes/fai/images/icons/x.svg);
	background-size: contain;
	cursor: pointer;
	opacity: 0.5;
}

.section_search_block .search-box-content .search-form input[type="search"]:focus::-webkit-search-cancel-button {
	opacity: 1;
}

.section_search_block .search-box-content .search-form input[type="submit"] {
	position: absolute;
	top: 12px;
	right: 20px;
	background-image: url(/wp-content/themes/fai/images/icons/search-brown.svg);
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 24px;
	font-size: 0;
	border: none;
	background-color: transparent;
}

.section_search_block .product-filter-item {
	display: none;
}

.section_search_block .product-filter-item.active {
	display: flex;
}

.section_search_block .search-content {
	width: 100%;
	margin: 20px auto 0;
	border-radius: 20px;
	background: #EEEEEE;
	padding: 40px;
}

@media (max-width: 767px) {
	.section_search_block .search-content {
		margin-top: 0;
	}
}

.section_search_block .search-content .not-found {
	margin-bottom: 40px;
	text-align: center;
}

.section_search_block .search-content .search-item {
	padding: 0 0 28px;
	margin-bottom: 32px;
	border-bottom: 1px solid #D3211B;
	border-radius: 0;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.section_search_block .search-content .search-item:last-child {
	margin-bottom: 0;
}

.section_search_block .search-content .search-item .entry-title {
	display: block;
	margin-bottom: 20px;
}

.section_search_block .search-content .search-item .entry-title a {
	text-decoration: underline;
	font-weight: 600;
}

.section_search_block .search-content .search-item .entry-title a:hover {
	text-decoration: none;
}

.section_search_block .search-content .search-item .entry-summary {
	margin-bottom: 0;
}

.section_search_block .search-content .search-item .entry-summary *:not(.text-red) {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.section_search_block .search-content .search-item .cate {
	display: inline-block;
	padding: 8px 16px;
	text-transform: capitalize;
	gap: 4px;
	border-radius: 20px;
	background: #0A0A0A;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	margin-top: 28px;
}

.section_search_block .search-content .search-item .cate:hover {
	background: #D3211B;
}

.section_search_block .search-content .search-item .entry-meta .post-categories {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.section_search_block .search-content .search-item .entry-meta .post-categories li a {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 16px;
	background: #D3211B;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

@media (max-width: 767px) {
	.section_search_block .search-content .search-item {
		gap: 12px;
	}
	.section_search_block .search-content .search-item .entry-title {
		margin: 0;
	}
	.section_search_block .search-content .search-item .entry-summary {
		display: none;
	}
}

.section_search_block .heading-search {
	text-align: center;
}

.section_search_block .section-block-content {
	padding-bottom: 50px;
}

.section_search_block .facetwp-bottom .result_count {
	padding-top: 50px;
}

.section_search_block .facetwp-bottom .facetwp-facet-load_more .facetwp-load-more {
	min-width: fit-content;
}

.facetwp-type-radio {
	display: flex;
}

.facetwp-type-radio .facetwp-radio {
	flex-grow: 1;
	border: 1px solid #282828;
	background: #FFFFFF;
	padding: 28px;
	margin: 0 0 0 -1px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.facetwp-type-radio .facetwp-radio:nth-child(2) {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.facetwp-type-radio .facetwp-radio:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.facetwp-type-radio .facetwp-radio.checked {
	background: #D3211B;
	color: #FFFFFF;
}

.facetwp-type-radio .facetwp-radio[data-value=''] {
	display: none;
}

@media (max-width: 767px) {
	.search-results .banner-inner .content {
		padding-bottom: 100px;
	}
}

.content-archive .section-block.dropdown-filter:not(:last-child) {
	padding-bottom: 0 !important;
}

@media (max-width: 767px) {
	.content-archive .section-block.dropdown-filter .content_item_post .content .post-excerpt {
		display: none;
	}
}

.post-items {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 12px;
}

@media (max-width: 767px) {
	.post-items {
		gap: 28px 12px;
	}
}

.post-items .post_item {
	width: calc((100% - 24px) / 3);
}

@media (max-width: 1024px) {
	.post-items .post_item {
		width: calc((100% - 12px) / 2);
	}
}

@media (max-width: 767px) {
	.post-items .post_item {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.post-items .post_item .desc {
		display: none;
	}
}

.product-items {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
}

.product-items .product-item {
	position: relative;
	border-radius: 20px;
	padding: 28px;
}

.product-items .product-item:before {
	content: "";
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	height: 100%;
}

.product-items .product-item .content_product {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 2;
}

.product-items .product-item .heading {
	display: block;
}

.product-items .product-item .content-text {
	flex-grow: 1;
}

.product-items .product-item .application .text-small {
	text-transform: uppercase;
	color: #D3211B;
}

.product-items .product-item .application .list_data span {
	padding-right: 4px;
}

.product-items.swiper {
	display: block;
}

.product-items.swiper * {
	box-sizing: border-box;
}

.product-items.swiper .swiper-pagination {
	margin-top: 28px;
}

.product-overview .content {
	max-width: 804px;
}

.product-overview + .product-tabs {
	padding-top: 0;
}

.product-overview + .product-tabs:before {
	height: 44px;
}

@media (max-width: 767px) {
	.product-overview .content {
		max-width: 100%;
	}
	.product-overview + .product-tabs:before {
		height: 36px;
	}
}

/*--------------------------------------------------------------
# sitemap
--------------------------------------------------------------*/
.chemaqua-sitemap .sitemap-item {
	padding: 16px;
	border: 2px solid #D3211B;
	border-radius: 10px;
	margin-bottom: 40px;
}

.chemaqua-sitemap .sitemap-item:last-child {
	margin-bottom: 0;
}

.chemaqua-sitemap .sitemap-item h2 {
	margin-bottom: 16px;
}

.chemaqua-sitemap .sitemap-item .sitemap-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px 16px;
}

@media (min-width: 1024px) {
	.chemaqua-sitemap .sitemap-item .sitemap-links {
		grid-template-columns: repeat(3, 1fr);
	}
}

.chemaqua-sitemap .sitemap-item .sitemap-links li {
	font-size: 14px;
	line-height: 1.5;
}

.chemaqua-sitemap .sitemap-item .sitemap-links li > a:hover {
	text-decoration: underline;
	margin-left: 8px;
	color: blue;
}

.chemaqua-sitemap .sitemap-item .sitemap-links li.page_item_has_children ul {
	margin-top: 12px;
}

.chemaqua-sitemap .sitemap-item.page-sitemap .sitemap-links {
	list-style: none;
}

@media (min-width: 1024px) {
	.chemaqua-sitemap .sitemap-item.page-sitemap .sitemap-links {
		grid-template-columns: 1fr;
	}
}

.chemaqua-sitemap .sitemap-item.page-sitemap .sitemap-links > li > a {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

.chemaqua-sitemap .sitemap-item.page-sitemap .sitemap-links > li.page_item_has_children > ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px 16px;
}

@media (min-width: 1024px) {
	.chemaqua-sitemap .sitemap-item.page-sitemap .sitemap-links > li.page_item_has_children > ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

.chemaqua-sitemap .sitemap-item.page-sitemap .sitemap-links > li.page_item_has_children > ul li.page_item_has_children > a {
	color: blue;
}

.chemaqua-sitemap .sitemap-item.tag-sitemap > div {
	margin-bottom: 24px;
}

.chemaqua-sitemap .sitemap-item.tag-sitemap > div > a {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

.chemaqua-sitemap .sitemap-item.tag-sitemap > div:last-child {
	margin-bottom: 0;
}

.chemaqua-sitemap .sitemap-item.tag-sitemap > div > a:hover {
	text-decoration: underline;
	margin-left: 8px;
	color: blue;
}

/*--------------------------------------------------------------
# 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: #0A0A0A;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #080808;
	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;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

/*# sourceMappingURL=style.css.map */