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

Hangar V 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=Montserrat: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: 80vh;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #344054;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.font-heading {
	font-family: "Montserrat", 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: "Montserrat", sans-serif;
	color: #656565;
}

h1,
.heading-1 {
	font-size: 60px;
	line-height: 1.2;
	text-decoration: auto;
	font-weight: 600;
	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: 42px;
	}
}

h2,
.heading-2 {
	font-size: 48px;
	line-height: 1.2;
	text-decoration: auto;
	font-weight: 600;
	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: 600;
	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: 28px;
	}
}

h4,
.heading-4 {
	font-size: 32px;
	line-height: 1.3;
	text-decoration: auto;
	font-weight: 600;
	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: 24px;
	line-height: 1.4;
	text-decoration: auto;
	font-weight: 600;
	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: 20px;
	line-height: 1.4;
	text-decoration: auto;
	font-weight: 600;
	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: 20px;
	}
}

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

.text-large-bold {
	font-size: 1.25rem;
	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: 1.25rem;
	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: 1.25rem;
	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: 1.25rem;
	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: 1.125rem;
	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: 1.125rem;
	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: 1.125rem;
	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: 1.125rem;
	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: 1.125rem;
	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: 1.125rem;
	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;
}

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: #255AC3;
	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 #255AC3;
	cursor: help;
}

mark,
ins {
	background: #344054;
	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: #344054;
	position: relative;
}

body.has-popup {
	overflow: hidden;
}

.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 {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.section-block.hide_color_bar:after {
	display: none;
}

.section-block.no-footer-bar:after {
	content: none;
}

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

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

.section-block.py-none:not(.hide_color_bar) {
	padding-bottom: 8px !important;
}

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

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

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

.section-block.p-none:not(.hide_color_bar) {
	padding-bottom: 8px !important;
}

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

.section-block.pb-none:not(.hide_color_bar) {
	padding-bottom: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rank-math-breadcrumb {
	transform: translateY(-50px);
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 1328px;
	margin-left: auto;
	margin-right: auto;
}

.rank-math-breadcrumb > p {
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.rank-math-breadcrumb > p {
		justify-content: flex-start;
	}
}

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

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

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

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

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

@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;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
}

.btn-icon-left > span {
	z-index: 2;
}

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

.btn-icon-right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
}

.btn-icon-right > span {
	z-index: 2;
}

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

.btn-primary-blue {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #FFFFFF;
	background: #255AC3;
	border: 1px solid #255AC3;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}

.btn-primary-blue > span {
	z-index: 2;
}

.btn-primary-blue svg path {
	fill: currentColor;
}

.btn-primary-blue:before {
	content: "";
	position: absolute;
	background: #FFFFFF;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn-primary-blue:hover, .btn-primary-blue:focus {
	color: #FFFFFF;
}

.btn-primary-blue:hover:before, .btn-primary-blue:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.btn-primary-blue:hover span, .btn-primary-blue:focus span {
	position: relative;
	z-index: 2;
	color: #344054;
}

.btn-primary-blue:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary-blue-i-right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #FFFFFF;
	background: #255AC3;
	border: 1px solid #255AC3;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}

.btn-primary-blue-i-right > span {
	z-index: 2;
}

.btn-primary-blue-i-right svg path {
	fill: currentColor;
}

.btn-primary-blue-i-right:before {
	content: "";
	position: absolute;
	background: #FFFFFF;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn-primary-blue-i-right:hover, .btn-primary-blue-i-right:focus {
	color: #FFFFFF;
}

.btn-primary-blue-i-right:hover:before, .btn-primary-blue-i-right:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.btn-primary-blue-i-right:hover span, .btn-primary-blue-i-right:focus span {
	position: relative;
	z-index: 2;
	color: #344054;
}

.btn-primary-blue-i-right:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary-blue-i-right:after {
	content: '';
	background-image: url(/wp-content/themes/hangar-v/images/icons/arrow-white.svg);
	background-position: center;
	background-size: cover;
	width: 21px;
	height: 21px;
}

.btn-primary-blue-i-right:hover:after, .btn-primary-blue-i-right:focus:after {
	background-image: url(/wp-content/themes/hangar-v/images/icons/arrow-black.svg);
	position: relative;
	z-index: 2;
}

.btn-primary-white-i-right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #344054;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}

.btn-primary-white-i-right > span {
	z-index: 2;
}

.btn-primary-white-i-right svg path {
	fill: currentColor;
}

.btn-primary-white-i-right:before {
	content: "";
	position: absolute;
	background: #255AC3;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn-primary-white-i-right:hover, .btn-primary-white-i-right:focus {
	color: #FFFFFF;
}

.btn-primary-white-i-right:hover:before, .btn-primary-white-i-right:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.btn-primary-white-i-right:hover span, .btn-primary-white-i-right:focus span {
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}

.btn-primary-white-i-right:after {
	content: '';
	background-image: url(/wp-content/themes/hangar-v/images/icons/arrow-black.svg);
	background-position: center;
	background-size: cover;
	width: 21px;
	height: 21px;
}

.btn-primary-white-i-right:hover:after, .btn-primary-white-i-right:focus:after {
	background-image: url(/wp-content/themes/hangar-v/images/icons/arrow-white.svg);
	position: relative;
	z-index: 2;
}

.btn-primary-blue-i-left {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #FFFFFF;
	background: #255AC3;
	border: 1px solid #255AC3;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}

.btn-primary-blue-i-left > span {
	z-index: 2;
}

.btn-primary-blue-i-left svg path {
	fill: currentColor;
}

.btn-primary-blue-i-left:before {
	content: "";
	position: absolute;
	background: #FFFFFF;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn-primary-blue-i-left:hover, .btn-primary-blue-i-left:focus {
	color: #FFFFFF;
}

.btn-primary-blue-i-left:hover:before, .btn-primary-blue-i-left:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.btn-primary-blue-i-left:hover span, .btn-primary-blue-i-left:focus span {
	position: relative;
	z-index: 2;
	color: #344054;
}

.btn-primary-blue-i-left:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary-blue-i-left:after {
	content: '';
	background-image: url(/wp-content/themes/hangar-v/images/icons/arrow-white.svg);
	background-position: center;
	background-size: cover;
	width: 21px;
	height: 21px;
	order: -1;
	transform: rotate(180deg);
}

.btn-primary-white-i-left {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #344054;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}

.btn-primary-white-i-left > span {
	z-index: 2;
}

.btn-primary-white-i-left svg path {
	fill: currentColor;
}

.btn-primary-white-i-left:before {
	content: "";
	position: absolute;
	background: #255AC3;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn-primary-white-i-left:hover, .btn-primary-white-i-left:focus {
	color: #FFFFFF;
}

.btn-primary-white-i-left:hover:before, .btn-primary-white-i-left:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.btn-primary-white-i-left:hover span, .btn-primary-white-i-left:focus span {
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}

.btn-primary-white-i-left:after {
	content: '';
	background-image: url(/wp-content/themes/hangar-v/images/icons/arrow-black.svg);
	background-position: center;
	background-size: cover;
	width: 21px;
	height: 21px;
	order: -1;
	transform: rotate(180deg);
}

.btn-primary-blue-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #FFFFFF;
	background: #255AC3;
	border: 1px solid #255AC3;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
}

.btn-primary-blue-hover > span {
	z-index: 2;
}

.btn-primary-blue-hover svg path {
	fill: currentColor;
}

.btn-primary-blue-hover:before {
	content: "";
	position: absolute;
	background: #FFFFFF;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn-primary-blue-hover:hover, .btn-primary-blue-hover:focus {
	color: #FFFFFF;
}

.btn-primary-blue-hover:hover:before, .btn-primary-blue-hover:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.btn-primary-blue-hover:hover span, .btn-primary-blue-hover:focus span {
	position: relative;
	z-index: 2;
	color: #344054;
}

.btn-primary-blue-hover:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary-blue-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #FFFFFF;
	background: #255AC3;
	border: 1px solid #255AC3;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
	background: #344054;
}

.btn-primary-blue-focus > span {
	z-index: 2;
}

.btn-primary-blue-focus svg path {
	fill: currentColor;
}

.btn-primary-blue-focus:before {
	content: "";
	position: absolute;
	background: #FFFFFF;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn-primary-blue-focus:hover, .btn-primary-blue-focus:focus {
	color: #FFFFFF;
}

.btn-primary-blue-focus:hover:before, .btn-primary-blue-focus:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.btn-primary-blue-focus:hover span, .btn-primary-blue-focus:focus span {
	position: relative;
	z-index: 2;
	color: #344054;
}

.btn-primary-blue-focus:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary-blue-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #FFFFFF;
	background: #255AC3;
	border: 1px solid #255AC3;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}

.btn-primary-blue-pressed > span {
	z-index: 2;
}

.btn-primary-blue-pressed svg path {
	fill: currentColor;
}

.btn-primary-blue-pressed:before {
	content: "";
	position: absolute;
	background: #FFFFFF;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn-primary-blue-pressed:hover, .btn-primary-blue-pressed:focus {
	color: #FFFFFF;
}

.btn-primary-blue-pressed:hover:before, .btn-primary-blue-pressed:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.btn-primary-blue-pressed:hover span, .btn-primary-blue-pressed:focus span {
	position: relative;
	z-index: 2;
	color: #344054;
}

.btn-primary-blue-pressed:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary-blue-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #FFFFFF;
	background: #255AC3;
	border: 1px solid #255AC3;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.65);
}

.btn-primary-blue-disabled > span {
	z-index: 2;
}

.btn-primary-blue-disabled svg path {
	fill: currentColor;
}

.btn-primary-blue-disabled:before {
	content: "";
	position: absolute;
	background: #FFFFFF;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.btn-primary-blue-disabled:hover, .btn-primary-blue-disabled:focus {
	color: #FFFFFF;
}

.btn-primary-blue-disabled:hover:before, .btn-primary-blue-disabled:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.btn-primary-blue-disabled:hover span, .btn-primary-blue-disabled:focus span {
	position: relative;
	z-index: 2;
	color: #344054;
}

.btn-primary-blue-disabled:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary-blue-disabled:after, .btn-primary-blue-disabled:before {
	opacity: 0.65;
}

.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: 1.125rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
	color: #656565;
	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: #01836E;
}

.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: #344054;
}

.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 #656565;
	background: #FFFFFF;
	padding: 12px 20px;
	color: #344054;
	font-size: 1.125rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
	border-radius: 40px;
	height: 59px;
}

.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: #747474;
	font-size: 1.125rem;
	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: 120px;
	border-radius: 20px;
}

.nf-form-cont .nf-form-content select.ninja-forms-field:focus,
.nf-form-cont .nf-form-content textarea:focus {
	background: #FFFFFF;
	border: 1px solid #656565;
	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"] {
	width: 100%;
	border-radius: 100px;
	color: #FFFFFF;
	background: #344054;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	z-index: 2;
	cursor: pointer;
}

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

.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: #656565;
	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: #344054;
}

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

.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: #e80000;
}

.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: #656565;
	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 #344054;
	background: #FFFFFF;
	border-radius: 4px;
}

.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/hangar-v/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: #e80000;
}

.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: #344054;
}

.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: #656565;
}

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

.nf-form-cont .nf-form-content .list-radio-wrap label.nf-checked-label:after {
	background: #344054;
	border: 1px solid #344054;
}

.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/hangar-v/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/hangar-v/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/hangar-v/images/icons/arrow-down-dark.svg);
	width: 14px;
	height: 7px;
	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 #656565;
	border-radius: 40px;
	height: 59px;
	color: #344054;
	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 #01836E;
	background: #F1FFF7;
	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 [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"] {
	background: #FFFFFF;
	color: #656565;
}

.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/hangar-v/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: #344054;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# popup
--------------------------------------------------------------*/
.popup-custom {
	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-custom.show {
	display: flex;
}

.popup-custom .content {
	border-radius: 20px;
	padding: 60px;
	width: 892px;
	max-width: calc(100% - 40px);
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow-y: auto;
}

.popup-custom .content::-webkit-scrollbar {
	width: 0;
}

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

.popup-custom .content .heading, .popup-custom .content .desc {
	text-align: center;
}

.popup-custom .content .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap {
	justify-content: center;
}

.popup-custom .content .off-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0;
	display: block;
	width: 38px;
	height: 38px;
}

.popup-custom .content .off-popup:hover {
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.popup-custom .content .off-popup {
		top: 12px;
		right: 12px;
	}
}

.wpml_lang_custom {
	position: relative;
	margin-top: 22px;
}

.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: 14px;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
}

.wpml_lang_custom .language-button img {
	border-radius: 8px;
	width: 32px;
	height: 24px;
	object-fit: cover;
}

.wpml_lang_custom .language-button:after {
	content: '';
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M6.86198 0.528809L3.99998 3.39081L1.13798 0.528809L0.195312 1.47147L3.99998 5.27614L7.80465 1.47147L6.86198 0.528809Z" fill="white"/></svg>');
	width: 8px;
	height: 5px;
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	display: none;
	padding: 0;
	padding-top: 14px;
}

.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-radius: 20px;
	background: #FFFFFF;
	padding: 16px 20px;
	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: #656565;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.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: 24px;
	object-fit: cover;
	border-radius: 8px;
}

.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:after {
	content: '';
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" fill="%23542D6E"/><path d="M9.99902 13.587L7.70002 11.292L6.28802 12.708L10.001 16.413L16.707 9.70703L15.293 8.29303L9.99902 13.587Z" fill="%23542D6E"/></svg>');
	width: 24px;
	height: 24px;
}

.wpml_lang_custom.show .wpml-ls-statics-shortcode_actions {
	display: flex;
}

.wpml_lang_custom.show .language-button:after {
	transform: rotate(180deg);
}

@media (max-width: 1024px) {
	.wpml_lang_custom .wpml-ls-statics-shortcode_actions {
		right: 0;
		transform: translate(0, 100%);
		justify-content: end;
		width: calc(100vw - 40px);
		left: unset;
	}
	.wpml_lang_custom .wpml-ls-statics-shortcode_actions ul {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	width: 100%;
	top: 0;
	z-index: 999;
}

@media (min-width: 1024px) {
	.site-header.minimalist {
		margin-top: 34px;
	}
}

.site-header.has_banner {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

.site-header.fixed {
	position: sticky;
	width: 100%;
	left: 0;
	top: 0;
	animation-name: header_animate;
	animation-duration: 0.3s;
	animation-timing-function: linear;
}

.site-header.fixed .header-top {
	display: none;
}

.site-header .header-top {
	background: #344054;
	position: relative;
	z-index: 11;
}

.site-header .header-top > .container {
	padding-top: 8px;
	padding-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
}

.site-header .header-top .open-menu-mobile {
	display: none;
}

.site-header .search-popup {
	display: flex;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #344054;
	padding-top: 8px;
	padding-bottom: 8px;
	z-index: -1;
	transition: opacity, transform 300ms ease-in-out;
}

.site-header .search-popup .container {
	width: 100%;
	position: relative;
}

.site-header .search-popup .close-search {
	position: absolute;
	top: 5px;
	right: 20px;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
}

.site-header .search-popup .close-search > span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.site-header .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 .search-popup .searchwp-form {
	width: 100%;
	position: relative;
	z-index: 2;
}

.site-header .search-popup .searchwp-form input[type="search"] {
	width: 100%;
	border-radius: 18px;
	padding: 6px 30px 6px 52px;
	outline: none;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.site-header .search-popup .searchwp-form input[type="search"]::placeholder {
	color: #344054;
}

.site-header .search-popup .searchwp-form input[type="search"]:not(:placeholder-shown) {
	border-radius: 18px 18px 0 0;
	border: 1px solid #656565;
	border-bottom: none;
}

.site-header .search-popup .searchwp-form input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
}

.site-header .search-popup .searchwp-form input[type="submit"] {
	position: absolute;
	top: 6px;
	left: 20px;
	background-image: url(/wp-content/themes/hangar-v/images/icons/search.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	font-size: 0;
	border: none;
	background-color: transparent;
}

.site-header .search-popup.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	z-index: 12;
}

.site-header .header-navigation {
	transition: color .35s ease-out, background-color .35s ease-out, border-color .35s ease-out;
	position: relative;
	background-image: url("/wp-content/themes/hangar-v/images/header-bg@2x.png");
	background-size: contain;
	background-position: center;
	min-height: 170px;
	background-repeat: no-repeat;
}

.site-header .header-navigation > .container .menu_right {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: end;
	gap: 14px;
}

.site-header .header-navigation .open-menu-mobile, .site-header .header-navigation .search_nav {
	display: none;
}

.site-header .header-navigation .logo-container {
	min-height: 140px;
	display: flex;
	align-items: flex-end;
}

.site-header .header-navigation .logo-container .site_logo {
	display: block;
	margin: 0 auto;
}

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

@media (min-width: 1024px) {
	.site-header .main-navigation-mobile {
		display: none;
	}
}

@media (max-width: 1024px) {
	.site-header .main-navigation {
		height: 100%;
		transform: translateY(-100%);
		transition: transform 0.4s ease;
	}
	.site-header .main-navigation.show {
		transform: translateY(0);
		z-index: -1;
		padding-top: 160px;
		padding-bottom: 45px;
		text-align: center;
		justify-content: space-between;
	}
	.site-header .main-navigation.show .site_menu {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.site-header .main-navigation.show .site_menu .menu {
		flex-direction: column;
	}
	.site-header .main-navigation.show .site_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.site-header .main-navigation.show .site_menu ul li {
		margin: 0;
	}
	.site-header .main-navigation.show .site_menu .menu-item {
		margin-bottom: 24px;
	}
	.site-header .main-navigation.show .site_menu .menu-item a {
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 30px;
		color: #344054;
	}
	.site-header .main-navigation.show .store-info {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) {
	.site-header .main-navigation.show .store-info {
		order: 2;
		text-align: center;
	}
	.site-header .main-navigation.show .store-info .btn {
		margin: 0 auto;
		border-radius: 8px;
	}
}

@media (max-width: 1024px) {
	.site-header .main-navigation.show .store-info .store-address {
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
		max-width: 250px;
		margin: 0 auto;
	}
	.site-header .header-navigation {
		background-image: url("/wp-content/themes/hangar-v/images/header-bg-mobile.png");
		background-position: bottom center;
		background-size: 100% auto;
		min-height: 120px;
	}
	.site-header .header-navigation .logo-container {
		min-height: 110px;
	}
	.site-header .header-navigation .logo-container .site_logo svg {
		max-height: 68px;
	}
	.site-header .header-navigation .open-menu-mobile {
		display: block;
		border: none;
		background: transparent;
		position: absolute;
		bottom: 40px;
		left: 25px;
		padding: 0;
	}
	.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;
	}
	body.menu-open {
		overflow: hidden;
	}
	body.menu-open .site-header .header-navigation {
		background-image: url("/wp-content/themes/hangar-v/images/header-bg-menu-open.png");
		background-position: bottom center;
		background-size: 100% auto;
		min-height: 120px;
	}
	body.menu-open .site-header .header-navigation .logo-container .site_logo svg path {
		fill: #344054;
	}
}

@keyframes header_animate {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-image: url("/wp-content/themes/hangar-v/images/footer-bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 200px 0 160px;
}

.site-footer .main_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.site-footer .main_footer {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.site-footer .main_footer .site_logo {
		order: 1;
		margin-bottom: 60px;
	}
}

.site-footer .main_footer .store-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 767px) {
	.site-footer .main_footer .store-info {
		order: 2;
		text-align: center;
	}
	.site-footer .main_footer .store-info .btn {
		margin: 0 auto;
	}
}

.site-footer .main_footer .store-info .store-address {
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	max-width: 390px;
}

@media (max-width: 767px) {
	.site-footer .main_footer .store-info .store-address {
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding: 200px 0 60px;
	}
}

/*--------------------------------------------------------------
/* Navigation
--------------------------------------------------------------*/
.main-navigation {
	margin: -15px 0 0;
}

.main-navigation .site_menu {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.main-navigation .site_menu .menu-item a {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	color: #FFFFFF;
}

.main-navigation .store-info {
	display: none;
}

@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 > div > .title_sub_menu,
.main-navigation .site_menu .menu .link_sub_menu:hover > .title_sub_menu {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.main-navigation {
		flex-direction: column;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		background: #F4F4F4;
		padding: 28px 20px 0;
		height: calc(100% - 66px);
		overflow-y: auto;
		overflow-x: hidden;
		transform: translateY(100px);
	}
	.admin-bar .main-navigation {
		height: calc(100% - 46px);
		top: 46px !important;
	}
	.main-navigation.show {
		display: flex;
		transform: translateY(0);
	}
	.main-navigation .back_to_menu {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 20px;
	}
	.main-navigation .back_to_menu svg {
		width: 44px;
		height: 44px;
		display: block;
	}
	.main-navigation .back_to_menu span {
		color: #656565;
		font-size: 1rem;
		line-height: 1.5;
		text-decoration: underline;
		font-weight: 500;
		letter-spacing: 0;
	}
	.main-navigation .back_to_menu span * {
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}
	.main-navigation .back_to_menu span sup, .main-navigation .back_to_menu span sub {
		font-size: 60%;
	}
	.main-navigation .back_to_menu span > p:not(:last-child) {
		margin-bottom: 12px;
	}
	.main-navigation .back_to_menu span:hover {
		text-decoration: none;
	}
	.main-navigation .back_to_menu span a {
		text-decoration: underline;
		font-weight: 500;
	}
	.main-navigation .back_to_menu span a:hover {
		text-decoration: none;
	}
	.main-navigation .back_to_menu span a:hover * {
		text-decoration: 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.logged-in .site-header {
	margin-top: 46px;
}

@media (min-width: 1024px) {
	body.logged-in .site-header.minimalist {
		margin-top: 66px;
	}
}

@media (min-width: 783px) {
	body.logged-in .site-header {
		margin-top: 32px;
	}
}

body.logged-in .main-navigation-mobile .header_top .site_menu {
	height: calc(100% - 124px - 46px);
}

@media (min-width: 783px) {
	body.logged-in .main-navigation-mobile .header_top .site_menu {
		height: calc(100% - 124px - 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;
}

.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: 28px;
}

.scrollbar::-webkit-scrollbar {
	height: 8px;
	overflow: hidden;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: #EBECF3;
	border-radius: 20px;
}

.scrollbar::-webkit-scrollbar-track {
	background: rgba(0, 85, 140, 0.25);
	border-radius: 20px;
}

.section-block:not(.bg-white) .scrollbar::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.section-block:not(.bg-white) .scrollbar::-webkit-scrollbar-thumb {
	background: #EBECF3;
}

.section-block {
	position: relative;
}

.desc {
	color: #344054;
}

.desc *:not([class*="btn"]) {
	color: inherit;
}

.desc a:not([class*="btn"]) {
	color: #656565;
	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.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;
}

.text-dark {
	color: #344054;
}

.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-purple {
	color: #656565;
}

.bg-white {
	background: #FFFFFF;
}

.bg-grey {
	background: #E6E6E6;
}

.bg-bold-grey {
	background: #656565;
}

.bg-mid-grey {
	background: #747474;
}

.bg-primary {
	background-color: #344054;
}

.bg-blue {
	background-color: #255AC3;
}

.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 .item_accordion .content_accordion {
	overflow: hidden;
	max-height: 0;
	margin-top: 0;
}

.accordion_custom .item_accordion.show .content_accordion {
	max-height: calc(var(--data-height) + 100px);
}

.banner-homepage-hero {
	padding: 0;
	margin-top: -170px;
}

@media (max-width: 1024px) {
	.banner-homepage-hero {
		margin-top: -120px;
	}
}

.banner-homepage-hero .block-wrapper {
	position: relative;
}

.banner-homepage-hero .block-wrapper:after {
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 81.36%, rgba(0, 0, 0, 0.31) 86.21%, #000 106.48%), radial-gradient(87% 45.85% at 50% 84.26%, #000 0%, rgba(0, 0, 0, 0.7) 54.25%, rgba(0, 0, 0, 0.37) 74.09%, rgba(0, 0, 0, 0) 100%);
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.banner-homepage-hero .banner-image img {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.banner-homepage-hero .banner-image img {
		aspect-ratio: 390 / 777;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 767px) {
	.banner-homepage-hero .banner-image.show-video-on-mobile {
		display: none;
	}
}

.banner-homepage-hero video {
	display: none;
}

@media (max-width: 767px) {
	.banner-homepage-hero video {
		display: block;
	}
}

.banner-homepage-hero .banner-content {
	position: absolute;
	bottom: 15%;
	width: 100%;
	text-align: center;
	z-index: 2;
}

@media (max-width: 767px) {
	.banner-homepage-hero .banner-content {
		padding: 0 24px;
	}
}

@media (min-width: 1680px) {
	.banner-homepage-hero .banner-content {
		bottom: 25%;
	}
}

@media (max-width: 1024px) {
	.banner-homepage-hero .banner-content {
		bottom: 20px;
	}
}

.banner-homepage-hero .banner-content .banner-heading {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -0.96px;
	color: #EAEFFB;
	display: block;
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.banner-homepage-hero .banner-content .banner-heading {
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 38px;
	}
}

.banner-homepage-hero .banner-content .sub-heading {
	font-size: 48px;
	font-style: italic;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: -0.96px;
	color: #fff;
	display: block;
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.banner-homepage-hero .banner-content .sub-heading {
		font-size: 30px;
		font-style: italic;
		font-weight: 500;
		line-height: 38px;
	}
	.banner-homepage-hero .banner-content .sub-heading span {
		color: #9DB7EC;
	}
}

.banner-homepage-hero .banner-content .sub-heading span {
	color: #9DB7EC;
}

.banner-homepage-hero .banner-content .desc {
	color: #EAECF0;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	max-width: 50%;
	display: block;
	margin: 0 auto 30px;
}

@media (max-width: 767px) {
	.banner-homepage-hero .banner-content .desc {
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	.banner-homepage-hero .banner-content .desc {
		max-width: 70%;
		margin: 0 auto 15px;
	}
}

.banner-homepage-hero .banner-content .btn {
	margin: 0 auto;
}

.zoom-banner {
	position: relative;
}

@media (max-width: 767px) {
	.zoom-banner .container {
		padding: 0;
	}
}

.zoom-banner .banner-image {
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.zoom-banner .banner-image {
		height: 566px;
	}
}

.zoom-banner .banner-image .image-zoom {
	top: 0;
	left: 0;
	width: 100%;
}

.zoom-banner .banner-image img {
	width: 100%;
	display: block;
	border-radius: 24px;
}

@media (max-width: 767px) {
	.zoom-banner .banner-image img {
		border-radius: 0;
		max-width: 300%;
		width: 965px;
	}
}

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

.zoom-banner .banner-content .banner-heading {
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 90px;
	letter-spacing: -1.44px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 138px 39px rgba(0, 0, 0, 0), 0 88px 35px rgba(0, 0, 0, 0.04), 0 50px 30px rgba(0, 0, 0, 0.13), 0 22px 22px rgba(0, 0, 0, 0.22), 0 6px 12px rgba(0, 0, 0, 0.25);
	max-width: 500px;
}

@media (max-width: 767px) {
	.zoom-banner .banner-content .banner-heading {
		font-size: 57.924px;
		font-style: normal;
		font-weight: 700;
		line-height: 72.405px;
		letter-spacing: -1.158px;
	}
}

/* Block two columns
--------------------------------------------- */
.one-column-stacking-cards .box-top {
	text-align: center;
	margin-bottom: 100px;
}

@media (max-width: 1024px) {
	.one-column-stacking-cards .box-top {
		margin-bottom: 30px;
	}
}

.one-column-stacking-cards .box-top .heading {
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: -0.96px;
	margin-bottom: 12px;
	color: #344054;
}

@media (max-width: 1024px) {
	.one-column-stacking-cards .box-top .heading {
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 38px;
	}
}

.one-column-stacking-cards .box-top .sub-heading {
	font-size: 48px;
	font-style: italic;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0.96px;
	color: #1D4698;
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.one-column-stacking-cards .box-top .sub-heading {
		font-size: 30px;
		font-style: italic;
		font-weight: 500;
		line-height: 38px;
	}
}

.one-column-stacking-cards .box-top .desc {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	max-width: 62%;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.one-column-stacking-cards .box-top .desc {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		max-width: 100%;
	}
}

.one-column-stacking-cards .box-top .desc p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

@media (max-width: 360px) {
	.one-column-stacking-cards .box-top .desc p {
		font-size: 15px;
		line-height: 21px;
	}
}

.one-column-stacking-cards .list-cards {
	max-width: 1014px;
	margin: 0 auto;
}

.one-column-stacking-cards .stack-cards {
	list-style: none;
	padding: 0;
	margin: 0;
}

.one-column-stacking-cards .stack-cards__item {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 0;
	padding-bottom: 50%;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	border-radius: 24px;
}

@media (max-width: 767px) {
	.one-column-stacking-cards .stack-cards__item {
		padding-bottom: 0;
		height: auto;
	}
}

.one-column-stacking-cards .stack-cards__item .box-wrapper {
	padding: 16px 16px 16px 32px;
	border-radius: 24px;
	border: 1px solid #EAECF0;
	background: #F2F4F7;
	box-shadow: 0 -89px 25px 0 rgba(191, 191, 191, 0), 0 -57px 23px 0 rgba(191, 191, 191, 0.01), 0 -32px 19px 0 rgba(191, 191, 191, 0.05), 0 -14px 14px 0 rgba(191, 191, 191, 0.08), 0 -4px 8px 0 rgba(191, 191, 191, 0.1);
}

@media (max-width: 767px) {
	.one-column-stacking-cards .stack-cards__item .box-wrapper {
		padding: 16px 16px 24px 16px;
	}
}

.one-column-stacking-cards .stack-cards__item .grid-content {
	display: flex;
	align-items: center;
	gap: 60px;
	align-self: stretch;
}

@media (max-width: 767px) {
	.one-column-stacking-cards .stack-cards__item .grid-content {
		flex-direction: column;
		gap: 24px;
	}
}

.one-column-stacking-cards .stack-cards__item .grid-content .col-6 {
	width: 50%;
}

@media (max-width: 767px) {
	.one-column-stacking-cards .stack-cards__item .grid-content .col-6 {
		width: 100%;
	}
}

.one-column-stacking-cards .stack-cards__item .grid-content .col-6 .text-component h3 {
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	color: #344054;
	border-bottom: 1px solid #667085;
}

@media (max-width: 767px) {
	.one-column-stacking-cards .stack-cards__item .grid-content .col-6 .text-component h3 {
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 32px;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
}

.one-column-stacking-cards .stack-cards__item .grid-content .col-6 .text-component .box-content {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: #344054;
}

.one-column-stacking-cards .stack-cards__item .grid-content .col-6.box-image img {
	aspect-ratio: 491.00/431.58;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.one-column-stacking-cards .stack-cards__item .grid-content .col-6.box-image {
		order: -1;
	}
}

.one-column-text-image {
	background-image: url("/wp-content/themes/hangar-v/images/one-col-text-image-bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 255px 0;
}

@media (max-width: 767px) {
	.one-column-text-image {
		background: transparent;
		padding: 60px 0;
		display: flex;
		flex-direction: column;
	}
}

.one-column-text-image .box-image img {
	display: block;
	width: 100%;
}

.one-column-text-image .box-image.mobile_image {
	display: none;
}

@media (max-width: 767px) {
	.one-column-text-image .box-image {
		display: none;
	}
	.one-column-text-image .box-image.mobile_image {
		display: block;
		order: 2;
		margin-top: -50%;
		position: relative;
		z-index: 1;
	}
}

.one-column-text-image .container .box-content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	max-width: 490px;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	border-radius: 24px;
	background: #EAEFFB;
	box-shadow: 0 20px 20px -8px rgba(52, 64, 84, 0.12);
	box-sizing: border-box;
	margin-left: clamp(20px, calc((100vw - 1328px + 40px) / 2), calc((100vw - 1328px + 40px) / 2));
}

@media (max-width: 767px) {
	.one-column-text-image .container .box-content {
		position: relative;
		transform: none;
		margin: 0;
		z-index: 2;
	}
}

@media (max-width: 1024px) {
	.one-column-text-image .container .box-content {
		padding: 24px;
	}
}

.one-column-text-image .container .box-content .heading {
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.72px;
	color: #344054;
}

@media (max-width: 1024px) {
	.one-column-text-image .container .box-content .heading {
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 38px;
		text-align: center;
	}
}

.one-column-text-image .container .box-content .sub-heading {
	font-size: 36px;
	font-style: italic;
	font-weight: 500;
	line-height: 44px;
	/* 122.222% */
	letter-spacing: -0.72px;
	color: #1D4698;
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.one-column-text-image .container .box-content .sub-heading {
		font-size: 30px;
		font-style: italic;
		font-weight: 500;
		line-height: 38px;
		text-align: center;
	}
}

.one-column-text-image .container .box-content .desc {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.one-column-text-image .container .box-content .desc * {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

@media (max-width: 767px) {
	.one-column-text-image .container .box-content .desc {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		max-width: 100%;
	}
}

.one-column-text-image .container .box-content .address-text {
	display: flex;
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #667085;
	gap: 12px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

@media (max-width: 767px) {
	.one-column-text-image .container .box-content .address-text {
		margin-top: 24px;
		padding-top: 24px;
	}
}

.one-col-form {
	padding-bottom: 0;
	background: #EAEFFB;
}

.one-col-form .content_block .content_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.one-col-form .content_block .content_top {
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}
}

.one-col-form .content_block .content_top .heading {
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	/* 125% */
	letter-spacing: -0.96px;
	color: #344054;
}

@media (max-width: 1024px) {
	.one-col-form .content_block .content_top .heading {
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 38px;
	}
}

.one-col-form .content_block .content_top .desc {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: #344054;
	max-width: 450px;
}

@media (max-width: 1024px) {
	.one-col-form .content_block .content_top .desc {
		margin: 0 auto;
	}
}

.one-col-form .content_block .content_top .desc * {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: #344054;
}

.one-col-form .content_block .content_bottom {
	border-radius: 16px;
	background: #255AC3;
	padding: 68px 50px;
	position: relative;
	bottom: -103px;
	margin-top: -103px;
}

@media (max-width: 1024px) {
	.one-col-form .content_block .content_bottom {
		padding: 24px;
	}
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content [id*="nf-label"] {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: #FFFFFF;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-response-msg {
	color: #FFFFFF;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-after-field .nf-error-msg {
	display: none;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content {
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container {
		margin-bottom: 24px;
	}
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content nf-fields-wrap {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 40px;
	row-gap: 40px;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content nf-fields-wrap {
		display: block;
	}
}

@media (max-width: 1024px) {
	.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content nf-fields-wrap {
		column-gap: 24px;
		row-gap: 24px;
	}
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(3) {
	width: auto;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content nf-fields-wrap nf-field:last-child {
	width: auto;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]) {
	display: flex;
	padding: 14px 20px;
	align-items: center;
	height: 50px;
	background: transparent;
	border: 1px solid #FFFFFF !important;
	color: #FFFFFF;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"]):focus {
	outline: none;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]):not([type="radio"])::placeholder {
	color: #D0D5DD;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .ninja-forms-req-symbol {
	display: none;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element {
	width: 100%;
	border-radius: 100px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #344054;
	position: relative;
	padding: 13.5px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	z-index: 2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element {
		width: auto;
		margin: 0 auto;
	}
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element:before {
	content: "";
	position: absolute;
	background: #255AC3;
	top: 0;
	left: 0;
	display: block;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element:after {
	content: '';
	background-image: url(/wp-content/themes/hangar-v/images/icons/arrow-black.svg);
	background-position: center;
	background-size: cover;
	width: 21px;
	height: 21px;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element:hover, .one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element:focus {
	color: #FFFFFF;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element:hover:before, .one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element:focus:before {
	max-height: 100%;
	height: 100%;
	z-index: 1;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element:hover input[type="submit"], .one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element:focus input[type="submit"] {
	position: relative;
	z-index: 2;
	color: #FFFFFF;
	text-transform: capitalize;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element:hover:after {
	background-image: url(/wp-content/themes/hangar-v/images/icons/arrow-white.svg);
	position: relative;
	z-index: 2;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .nf-field-container.submit-container .field-wrap.submit-wrap .nf-field-element input[type="submit"] {
	padding: 0;
	height: auto;
	background: transparent;
	color: #344054;
	text-transform: capitalize;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .label-above .submit-wrap > .nf-field-label {
	display: block;
	min-height: 24px;
}

@media (max-width: 767px) {
	.one-col-form .content_block .content_bottom .nf-form-cont .nf-form-content .label-above .submit-wrap > .nf-field-label {
		display: none;
	}
}

.one-col-form .content_block .content_bottom .nf-error-msg, .one-col-form .content_block .content_bottom .ninja-forms-req-symbol {
	color: #FFFFFF;
}

.one-col-form .content_block .content_bottom .nf-error .ninja-forms-field {
	border-color: #FFFFFF !important;
}

.two-column-text-images {
	background-image: url("/wp-content/themes/hangar-v/images/2cols-text-img-bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 100px 0;
}

.two-column-text-images .grid-content {
	display: grid;
	grid-template-columns: 47% 47%;
	grid-template-areas: 'text image';
	justify-content: space-between;
	align-items: center;
	gap: 0;
	padding-right: clamp(20px, calc((100vw - 1328px + 40px) / 2), calc((100vw - 1328px + 40px) / 2));
}

.two-column-text-images .grid-content .content-left .banner-image img {
	border-radius: 0 24px 24px 0;
	display: block;
}

.two-column-text-images .grid-content .content-right .heading {
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	/* 125% */
	letter-spacing: -0.96px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.two-column-text-images .grid-content .content-right .heading {
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 38px;
	}
}

.two-column-text-images .grid-content .content-right .sub-heading {
	font-size: 48px;
	font-style: italic;
	font-weight: 400;
	line-height: 60px;
	/* 125% */
	letter-spacing: -0.96px;
	color: #fff;
	display: block;
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.two-column-text-images .grid-content .content-right .sub-heading {
		font-size: 30px;
		font-style: italic;
		font-weight: 500;
		line-height: 38px;
	}
}

.two-column-text-images .grid-content .content-right .desc {
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
}

@media (max-width: 767px) {
	.two-column-text-images {
		padding: 70px 20px 0;
	}
	.two-column-text-images .grid-content {
		display: flex;
		flex-direction: column;
		padding: 0;
	}
	.two-column-text-images .grid-content .content-left {
		order: 2;
	}
	.two-column-text-images .grid-content .content-left .banner-image img {
		border-radius: 24px 24px 0 0;
	}
	.two-column-text-images .grid-content .content-right {
		order: 1;
		text-align: center;
		margin-bottom: 35px;
	}
}

.two-col-slider-content {
	position: relative;
	background: #F2F4F7;
}

.two-col-slider-content .content_block {
	display: flex;
	justify-content: space-between;
}

.two-col-slider-content .content_block .content_left {
	width: 35%;
	padding-left: clamp(20px, calc((100vw - 1328px + 40px) / 2), calc((100vw - 1328px + 40px) / 2));
}

.two-col-slider-content .content_block .content_left .heading {
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	/* 125% */
	letter-spacing: -0.96px;
	color: #344054;
	display: block;
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .content_left .heading {
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 38px;
	}
}

.two-col-slider-content .content_block .content_left .sub-heading {
	font-size: 48px;
	font-style: italic;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0.96px;
	color: #1D4698;
	display: block;
	margin-bottom: 65px;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .content_left .sub-heading {
		font-size: 30px;
		font-style: italic;
		font-weight: 500;
		line-height: 38px;
		margin-bottom: 24px;
	}
}

.two-col-slider-content .content_block .content_left .desc {
	color: #344054;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.two-col-slider-content .content_block .content_right {
	width: 57.5%;
	position: relative;
}

.two-col-slider-content .content_block .content_right .swiper-wrapper .swiper-slide.swiper-slide-active .image-block {
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
}

.two-col-slider-content .content_block .content_right .swiper-wrapper .swiper-slide.swiper-slide-active .image-block img {
	display: block;
	border-radius: 24px;
	aspect-ratio: 556/601;
	width: 100%;
}

.two-col-slider-content .content_block .content_right .swiper-wrapper .swiper-slide.swiper-slide-active .detail_content {
	max-width: 100%;
}

.two-col-slider-content .content_block .content_right .swiper-wrapper .swiper-slide.swiper-slide-active .detail_content .content-title {
	position: absolute;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	color: #FFFFFF;
	bottom: 0;
	padding: 24px 40px;
	z-index: 2;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .content_right .swiper-wrapper .swiper-slide.swiper-slide-active .detail_content .content-title {
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 32px;
	}
}

.two-col-slider-content .content_block .content_right .swiper-slide .image-block {
	position: relative;
	box-sizing: border-box;
}

.two-col-slider-content .content_block .content_right .swiper-slide .image-block img {
	display: block;
	border-radius: 24px;
	aspect-ratio: 556/601;
}

.two-col-slider-content .content_block .content_right .swiper-slide .detail_content {
	position: relative;
	max-width: 380px;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .content_right .swiper-slide .detail_content {
		max-width: 100%;
	}
}

.two-col-slider-content .content_block .content_right .swiper-slide .detail_content:after {
	content: "";
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.37%, rgba(0, 0, 0, 0.51) 77.93%, #000 104.15%);
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.two-col-slider-content .content_block .content_right .swiper-slide .detail_content .content-title {
	position: absolute;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	color: #FFFFFF;
	bottom: 0;
	padding: 24px 40px;
	z-index: 2;
}

.two-col-slider-content .content_block .content_right .swiper-pagination .swiper-pagination-bullet {
	width: 49px;
	height: 4px;
	border-radius: 22px;
	opacity: 0.4;
	margin: 0 3px;
}

.two-col-slider-content .content_block .content_right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.two-col-slider-content .content_block .content_right .swiper-navigation .swiper-button-prev {
	right: 27%;
	top: auto;
	bottom: 18%;
	left: auto;
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	padding: 12px;
	border-radius: 50%;
}

.two-col-slider-content .content_block .content_right .swiper-navigation .swiper-button-prev:after {
	content: none;
}

.two-col-slider-content .content_block .content_right .swiper-navigation .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.two-col-slider-content .content_block .content_right .swiper-navigation .swiper-button-next {
	right: 20%;
	top: auto;
	bottom: 18%;
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	padding: 12px;
	border-radius: 50%;
}

.two-col-slider-content .content_block .content_right .swiper-navigation .swiper-button-next:after {
	content: none;
}

.two-col-slider-content .content_block .content_right .swiper-navigation .swiper-button-next.swiper-button-disabled {
	display: none;
}

.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination {
	position: static;
	text-align: left;
	margin-top: 32px;
	display: flex;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination {
		position: absolute;
		bottom: 0;
		display: inline-block;
		text-align: center;
	}
}

.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	height: auto;
	background: transparent;
	text-align: left;
	transition: width 300ms ease-in-out;
	width: 40px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	display: block;
	opacity: 0.4;
	background: #667085;
	height: 1px;
	width: 0;
	transition: all 300ms ease-in-out;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination .swiper-pagination-bullet {
		margin: 0 6px;
	}
}

.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination .swiper-pagination-bullet span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	aspect-ratio: 1/1;
	border: 1px solid transparent;
	border-radius: 50%;
	background: transparent;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	color: #344054;
}

.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
	font-stretch: normal;
	flex: 1;
	display: flex;
	align-items: center;
	width: 100%;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 40px;
		display: inline-block;
	}
}

.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
	background: #fff;
	border: 1px solid #255AC3;
}

.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: calc(100% - 40px);
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .two-col-slider-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
		content: none;
	}
}

.two-col-slider-content .content_block .custom-pagination.swiper-pagination {
	position: static;
	text-align: left;
	margin-top: 32px;
	display: flex;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .custom-pagination.swiper-pagination {
		position: absolute;
		bottom: 0;
		display: flex;
		text-align: center;
		justify-content: center;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button {
	opacity: 1;
	height: auto;
	background: transparent;
	text-align: left;
	transition: width 0.5s ease-in-out;
	width: 40px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	border: none;
	padding: 0;
}

.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button:after {
	content: "";
	display: block;
	opacity: 0.4;
	background: #667085;
	height: 1px;
	width: 0;
	transition: all 300ms ease-in-out;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button {
		margin: 0 6px;
	}
}

.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	aspect-ratio: 1/1;
	border: 1px solid transparent;
	border-radius: 50%;
	background: transparent;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	color: #344054;
}

.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button.custom-pagination-button-active {
	background: transparent;
	font-stretch: normal;
	flex: 1;
	display: flex;
	align-items: center;
	width: 100%;
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button.custom-pagination-button-active {
		width: 40px;
		display: inline-block;
	}
}

.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button.custom-pagination-button-active span {
	background: #fff;
	border: 1px solid #255AC3;
}

.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button.custom-pagination-button-active:after {
	width: calc(100% - 40px);
}

@media (max-width: 1024px) {
	.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button.custom-pagination-button-active:after {
		content: none;
	}
}

@media (max-width: 767px) {
	.two-col-slider-content {
		padding: 60px 24px;
	}
	.two-col-slider-content .content_block {
		display: block;
		position: relative;
		padding-bottom: 60px;
	}
	.two-col-slider-content .content_block .content_left {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 24px;
	}
	.two-col-slider-content .content_block .content_right {
		width: 100%;
		padding: 0;
	}
	.two-col-slider-content .content_block .content_right .swiper-wrapper .swiper-slide .image-block {
		max-width: 100%;
	}
	.two-col-slider-content .content_block .content_right .swiper-navigation {
		display: none;
	}
	.two-col-slider-content .content_block .content_right .swiper-pagination {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.two-col-slider-content {
		padding: 60px 24px;
	}
	.two-col-slider-content .content_block {
		display: block;
		position: relative;
		padding-bottom: 60px;
	}
	.two-col-slider-content .content_block .content_left {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 24px;
	}
	.two-col-slider-content .content_block .content_right {
		width: 100%;
		padding: 0;
	}
	.two-col-slider-content .content_block .content_right .swiper-wrapper .swiper-slide .image-block {
		max-width: 100%;
	}
	.two-col-slider-content .content_block .content_right .swiper-navigation {
		display: none;
	}
	.two-col-slider-content .content_block .content_right .swiper-pagination {
		display: block;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.two-col-slider-content {
		padding: 60px 24px;
	}
	.two-col-slider-content .content_block {
		display: block;
		position: relative;
		padding-bottom: 60px;
	}
	.two-col-slider-content .content_block .custom-pagination.swiper-pagination {
		position: absolute;
		bottom: 0;
		display: flex;
		text-align: center;
		justify-content: center;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button {
		margin: 0 6px;
	}
	.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button.custom-pagination-button-active {
		width: 40px;
		display: inline-block;
	}
	.two-col-slider-content .content_block .custom-pagination.swiper-pagination .custom-pagination-button.custom-pagination-button-active:after {
		content: none;
	}
	.two-col-slider-content .content_block .content_left {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 24px;
	}
	.two-col-slider-content .content_block .content_right {
		width: 100%;
	}
	.two-col-slider-content .content_block .content_right .swiper-wrapper .swiper-slide .image-block {
		max-width: 100%;
	}
	.two-col-slider-content .content_block .content_right .swiper-navigation {
		display: none;
	}
	.two-col-slider-content .content_block .content_right .swiper-pagination {
		position: absolute;
		bottom: 0;
		display: inline-block;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
.banner_single {
	padding-top: 20px;
	padding-bottom: 60px;
	position: relative;
}

.banner_single .content {
	position: relative;
	display: grid;
	grid-template-areas: 'all';
}

.banner_single .content .content_top {
	padding: 120px 40px;
	grid-area: all;
	text-align: center;
	border-radius: 20px;
	background: linear-gradient(0deg, rgba(33, 35, 48, 0.4) 0%, rgba(33, 35, 48, 0.4) 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner_single .content .content_top .cate_item a {
	padding: 8px 16px;
	border-radius: 16px;
	background: #E6E6E6;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #344054;
	margin-bottom: 16px;
	display: inline-flex;
}

.banner_single .content .content_top .title {
	margin-bottom: 48px;
	color: #FFFFFF;
}

.banner_single .content .content_top .box_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 28px;
}

.banner_single .content .content_top .box_content .data_post {
	width: fit-content;
	max-width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
}

.banner_single .content .content_top .box_content .data_post > div:first-child {
	font-weight: 600;
}

.banner_single .content .content_top .box_content .data_post .published + .updated {
	display: none;
}

.banner_single .content .content_bot {
	grid-area: all;
}

.banner_single .content .content_bot .img_post {
	height: 100%;
}

.banner_single .content .content_bot .img_post img {
	display: flex;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.banner_single .content .content_bot .img_post .caption {
	display: flex;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.banner_single {
		padding-bottom: 40px;
	}
}

.entry-content-single-post {
	background: #FFFFFF;
}

.content-single-post {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.content-single-post .box_bottom {
	width: 64px;
	order: 1;
	position: sticky;
	top: 100px;
}

.content-single-post .box_bottom .share-title {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
}

.content-single-post .box_bottom .share-content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	align-items: center;
	padding: 16px;
	border-radius: 20px;
	background: var(--Background-colour-tertiary, #E6E6E6);
}

.content-single-post .box_bottom .share-content .icon {
	display: flex;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.content-single-post .box_bottom .share-content .icon:hover {
	transform: scale(1.1);
}

.content-single-post .box_top {
	width: calc(100% - 124px);
	order: 2;
	font-size: 18px;
}

.content-single-post .box_top p {
	font-size: 18px;
}

.content-single-post .box_top img {
	border-radius: 20px;
	width: 100%;
}

.content-single-post .box_top .wp-block-heading {
	padding-top: 0;
	padding-bottom: 20px;
	color: #656565;
}

.content-single-post .box_top .wp-block-heading:first-child {
	padding-top: 0;
}

.content-single-post .box_top .wp-block-heading:not(:first-child) {
	margin-top: clamp(28px, 3vw, 40px);
}

.content-single-post .box_top p + p {
	margin-top: 16px;
}

.content-single-post .box_top .wp-block-list {
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 10px;
}

.content-single-post .box_top .wp-block-list li {
	margin-bottom: 10px;
}

.content-single-post .box_top .wp-block-list li:last-child {
	margin-bottom: 0;
}

.content-single-post .box_top .wp-block-image :where(figcaption) {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

.content-single-post .box_top .wp-block-columns {
	margin-bottom: 40px;
}

.content-single-post .box_top .wp-block-column figure {
	margin: 0;
}

.content-single-post .box_top figure:has(+ .wp-block-heading) {
	margin-bottom: 0;
}

.content-single-post .box_top p + figure, .content-single-post .box_top .wp-block-list + figure {
	margin-top: 40px;
	margin-bottom: 40px;
}

.content-single-post .box_top .info_post {
	border-radius: 20px;
	padding: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}

.content-single-post .box_top .info_post .item_data {
	display: flex;
	gap: 8px;
}

.content-single-post .box_top .info_post .item_data svg {
	width: 24px;
	min-width: 24px;
}

.content-single-post .box_top .info_post .item_data.oclock {
	text-transform: uppercase;
}

.content-single-post .box_top strong {
	font-weight: 600;
}

.content-single-post .box_top .wp-block-quote {
	margin: 28px 0;
	padding: 0 20px;
	font-weight: 600;
	border-left: 2px solid #656565;
}

.content-single-post .box_top .wp-block-quote > p {
	font-weight: 600;
}

.content-single-post .box_top > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

@media (max-width: 767px) {
	.content-single-post {
		flex-direction: column;
		gap: 28px;
	}
	.content-single-post .box_top {
		width: 100%;
	}
	.content-single-post .box_bottom {
		width: 100%;
		position: unset;
		order: 3;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.content-single-post .box_bottom .share-content {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}
}

body:has(.content-single-post) {
	background: #FFFFFF;
}

.section_search_block {
	position: relative;
}

.section_search_block .top-block .heading {
	margin-bottom: 28px;
}

.section_search_block .top-block .desc {
	max-width: 880px;
	margin: 0 auto 60px;
	text-align: center;
}

.section_search_block .search-box .search-box-content .search-form {
	max-width: 1104px;
}

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

@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: 28px 40px;
	margin-bottom: 20px;
	border: 1px solid #656565;
	border-radius: 20px;
	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: 12px;
}

.section_search_block .search-content .search-item .entry-title a {
	text-decoration: none;
	font-weight: 600;
}

.section_search_block .search-content .search-item .entry-title a:hover {
	text-decoration: underline;
}

.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 .post-type {
	display: inline-block;
	padding: 8px 16px;
	text-transform: capitalize;
	gap: 4px;
	border-radius: 16px;
	background: #344054;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.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: #344054;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

@media (max-width: 767px) {
	.section_search_block .search-content .search-item {
		gap: 12px;
		padding: 20px;
	}
	.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.product-filter .search-filter-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.section_search_block.product-filter .dropdown-filter-list {
		display: flex;
		position: relative;
	}
	.section_search_block.product-filter .dropdown-filter-list .search-filter-mobile {
		display: flex;
		gap: 8px;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-radius: 20px;
		border: 1px solid #344054;
		background: #FFFFFF;
		padding: 20px 40px;
		margin-bottom: 0;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		color: #656565;
		white-space: nowrap;
	}
	.section_search_block.product-filter .dropdown-filter-list .search-filter-mobile:hover {
		background: #344054;
		color: #FFFFFF;
	}
	.section_search_block.product-filter .dropdown-filter-list .search-filter-mobile:hover svg path {
		fill: #FFFFFF;
	}
	.section_search_block.product-filter .dropdown-filter-list .search-filter-mobile.active {
		background: #344054;
		color: #FFFFFF;
		border-radius: 20px 20px 0 0;
	}
	.section_search_block.product-filter .dropdown-filter-list .search-filter-mobile.active svg path {
		fill: #FFFFFF;
	}
	.section_search_block.product-filter .dropdown-filter-list .search-filter-mobile.active + .dropdown-filter-item {
		display: flex;
	}
	.section_search_block.product-filter .dropdown-filter-list > .dropdown-filter-item {
		display: none;
		margin: 0;
		position: absolute;
		top: 72px;
		box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
		z-index: 10;
		width: 100%;
		border-radius: 0 0 20px 20px;
	}
	.section_search_block.product-filter .dropdown-filter-list > .dropdown-filter-item .facetwp-type-radio {
		flex-direction: column;
		width: 100%;
	}
	.section_search_block.product-filter .dropdown-filter-list > .dropdown-filter-item .facetwp-type-radio .facetwp-radio {
		flex-basis: 100%;
		margin: -1px 0 0;
		padding: 20px;
	}
	.section_search_block.product-filter .dropdown-filter-list > .dropdown-filter-item .facetwp-type-radio .facetwp-radio:nth-child(2) {
		border-radius: 0;
	}
	.section_search_block.product-filter .dropdown-filter-list > .dropdown-filter-item .facetwp-type-radio .facetwp-radio:last-child {
		border-radius: 0 0 20px 20px;
	}
	.section_search_block.product-filter .facetwp-bottom .result_count {
		padding-top: 0;
	}
}

.facetwp-type-radio {
	display: flex;
}

.facetwp-type-radio .facetwp-radio {
	flex-grow: 1;
	border: 1px solid #344054;
	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: #344054;
	color: #FFFFFF;
}

.facetwp-type-radio .facetwp-radio[data-value=''] {
	display: none;
}

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

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

@-webkit-keyframes zoomInOut {
	0% {
		transform: scale(2, 2);
	}
	100% {
		transform: scale(1, 1);
	}
}

@keyframes zoomInOut {
	0% {
		transform: scale(2, 2);
	}
	100% {
		transform: scale(1, 1);
	}
}

.zoomInOut {
	-webkit-animation-name: zoomInOut;
	animation-name: zoomInOut;
}

@-webkit-keyframes bannerZoomOut {
	0% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0, 0);
	}
}

@keyframes bannerZoomOut {
	0% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0, 0);
	}
}

.bannerZoomOut {
	-webkit-animation-name: bannerZoomOut;
	animation-name: bannerZoomOut;
}

@-webkit-keyframes bannerZoomIn {
	0% {
		transform: rotate(12.309deg) scale(2.5) translateX(200px);
	}
	100% {
		transform: rotate(0) scale(1) translateX(0px);
	}
}

@keyframes bannerZoomIn {
	0% {
		transform: rotate(12.309deg) scale(2.5) translateX(200px);
	}
	100% {
		transform: rotate(0) scale(1) translateX(0px);
	}
}

.bannerZoomIn {
	-webkit-animation-name: bannerZoomIn;
	animation-name: bannerZoomIn;
}

/*# sourceMappingURL=style.css.map */