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

RBH Group 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: 50vh;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #656565;
	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: #542D6E;
}

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

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

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

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

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

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #01836E;
	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 #E6E6E6;
	cursor: help;
}

mark,
ins {
	background: #542D6E;
	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: #656565;
	position: relative;
	background: #E6E6E6 !important;
}

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:after {
	content: "";
	display: block;
	height: 8px;
	width: 100%;
	background: linear-gradient(90deg, #B3C335 0%, #01836E 50%, #542D6E 100%);
	position: absolute;
	bottom: 0;
}

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

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

.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;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-icon-download:after {
	content: '';
	background-image: url(/wp-content/themes/rbh-group/images/icons/i-download.svg);
	background-position: center;
	background-size: cover;
	width: 18px;
	height: 18px;
}

.btn-primary-light-large.btn-icon-download {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-light-large.btn-icon-download:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-primary-light-large.btn-icon-download > span {
	z-index: 2;
}

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

.btn-primary-light-large.btn-icon-download:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-large.btn-icon-download:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-large.btn-icon-download > span {
	background: #FFFFFF;
}

.btn-primary-light-large.btn-icon-download:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-large.btn-icon-download:hover, .btn-primary-light-large.btn-icon-download:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-large.btn-icon-download:disabled {
	color: rgba(84, 45, 110, 0.65);
}

.btn-primary-light-large.btn-icon-download:disabled:after, .btn-primary-light-large.btn-icon-download:disabled:before {
	opacity: 0.65;
}

.btn-primary-light-large.btn-icon-download:after {
	content: '';
	background-image: url(/wp-content/themes/rbh-group/images/icons/i-download.svg);
	background-position: center;
	background-size: cover;
	width: 18px;
	height: 18px;
}

.btn-primary-dark-large.btn-icon-download {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-dark-large.btn-icon-download:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-primary-dark-large.btn-icon-download > span {
	z-index: 2;
}

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

.btn-primary-dark-large.btn-icon-download:focus:before {
	background: #542D6E;
}

.btn-primary-dark-large.btn-icon-download:hover, .btn-primary-dark-large.btn-icon-download:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

.btn-primary-dark-large.btn-icon-download:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary-dark-large.btn-icon-download:disabled:after, .btn-primary-dark-large.btn-icon-download:disabled:before {
	opacity: 0.7;
}

.btn-primary-dark-large.btn-icon-download:after {
	content: '';
	background-image: url(/wp-content/themes/rbh-group/images/icons/i-download-light.svg);
	background-position: center;
	background-size: cover;
	width: 18px;
	height: 18px;
}

.btn-primary-dark-large {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

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

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

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

.btn-primary-dark-large:focus:before {
	background: #542D6E;
}

.btn-primary-dark-large:hover, .btn-primary-dark-large:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-large:disabled:after, .btn-primary-dark-large:disabled:before {
	opacity: 0.7;
}

.btn-primary-dark-large-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-dark-large-hover:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-dark-large-hover:focus:before {
	background: #542D6E;
}

.btn-primary-dark-large-hover:hover, .btn-primary-dark-large-hover:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-large-hover:disabled:after, .btn-primary-dark-large-hover:disabled:before {
	opacity: 0.7;
}

.btn-primary-dark-large-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	background: #542D6E;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-dark-large-focus:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-dark-large-focus:focus:before {
	background: #542D6E;
}

.btn-primary-dark-large-focus:hover, .btn-primary-dark-large-focus:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-large-focus:disabled:after, .btn-primary-dark-large-focus:disabled:before {
	opacity: 0.7;
}

.btn-primary-dark-large-focus:before {
	background: #542D6E;
}

.btn-primary-dark-large-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5) inset;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-dark-large-pressed:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-dark-large-pressed:focus:before {
	background: #542D6E;
}

.btn-primary-dark-large-pressed:hover, .btn-primary-dark-large-pressed:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-large-pressed:disabled:after, .btn-primary-dark-large-pressed:disabled:before {
	opacity: 0.7;
}

.btn-primary-dark-large-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	color: rgba(255, 255, 255, 0.65);
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-dark-large-disabled:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-dark-large-disabled:focus:before {
	background: #542D6E;
}

.btn-primary-dark-large-disabled:hover, .btn-primary-dark-large-disabled:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-large-disabled:disabled:after, .btn-primary-dark-large-disabled:disabled:before {
	opacity: 0.7;
}

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

.btn-primary-dark-small {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

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

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

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

.btn-primary-dark-small:focus:before {
	background: #542D6E;
}

.btn-primary-dark-small:hover, .btn-primary-dark-small:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-small:disabled:after, .btn-primary-dark-small:disabled:before {
	opacity: 0.7;
}

.btn-primary-dark-small-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

.btn-primary-dark-small-hover:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-dark-small-hover:focus:before {
	background: #542D6E;
}

.btn-primary-dark-small-hover:hover, .btn-primary-dark-small-hover:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-small-hover:disabled:after, .btn-primary-dark-small-hover:disabled:before {
	opacity: 0.7;
}

.btn-primary-dark-small-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	background: #542D6E;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

.btn-primary-dark-small-focus:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-dark-small-focus:focus:before {
	background: #542D6E;
}

.btn-primary-dark-small-focus:hover, .btn-primary-dark-small-focus:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-small-focus:disabled:after, .btn-primary-dark-small-focus:disabled:before {
	opacity: 0.7;
}

.btn-primary-dark-small-focus:before {
	background: #542D6E;
}

.btn-primary-dark-small-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5) inset;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

.btn-primary-dark-small-pressed:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-dark-small-pressed:focus:before {
	background: #542D6E;
}

.btn-primary-dark-small-pressed:hover, .btn-primary-dark-small-pressed:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-small-pressed:disabled:after, .btn-primary-dark-small-pressed:disabled:before {
	opacity: 0.7;
}

.btn-primary-dark-small-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	color: rgba(255, 255, 255, 0.65);
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

.btn-primary-dark-small-disabled:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-dark-small-disabled:focus:before {
	background: #542D6E;
}

.btn-primary-dark-small-disabled:hover, .btn-primary-dark-small-disabled:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

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

.btn-primary-dark-small-disabled:disabled:after, .btn-primary-dark-small-disabled:disabled:before {
	opacity: 0.7;
}

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

.btn-primary-light-large {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

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

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

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

.btn-primary-light-large:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-large:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-large > span {
	background: #FFFFFF;
}

.btn-primary-light-large:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-large:hover, .btn-primary-light-large:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-large:disabled {
	color: rgba(84, 45, 110, 0.65);
}

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

.btn-primary-light-large-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-light-large-hover:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-light-large-hover:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-large-hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-large-hover > span {
	background: #FFFFFF;
}

.btn-primary-light-large-hover:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-large-hover:hover, .btn-primary-light-large-hover:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-large-hover:disabled {
	color: rgba(84, 45, 110, 0.65);
}

.btn-primary-light-large-hover:disabled:after, .btn-primary-light-large-hover:disabled:before {
	opacity: 0.65;
}

.btn-primary-light-large-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-light-large-focus:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-light-large-focus:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-large-focus:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-large-focus > span {
	background: #FFFFFF;
}

.btn-primary-light-large-focus:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-large-focus:hover, .btn-primary-light-large-focus:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-large-focus:disabled {
	color: rgba(84, 45, 110, 0.65);
}

.btn-primary-light-large-focus:disabled:after, .btn-primary-light-large-focus:disabled:before {
	opacity: 0.65;
}

.btn-primary-light-large-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5) inset;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-light-large-pressed:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-light-large-pressed:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-large-pressed:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-large-pressed > span {
	background: #FFFFFF;
}

.btn-primary-light-large-pressed:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-large-pressed:hover, .btn-primary-light-large-pressed:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-large-pressed:disabled {
	color: rgba(84, 45, 110, 0.65);
}

.btn-primary-light-large-pressed:disabled:after, .btn-primary-light-large-pressed:disabled:before {
	opacity: 0.65;
}

.btn-primary-light-large-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	color: rgba(84, 45, 110, 0.65);
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-primary-light-large-disabled:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-light-large-disabled:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-large-disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-large-disabled > span {
	background: #FFFFFF;
}

.btn-primary-light-large-disabled:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-large-disabled:hover, .btn-primary-light-large-disabled:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-large-disabled:disabled {
	color: rgba(84, 45, 110, 0.65);
}

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

.btn-primary-light-small {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

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

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

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

.btn-primary-light-small:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-small:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-small > span {
	background: #FFFFFF;
}

.btn-primary-light-small:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-small:hover, .btn-primary-light-small:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-small:disabled {
	color: rgba(84, 45, 110, 0.65);
}

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

.btn-primary-light-small-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

.btn-primary-light-small-hover:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-light-small-hover:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-small-hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-small-hover > span {
	background: #FFFFFF;
}

.btn-primary-light-small-hover:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-small-hover:hover, .btn-primary-light-small-hover:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-small-hover:disabled {
	color: rgba(84, 45, 110, 0.65);
}

.btn-primary-light-small-hover:disabled:after, .btn-primary-light-small-hover:disabled:before {
	opacity: 0.65;
}

.btn-primary-light-small-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

.btn-primary-light-small-focus:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-light-small-focus:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-small-focus:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-small-focus > span {
	background: #FFFFFF;
}

.btn-primary-light-small-focus:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-small-focus:hover, .btn-primary-light-small-focus:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-small-focus:disabled {
	color: rgba(84, 45, 110, 0.65);
}

.btn-primary-light-small-focus:disabled:after, .btn-primary-light-small-focus:disabled:before {
	opacity: 0.65;
}

.btn-primary-light-small-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5) inset;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

.btn-primary-light-small-pressed:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-light-small-pressed:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-small-pressed:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-small-pressed > span {
	background: #FFFFFF;
}

.btn-primary-light-small-pressed:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-small-pressed:hover, .btn-primary-light-small-pressed:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-small-pressed:disabled {
	color: rgba(84, 45, 110, 0.65);
}

.btn-primary-light-small-pressed:disabled:after, .btn-primary-light-small-pressed:disabled:before {
	opacity: 0.65;
}

.btn-primary-light-small-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	color: rgba(84, 45, 110, 0.65);
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

.btn-primary-light-small-disabled:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

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

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

.btn-primary-light-small-disabled:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.btn-primary-light-small-disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.btn-primary-light-small-disabled > span {
	background: #FFFFFF;
}

.btn-primary-light-small-disabled:focus:before {
	background: #FFFFFF;
}

.btn-primary-light-small-disabled:hover, .btn-primary-light-small-disabled:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.btn-primary-light-small-disabled:disabled {
	color: rgba(84, 45, 110, 0.65);
}

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

.btn-secondary-dark-large {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	position: relative;
	margin: 0;
	min-height: 60px !important;
	padding: 0 80px 0 0 !important;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

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

.btn-secondary-dark-large > span {
	z-index: 2;
}

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

.btn-secondary-dark-large:hover, .btn-secondary-dark-large:focus {
	text-decoration: underline;
}

.btn-secondary-dark-large:before {
	content: none;
}

.btn-secondary-dark-large:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	position: absolute;
	right: 0;
}

.btn-secondary-dark-large:after {
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-dark-large:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-secondary-dark-large:focus {
	border: 1px solid #542D6E;
}

.btn-secondary-dark-large:disabled {
	color: #656565;
}

.btn-secondary-dark-small {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	position: relative;
	margin: 0;
	min-height: 44px !important;
	padding: 0 60px 0 0 !important;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

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

.btn-secondary-dark-small > span {
	z-index: 2;
}

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

.btn-secondary-dark-small:hover, .btn-secondary-dark-small:focus {
	text-decoration: underline;
}

.btn-secondary-dark-small:before {
	content: none;
}

.btn-secondary-dark-small:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	position: absolute;
	right: 0;
}

.btn-secondary-dark-small:after {
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-secondary-dark-small:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-secondary-dark-small:focus {
	border: 1px solid #542D6E;
}

.btn-secondary-dark-small:disabled {
	color: #656565;
}

.btn-secondary-dark-large-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	position: relative;
	margin: 0;
	min-height: 60px !important;
	padding: 0 80px 0 0 !important;
	text-decoration: underline;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-secondary-dark-large-hover:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-secondary-dark-large-hover > span {
	z-index: 2;
}

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

.btn-secondary-dark-large-hover:hover, .btn-secondary-dark-large-hover:focus {
	text-decoration: underline;
}

.btn-secondary-dark-large-hover:before {
	content: none;
}

.btn-secondary-dark-large-hover:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	position: absolute;
	right: 0;
}

.btn-secondary-dark-large-hover:after {
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-dark-large-hover:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-secondary-dark-large-hover:focus {
	border: 1px solid #542D6E;
}

.btn-secondary-dark-large-hover:disabled {
	color: #656565;
}

.btn-secondary-dark-large-hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-secondary-dark-large-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	position: relative;
	margin: 0;
	min-height: 60px !important;
	padding: 0 80px 0 0 !important;
	border: 1px solid #542D6E;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-secondary-dark-large-focus:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-secondary-dark-large-focus > span {
	z-index: 2;
}

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

.btn-secondary-dark-large-focus:hover, .btn-secondary-dark-large-focus:focus {
	text-decoration: underline;
}

.btn-secondary-dark-large-focus:before {
	content: none;
}

.btn-secondary-dark-large-focus:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	position: absolute;
	right: 0;
}

.btn-secondary-dark-large-focus:after {
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-dark-large-focus:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-secondary-dark-large-focus:focus {
	border: 1px solid #542D6E;
}

.btn-secondary-dark-large-focus:disabled {
	color: #656565;
}

.btn-secondary-dark-large-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	position: relative;
	margin: 0;
	min-height: 60px !important;
	padding: 0 80px 0 0 !important;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-secondary-dark-large-pressed:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-secondary-dark-large-pressed > span {
	z-index: 2;
}

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

.btn-secondary-dark-large-pressed:hover, .btn-secondary-dark-large-pressed:focus {
	text-decoration: underline;
}

.btn-secondary-dark-large-pressed:before {
	content: none;
}

.btn-secondary-dark-large-pressed:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	position: absolute;
	right: 0;
}

.btn-secondary-dark-large-pressed:after {
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-dark-large-pressed:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-secondary-dark-large-pressed:focus {
	border: 1px solid #542D6E;
}

.btn-secondary-dark-large-pressed:disabled {
	color: #656565;
}

.btn-secondary-dark-large-pressed:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-pressed.svg);
}

.btn-secondary-dark-large-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	position: relative;
	margin: 0;
	min-height: 60px !important;
	padding: 0 80px 0 0 !important;
	color: rgba(84, 45, 110, 0.65);
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-secondary-dark-large-disabled:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-secondary-dark-large-disabled > span {
	z-index: 2;
}

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

.btn-secondary-dark-large-disabled:hover, .btn-secondary-dark-large-disabled:focus {
	text-decoration: underline;
}

.btn-secondary-dark-large-disabled:before {
	content: none;
}

.btn-secondary-dark-large-disabled:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	position: absolute;
	right: 0;
}

.btn-secondary-dark-large-disabled:after {
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-dark-large-disabled:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-secondary-dark-large-disabled:focus {
	border: 1px solid #542D6E;
}

.btn-secondary-dark-large-disabled:disabled {
	color: #656565;
}

.btn-secondary-dark-large-disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-disabled.svg);
}

.btn-secondary-light-large {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

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

.btn-secondary-light-large > span {
	z-index: 2;
}

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

.btn-secondary-light-large:hover, .btn-secondary-light-large:focus {
	text-decoration: underline;
}

.btn-secondary-light-large:before {
	content: none;
}

.btn-secondary-light-large:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light.svg);
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-light-large:hover {
	text-decoration: underline;
}

.btn-secondary-light-large:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-hover.svg);
}

.btn-secondary-light-large:disabled {
	color: #656565;
}

.btn-secondary-light-small {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
}

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

.btn-secondary-light-small > span {
	z-index: 2;
}

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

.btn-secondary-light-small:hover, .btn-secondary-light-small:focus {
	text-decoration: underline;
}

.btn-secondary-light-small:before {
	content: none;
}

.btn-secondary-light-small:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light.svg);
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-light-small:after {
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-secondary-light-small:hover {
	text-decoration: underline;
}

.btn-secondary-light-small:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-hover.svg);
}

.btn-secondary-light-small:disabled {
	color: #656565;
}

.btn-secondary-light-large-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	text-decoration: underline;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-secondary-light-large-hover:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-secondary-light-large-hover > span {
	z-index: 2;
}

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

.btn-secondary-light-large-hover:hover, .btn-secondary-light-large-hover:focus {
	text-decoration: underline;
}

.btn-secondary-light-large-hover:before {
	content: none;
}

.btn-secondary-light-large-hover:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light.svg);
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-light-large-hover:hover {
	text-decoration: underline;
}

.btn-secondary-light-large-hover:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-hover.svg);
}

.btn-secondary-light-large-hover:disabled {
	color: #656565;
}

.btn-secondary-light-large-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-secondary-light-large-focus:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-secondary-light-large-focus > span {
	z-index: 2;
}

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

.btn-secondary-light-large-focus:hover, .btn-secondary-light-large-focus:focus {
	text-decoration: underline;
}

.btn-secondary-light-large-focus:before {
	content: none;
}

.btn-secondary-light-large-focus:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light.svg);
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-light-large-focus:hover {
	text-decoration: underline;
}

.btn-secondary-light-large-focus:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-hover.svg);
}

.btn-secondary-light-large-focus:disabled {
	color: #656565;
}

.btn-secondary-light-large-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-secondary-light-large-pressed:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-secondary-light-large-pressed > span {
	z-index: 2;
}

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

.btn-secondary-light-large-pressed:hover, .btn-secondary-light-large-pressed:focus {
	text-decoration: underline;
}

.btn-secondary-light-large-pressed:before {
	content: none;
}

.btn-secondary-light-large-pressed:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light.svg);
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-light-large-pressed:hover {
	text-decoration: underline;
}

.btn-secondary-light-large-pressed:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-hover.svg);
}

.btn-secondary-light-large-pressed:disabled {
	color: #656565;
}

.btn-secondary-light-large-pressed:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-pressed.svg);
}

.btn-secondary-light-large-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	gap: 20px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
}

.btn-secondary-light-large-disabled:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-secondary-light-large-disabled > span {
	z-index: 2;
}

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

.btn-secondary-light-large-disabled:hover, .btn-secondary-light-large-disabled:focus {
	text-decoration: underline;
}

.btn-secondary-light-large-disabled:before {
	content: none;
}

.btn-secondary-light-large-disabled:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light.svg);
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-secondary-light-large-disabled:hover {
	text-decoration: underline;
}

.btn-secondary-light-large-disabled:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-hover.svg);
}

.btn-secondary-light-large-disabled:disabled {
	color: #656565;
}

.btn-secondary-light-large-disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-disabled.svg);
}

.btn-arrow-dark-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	box-sizing: border-box;
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	background-color: transparent;
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.btn-arrow-dark-large:hover {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-arrow-dark-small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	box-sizing: border-box;
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	background-color: transparent;
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	min-width: 60px;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-arrow-dark-small:hover {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-arrow-light-large {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	box-sizing: border-box;
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	background-color: transparent;
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	min-width: 60px;
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light.svg);
}

.btn-arrow-light-large:hover {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-arrow-light-large:hover {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-hover.svg);
}

.btn-arrow-light-small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	box-sizing: border-box;
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark.svg);
	background-color: transparent;
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	min-width: 60px;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	min-width: 44px;
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light.svg);
}

.btn-arrow-light-small:hover {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-dark-hover.svg);
}

.btn-arrow-light-small:hover {
	background-image: url(/wp-content/themes/rbh-group/images/icons/secondary-arrow-light-hover.svg);
}

.btn-full {
	width: 100%;
}

.btn-accordion-dark-small {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	margin: 0;
}

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

.btn-accordion-dark-small > span {
	z-index: 2;
}

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

.btn-accordion-dark-small:hover {
	text-decoration: underline;
}

.btn-accordion-dark-small:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-dark-small:before {
	content: none;
}

.btn-accordion-dark-small:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-dark-small:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-hover.svg);
}

.btn-accordion-dark-small:disabled {
	opacity: 0.65;
}

.btn-accordion-dark-small:disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-disabled.svg);
}

.btn-accordion-dark-small-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	margin: 0;
	text-decoration: underline;
}

.btn-accordion-dark-small-hover:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-accordion-dark-small-hover > span {
	z-index: 2;
}

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

.btn-accordion-dark-small-hover:hover {
	text-decoration: underline;
}

.btn-accordion-dark-small-hover:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-dark-small-hover:before {
	content: none;
}

.btn-accordion-dark-small-hover:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-dark-small-hover:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-hover.svg);
}

.btn-accordion-dark-small-hover:disabled {
	opacity: 0.65;
}

.btn-accordion-dark-small-hover:disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-disabled.svg);
}

.btn-accordion-dark-small-hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-hover.svg);
}

.btn-accordion-dark-small-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	margin: 0;
}

.btn-accordion-dark-small-focus:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-accordion-dark-small-focus > span {
	z-index: 2;
}

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

.btn-accordion-dark-small-focus:hover {
	text-decoration: underline;
}

.btn-accordion-dark-small-focus:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-dark-small-focus:before {
	content: none;
}

.btn-accordion-dark-small-focus:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-dark-small-focus:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-hover.svg);
}

.btn-accordion-dark-small-focus:disabled {
	opacity: 0.65;
}

.btn-accordion-dark-small-focus:disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-disabled.svg);
}

.btn-accordion-dark-small-focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-dark-small-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	margin: 0;
}

.btn-accordion-dark-small-pressed:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-accordion-dark-small-pressed > span {
	z-index: 2;
}

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

.btn-accordion-dark-small-pressed:hover {
	text-decoration: underline;
}

.btn-accordion-dark-small-pressed:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-dark-small-pressed:before {
	content: none;
}

.btn-accordion-dark-small-pressed:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-dark-small-pressed:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-hover.svg);
}

.btn-accordion-dark-small-pressed:disabled {
	opacity: 0.65;
}

.btn-accordion-dark-small-pressed:disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-disabled.svg);
}

.btn-accordion-dark-small-pressed:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-hover.svg);
}

.btn-accordion-dark-small-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	margin: 0;
	opacity: 0.65;
}

.btn-accordion-dark-small-disabled:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-accordion-dark-small-disabled > span {
	z-index: 2;
}

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

.btn-accordion-dark-small-disabled:hover {
	text-decoration: underline;
}

.btn-accordion-dark-small-disabled:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-dark-small-disabled:before {
	content: none;
}

.btn-accordion-dark-small-disabled:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-dark-small-disabled:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-hover.svg);
}

.btn-accordion-dark-small-disabled:disabled {
	opacity: 0.65;
}

.btn-accordion-dark-small-disabled:disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-disabled.svg);
}

.btn-accordion-dark-small-disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-disabled.svg);
}

.btn-accordion-light-small {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
}

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

.btn-accordion-light-small > span {
	z-index: 2;
}

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

.btn-accordion-light-small:hover {
	text-decoration: underline;
}

.btn-accordion-light-small:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-light-small:before {
	content: none;
}

.btn-accordion-light-small:focus > span {
	border: 1px solid #FFFFFF;
}

.btn-accordion-light-small:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-light-small:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light-hover.svg);
}

.btn-accordion-light-small:disabled {
	opacity: 0.65;
}

.btn-accordion-light-small-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	text-decoration: underline;
}

.btn-accordion-light-small-hover:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-accordion-light-small-hover > span {
	z-index: 2;
}

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

.btn-accordion-light-small-hover:hover {
	text-decoration: underline;
}

.btn-accordion-light-small-hover:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-light-small-hover:before {
	content: none;
}

.btn-accordion-light-small-hover:focus > span {
	border: 1px solid #FFFFFF;
}

.btn-accordion-light-small-hover:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-light-small-hover:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light-hover.svg);
}

.btn-accordion-light-small-hover:disabled {
	opacity: 0.65;
}

.btn-accordion-light-small-hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light-hover.svg);
}

.btn-accordion-light-small-focus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
}

.btn-accordion-light-small-focus:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-accordion-light-small-focus > span {
	z-index: 2;
}

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

.btn-accordion-light-small-focus:hover {
	text-decoration: underline;
}

.btn-accordion-light-small-focus:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-light-small-focus:before {
	content: none;
}

.btn-accordion-light-small-focus:focus > span {
	border: 1px solid #FFFFFF;
}

.btn-accordion-light-small-focus:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-light-small-focus:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light-hover.svg);
}

.btn-accordion-light-small-focus:disabled {
	opacity: 0.65;
}

.btn-accordion-light-small-focus > span {
	border: 1px solid #FFFFFF;
}

.btn-accordion-light-small-pressed {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
}

.btn-accordion-light-small-pressed:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-accordion-light-small-pressed > span {
	z-index: 2;
}

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

.btn-accordion-light-small-pressed:hover {
	text-decoration: underline;
}

.btn-accordion-light-small-pressed:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-light-small-pressed:before {
	content: none;
}

.btn-accordion-light-small-pressed:focus > span {
	border: 1px solid #FFFFFF;
}

.btn-accordion-light-small-pressed:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-light-small-pressed:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light-hover.svg);
}

.btn-accordion-light-small-pressed:disabled {
	opacity: 0.65;
}

.btn-accordion-light-small-pressed:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light-pressed.svg);
}

.btn-accordion-light-small-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	opacity: 0.65;
}

.btn-accordion-light-small-disabled:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.btn-accordion-light-small-disabled > span {
	z-index: 2;
}

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

.btn-accordion-light-small-disabled:hover {
	text-decoration: underline;
}

.btn-accordion-light-small-disabled:focus > span {
	border: 1px solid #542D6E;
}

.btn-accordion-light-small-disabled:before {
	content: none;
}

.btn-accordion-light-small-disabled:focus > span {
	border: 1px solid #FFFFFF;
}

.btn-accordion-light-small-disabled:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.btn-accordion-light-small-disabled:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-light-hover.svg);
}

.btn-accordion-light-small-disabled:disabled {
	opacity: 0.65;
}

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

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

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

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

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

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

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

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

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

.nf-form-cont .nf-form-content [id*="nf-label"] {
	font-size: 1.125rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
	color: #542D6E;
	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: #656565;
}

.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: #656565;
	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 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
	padding: 0;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element > span {
	z-index: 2;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element svg path {
	fill: currentColor;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:focus:before {
	background: #542D6E;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:hover, .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:disabled:after, .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:disabled:before {
	opacity: 0.7;
}

.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: #542D6E;
	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%), #542D6E;
}

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

.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: #542D6E;
	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 #542D6E;
	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/rbh-group/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: #656565;
}

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

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

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

.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/rbh-group/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/rbh-group/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/rbh-group/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: #656565;
	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 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
	padding: 0;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element > span {
	z-index: 2;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element svg path {
	fill: currentColor;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element > span {
	background: #FFFFFF;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:focus:before {
	background: #FFFFFF;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:hover, .dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:disabled {
	color: rgba(84, 45, 110, 0.65);
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:disabled:after, .dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element:disabled:before {
	opacity: 0.65;
}

.dark-mode .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input[type="submit"] {
	background: #FFFFFF;
	color: #542D6E;
}

.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/rbh-group/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: #542D6E;
}

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

body #moove_gdpr_cookie_info_bar {
	background: rgba(0, 0, 0, 0.6) !important;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	max-height: unset;
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
	padding: 60px;
	width: 656px;
	max-width: calc(100% - 40px);
	max-height: 90%;
	overflow-y: auto;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
	display: flex;
	flex-direction: column;
	gap: 28px;
	text-align: center;
	padding: 0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
	color: #656565;
	padding: 0;
	margin: 0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice * {
	color: inherit !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h1, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h2, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h3, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h4, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h5, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h6 {
	margin-bottom: 20px;
	font-size: 2rem;
	color: #542D6E !important;
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h1, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h2, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h3, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h4, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h5, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice h6 {
		font-size: 1.5rem;
	}
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
	font-size: 1rem;
	font-weight: 500;
	color: #542D6E !important;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a:hover {
	text-decoration-line: none;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
	background: #542D6E !important;
	color: #FFFFFF !important;
	margin: 0;
	opacity: 1 !important;
	box-shadow: unset !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 32px;
	border-radius: 100px;
	letter-spacing: 1.6px;
	letter-spacing: 1.3px;
	min-width: 150px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton > span {
	z-index: 2;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton svg path {
	fill: currentColor;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:focus:before {
	background: #542D6E;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:hover, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:disabled {
	color: rgba(255, 255, 255, 0.75);
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:disabled:after, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:disabled:before {
	opacity: 0.7;
}

@media (max-width: 767px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
		padding: 28px 24px;
	}
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
		flex-direction: column;
		width: 100%;
	}
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
		width: 100%;
	}
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	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: #542D6E;
	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 .search_nav {
	flex-grow: 1;
}

.site-header .header-top .search_nav .open-search {
	width: 100%;
	max-width: 302px;
	border-radius: 18px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #656565;
	display: flex;
	gap: 8px;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
	padding: 6px 20px;
	height: 35px;
}

.site-header .header-top .search_nav .open-search * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.site-header .header-top .search_nav .open-search sup, .site-header .header-top .search_nav .open-search sub {
	font-size: 60%;
}

.site-header .header-top .search_nav .open-search > p:not(:last-child) {
	margin-bottom: 12px;
}

.site-header .header-top .search_nav .open-search:hover {
	text-decoration: none;
}

.site-header .header-top .search_nav .open-search a {
	text-decoration: underline;
	font-weight: 500;
}

.site-header .header-top .search_nav .open-search a:hover {
	text-decoration: none;
}

.site-header .header-top .search_nav .open-search a:hover * {
	text-decoration: none;
}

.site-header .header-top .search_nav .open-search .open {
	display: block;
}

.site-header .header-top .search_nav .open-search .close {
	display: none;
}

.site-header .header-top .search_nav .open-search.active .close {
	display: block;
}

.site-header .header-top .search_nav .open-search.active .open {
	display: none;
}

.site-header .header-top .trade_customers {
	display: flex;
	align-items: center;
	gap: 32px;
}

.site-header .header-top .trade_customers a {
	text-decoration: none;
}

.site-header .header-top .trade_customers a.trade_customer:hover {
	text-decoration: underline;
}

.site-header .header-top .trade_customers .btn-green-fill-small {
	background: #E6E6E6;
	color: #656565;
	min-height: 40px;
}

.site-header .header-top .trade_customers .btn-green-fill-small:hover {
	color: #FFFFFF;
}

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

.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/rbh-group/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;
	border-radius: 0;
}

.site-header .header-navigation .container_search_form {
	display: none;
}

.site-header .header-navigation .container_search_form .btn_contact_mb {
	position: fixed;
	bottom: 40px;
	left: calc(50% - 8px);
	transform: translateX(-50%);
	width: calc(100% - 50px);
	display: flex;
	min-width: unset;
	max-width: unset;
}

.site-header .header-navigation .search_form {
	position: absolute;
	width: 0;
	overflow: hidden;
	right: 64px;
	top: 50%;
	z-index: 999;
	transform: translateY(-50%);
}

.site-header .header-navigation .search_form.mobile {
	display: none;
}

.site-header .header-navigation .search_form.show {
	width: calc(100% - 72px);
}

.site-header .header-navigation .search_form .searchwp-form {
	height: 100%;
}

.site-header .header-navigation .search_form .searchwp-form div {
	height: 100%;
}

.site-header .header-navigation .search_form .searchwp-form .swp-input--search {
	border-radius: 40px;
	border: 1px solid #542D6E;
	background-color: #FFFFFF;
	padding: 8.5px 20px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M8 16C9.77498 15.9996 11.4988 15.4054 12.897 14.312L17.293 18.708L18.707 17.294L14.311 12.898C15.405 11.4997 15.9996 9.77544 16 8C16 3.589 12.411 0 8 0C3.589 0 0 3.589 0 8C0 12.411 3.589 16 8 16ZM8 2C11.309 2 14 4.691 14 8C14 11.309 11.309 14 8 14C4.691 14 2 11.309 2 8C2 4.691 4.691 2 8 2Z" fill="%23542D6E"/></svg>');
	background-size: 20px;
	background-position: calc(100% - 20px) center;
	color: #747474;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 150%;
	outline: unset;
}

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

.site-header .header-navigation > .container {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

@media (max-width: 1280px) {
	.site-header .header-navigation > .container {
		gap: 20px;
	}
}

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

.site-header .header-navigation > .container .menu_right .mr_bot {
	display: flex;
	align-items: center;
	border-radius: 120px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(7.5px);
	padding: 0 8px 0 40px;
	gap: 32px;
}

@media (max-width: 1280px) {
	.site-header .header-navigation > .container .menu_right .mr_bot {
		gap: 18px;
	}
}

.site-header .header-navigation > .container .menu_right .mr_bot .logo_fixed {
	display: none;
}

.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right {
	display: flex;
	align-items: center;
	gap: 18px;
}

.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .btn {
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

@media (max-width: 1280px) {
	.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .btn {
		letter-spacing: 0;
	}
}

.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn,
.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile {
	border: none;
	background: #fff;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn svg:nth-of-type(2),
.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile svg:nth-of-type(2) {
	display: none;
}

.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn.show svg:nth-of-type(2),
.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile.show svg:nth-of-type(2) {
	display: block;
}

.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn.show svg:nth-of-type(1),
.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile.show svg:nth-of-type(1) {
	display: none;
}

.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile {
	display: none;
}

@media (min-width: 1024px) {
	.site-header .header-navigation > .container .menu_right .mr_bot:hover,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist {
		background: #FFFFFF;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot:hover:after,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist:after {
		content: "";
		border: 1px solid #542D6E;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		border-radius: inherit;
		z-index: -1;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot:hover .link_sub_menu,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist .link_sub_menu {
		color: #656565;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot:hover .sub-menu,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist .sub-menu {
		border-top: unset;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot:hover .menu-item-has-children > a:after,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist .menu-item-has-children > a:after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI2OCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTYuNTg2IDEwLjQxNEwxMi4yOTMgMTYuMTIxTDE4IDEwLjQxNEwxNi41ODYgOUwxMi4yOTMgMTMuMjkzTDggOUw2LjU4NiAxMC40MTRaIiBmaWxsPSIjNTQyRDZFIi8+Cjwvc3ZnPg==");
	}
	.site-header .header-navigation > .container .menu_right .mr_bot:hover .mr_b_right .btn,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist .mr_b_right .btn {
		background: #542D6E;
		color: #FFFFFF;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot:hover .mr_b_right .btn:before,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist .mr_b_right .btn:before {
		background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	}
	.site-header .header-navigation > .container .menu_right .mr_bot:hover .mr_b_right .search_nav_btn, .site-header .header-navigation > .container .menu_right .mr_bot:hover .mr_b_right .open-menu-mobile,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist .mr_b_right .search_nav_btn,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist .mr_b_right .open-menu-mobile {
		background: #542D6E;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot:hover .mr_b_right .search_nav_btn svg path, .site-header .header-navigation > .container .menu_right .mr_bot:hover .mr_b_right .open-menu-mobile svg path,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist .mr_b_right .search_nav_btn svg path,
	.site-header .header-navigation > .container .menu_right .mr_bot.minimalist .mr_b_right .open-menu-mobile svg path {
		fill: #FFFFFF;
	}
}

.site-header .header-navigation > .container .menu_right .mr_bot:has(.menu-item.menu-item-has-children:hover):before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	z-index: -1;
	background: #FFFFFF;
	border-left: 1px solid #542D6E;
	border-right: 1px solid #542D6E;
	transition-duration: 0.3s;
}

.site-header .header-navigation > .container .menu_right .mr_bot:has(.search_form.show) .main-navigation, .site-header .header-navigation > .container .menu_right .mr_bot:has(.search_form.show) .logo_fixed {
	opacity: 0;
	pointer-events: none;
}

.site-header .header-navigation > .container .menu_right .mr_bot:has(.search_form.show) .mr_b_right .btn {
	opacity: 0;
}

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

.site-header .header-navigation .logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 204px;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	border-radius: 0 0 20px 20px;
	padding: 25px;
	background-size: contain;
	height: 100%;
}

@media (max-width: 1200px) {
	.site-header .header-navigation .logo-container {
		width: 150px;
		padding: 5px;
	}
}

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

.site-header .header-navigation .logo-container img {
	width: 80%;
	max-width: 100%;
}

.site-header .header-navigation .header-right {
	display: flex;
	align-items: center;
	gap: 16px;
	position: relative;
}

@media (max-width: 1280px) {
	.site-header .header-navigation .header-right a {
		font-size: 14px;
	}
}

.site-header .header-navigation .header-right .cart-button {
	padding: 0 12px;
	background: transparent;
	border: none;
	cursor: pointer;
}

.site-header .header-navigation .header-right .cart-button > span {
	position: relative;
	display: block;
	width: 25px;
	height: 26px;
}

.site-header .header-navigation .header-right .cart-button .cart-items-quantity {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	position: absolute;
	top: -2px;
	right: -5px;
	color: #FFFFFF;
	background: #542D6E;
	border-radius: 50%;
}

.site-header .header-navigation .header-right .cart-button .cart-items-quantity.quantity-small {
	font-size: 12px;
}

.site-header .header-navigation .header-right .mini-cart {
	position: absolute;
	top: 80px;
	border-radius: 12px;
	background: #E6E6E6;
	padding: 20px;
	width: 350px;
	max-width: 90vw;
	opacity: 0;
	visibility: hidden;
	right: -20px;
	transform: translateY(100px);
}

.site-header .header-navigation .header-right .mini-cart.active {
	right: -20px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-header .header-navigation .header-right .mini-cart:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #E6E6E6;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -5px;
}

.site-header .header-navigation .header-right .mini-cart .cart_list {
	list-style: none;
	max-height: 300px;
	overflow: auto;
	margin-bottom: 12px;
}

.site-header .header-navigation .header-right .mini-cart .cart_list::-webkit-scrollbar {
	width: 0;
}

.site-header .header-navigation .header-right .mini-cart .mini_cart_item {
	padding-bottom: 12px;
}

.site-header .header-navigation .header-right .mini-cart .mini_cart_item .remove, .site-header .header-navigation .header-right .mini-cart .mini_cart_item .quantity {
	display: none;
}

.site-header .header-navigation .header-right .mini-cart .mini_cart_item .mini_cart_item_content {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.site-header .header-navigation .header-right .mini-cart .mini_cart_item .mini_cart_item_content img {
	width: 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 30px;
	background: #FFFFFF;
}

.site-header .header-navigation .header-right .mini-cart .mini_cart_item .cart_name {
	color: #542D6E;
	padding-bottom: 8px;
}

.site-header .header-navigation .header-right .mini-cart .mini_cart_item .variation {
	margin: 0;
	display: flex;
	gap: 4px;
}

.site-header .header-navigation .header-right .mini-cart .mini_cart_item .variation dd {
	margin: 0;
}

.site-header .header-navigation .header-right .mini-cart .total {
	display: none;
}

.site-header .header-navigation .header-right .mini-cart .mini-cart-message {
	border-radius: 16px;
	border: 1px solid #656565;
	background: #F1FFF7;
	margin-bottom: 12px;
	padding: 12px;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	color: #656565;
}

.site-header .header-navigation .header-right .mini-cart .mini-cart-message:before {
	content: '';
	display: flex;
	width: 28px;
	min-width: 28px;
	height: 28px;
	padding: 6px;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url(/wp-content/themes/rbh-group/images/icons/success.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.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: 1025px) {
	.site-header.minimalist .header-navigation > .container .menu_left {
		display: none;
	}
	.site-header.minimalist .header-navigation > .container .menu_right .mr_top {
		display: none;
	}
	.site-header.minimalist .header-navigation > .container {
		align-items: center;
		justify-content: center;
		gap: 0;
	}
	.site-header.minimalist .header-navigation > .container .menu_right {
		gap: 0;
		flex: 1;
		align-items: start;
	}
	.site-header.minimalist .header-navigation > .container .menu_right .mr_bot {
		width: 100%;
		gap: 28px;
	}
	.site-header.minimalist .header-navigation > .container .menu_right .mr_bot .logo_fixed img {
		height: 44px;
	}
	.site-header.minimalist .header-navigation > .container .menu_right .mr_bot .logo_fixed {
		display: block;
	}
}

body:has(.searchwp-live-search-results-showing) .site-header .header-navigation .search_form:after {
	content: "";
	background: #FFFFFF;
	position: absolute;
	height: 50%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	border: 1px solid #542D6E;
	border-bottom: unset;
}

body .searchwp-live-search-results {
	border-radius: 0 0 20px 20px;
	border: 1px solid #542D6E;
	background: #FFFFFF;
	border-top: unset;
	padding: 16px 20px 16px 20px;
	transform: translateY(-5px);
	box-shadow: unset;
}

body .searchwp-live-search-results .searchwp-live-search-results-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

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

body .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title a {
	color: #656565;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 150%;
	text-decoration: none;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title:hover a {
	color: #542D6E;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .view_all_results {
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: #542D6E;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	text-decoration-line: underline;
	padding: 0;
	background: transparent;
	border: none;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .view_all_results:before {
	content: "";
	background: linear-gradient(90deg, #b3c335 0%, #01836e 50%, #542d6e 100%);
	width: 100%;
	height: 2px;
}

body .searchwp-live-search-results .searchwp-live-search-results-container .view_all_results:hover {
	text-decoration-line: none;
}

body:has(.site-header.minimalist) .searchwp-live-search-results {
	position: fixed;
	top: 58px !important;
}

body:has(.site-header.minimalist).logged-in .searchwp-live-search-results {
	top: calc(58px + 32px) !important;
}

@media (max-width: 1024px) {
	body:has(.main-navigation-mobile.show), body:has(.search_form.mobile.show) {
		overflow-y: hidden;
	}
}

@media (max-width: 1024px) {
	body:has(.main-navigation-mobile.show) .site-header, body:has(.search_form.mobile.show) .site-header, body:has(.site-header.minimalist) .site-header {
		background: #FFFFFF;
	}
	body:has(.main-navigation-mobile.show) .site-header .header-navigation > .container .menu_right .mr_top, body:has(.search_form.mobile.show) .site-header .header-navigation > .container .menu_right .mr_top, body:has(.site-header.minimalist) .site-header .header-navigation > .container .menu_right .mr_top {
		color: #656565;
	}
	body:has(.main-navigation-mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot, body:has(.search_form.mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot, body:has(.site-header.minimalist) .site-header .header-navigation > .container .menu_right .mr_bot {
		background: #E6E6E6;
	}
	body:has(.main-navigation-mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn,
	body:has(.main-navigation-mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile, body:has(.search_form.mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn,
	body:has(.search_form.mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile, body:has(.site-header.minimalist) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn,
	body:has(.site-header.minimalist) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile {
		background: #542D6E;
	}
	body:has(.main-navigation-mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn svg path,
	body:has(.main-navigation-mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile svg path, body:has(.search_form.mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn svg path,
	body:has(.search_form.mobile.show) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile svg path, body:has(.site-header.minimalist) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .search_nav_btn svg path,
	body:has(.site-header.minimalist) .site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile svg path {
		fill: #FFFFFF;
	}
	body:has(.main-navigation-mobile.show) .wpml_lang_custom .language-button, body:has(.search_form.mobile.show) .wpml_lang_custom .language-button, body:has(.site-header.minimalist) .wpml_lang_custom .language-button {
		color: #000000;
	}
	body:has(.main-navigation-mobile.show) .wpml_lang_custom .language-button:after, body:has(.search_form.mobile.show) .wpml_lang_custom .language-button:after, body:has(.site-header.minimalist) .wpml_lang_custom .language-button:after {
		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="black"/></svg>');
	}
}

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

@media (max-width: 1024px) {
	.site-header .main-navigation-mobile {
		height: calc(100% - 120px);
		transform: translateY(-100%);
		transition: transform 0.4s ease;
		top: 0;
	}
	.site-header .main-navigation-mobile.show {
		transform: translateY(0);
		top: 120px;
	}
	.site-header.fixed .header-navigation > .container {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.site-header.fixed .search-popup {
		height: calc(100% - 74px);
	}
	.site-header.fixed .main-navigation-mobile {
		height: calc(100% - 74px);
		transform: translateY(-100%);
		transition: transform 0.4s ease;
		top: 0;
	}
	.site-header.fixed .main-navigation-mobile.show {
		transform: translateY(0);
		top: 74px;
	}
	.site-header .header-top {
		display: none;
	}
	.site-header .search-popup {
		flex-direction: column;
		position: fixed;
		top: auto;
		bottom: 0;
		width: 100%;
		left: 0;
		background: #FFFFFF;
		padding: 24px 0 32px;
		height: calc(100% - 86px);
		overflow-y: hidden;
		overflow-x: hidden;
		transform: translateY(100px);
	}
	.site-header .search-popup .search-title {
		color: #542D6E;
	}
	.site-header .search-popup.active {
		display: flex;
		transform: translateY(0);
	}
	.site-header .search-popup .close-search {
		display: none;
	}
	.site-header .search-popup .searchwp-form input[type="search"] {
		width: 100%;
		height: 44px;
		border-radius: 16px;
		border-color: #656565;
	}
	.site-header .search-popup .searchwp-form input[type="submit"] {
		top: 10px;
		background-image: url(/wp-content/themes/rbh-group/images/icons/search-green.svg);
	}
	.site-header .header-navigation {
		border-top-width: 4px;
		border-radius: 0 0 20px 20px;
	}
	.site-header .header-navigation.menu-mobile {
		border-radius: 0;
		border-top-color: #542D6E;
	}
	.site-header .header-navigation.menu-mobile .search_nav, .site-header .header-navigation.menu-mobile .cart-button {
		display: none;
	}
	.site-header .header-navigation.has-search {
		border-radius: 0;
	}
	.site-header .header-navigation > .container {
		justify-content: space-between;
		align-items: end;
	}
	.site-header .header-navigation .open-menu-mobile .open {
		display: block;
	}
	.site-header .header-navigation .open-menu-mobile .open path {
		fill: #542D6E;
	}
	.site-header .header-navigation .open-menu-mobile .close {
		display: none;
	}
	.site-header .header-navigation .open-menu-mobile .close path {
		fill: #656565;
	}
	.site-header .header-navigation .open-menu-mobile.show .open {
		display: none;
	}
	.site-header .header-navigation .open-menu-mobile.show .close {
		display: block;
	}
	.site-header .header-navigation .search_nav {
		display: block;
	}
	.site-header .header-navigation .search_nav .open-search {
		width: auto;
		max-width: unset;
		border-radius: 0;
		border: none;
		background: transparent;
		display: flex;
		gap: 0;
		justify-content: flex-start;
		align-items: center;
		padding: 0;
		font-size: 0;
		height: auto;
	}
	.site-header .header-navigation .search_nav .open-search svg path {
		fill: #542D6E;
	}
	.site-header .header-navigation .search_nav .open-search .open {
		display: block;
		width: 24px;
		height: 24px;
	}
	.site-header .header-navigation .search_nav .open-search .close {
		display: none;
	}
	.site-header .header-navigation .search_nav .open-search.active .close {
		display: block;
	}
	.site-header .header-navigation .search_nav .open-search.active .open {
		display: none;
	}
	.site-header .header-navigation .header-right .account-button, .site-header .header-navigation .header-right .register-button {
		display: none;
	}
	.site-header .header-navigation .header-right .mini-cart {
		top: 60px;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .btn {
		display: none;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot {
		padding: 8px;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right {
		gap: 20px;
	}
	.site-header .header-navigation .logo-container {
		padding: 0;
		width: 150px;
		aspect-ratio: 1.25;
	}
	.site-header .header-navigation > .container .menu_right .mr_bot .mr_b_right .open-menu-mobile {
		display: flex;
	}
	.site-header .header-navigation > .container .menu_right .mr_top {
		font-size: 14px;
	}
	.site-header .header-navigation .search_form.pc {
		display: none;
	}
	.site-header .header-navigation .container_search_form {
		position: fixed;
		width: 100%;
		height: calc(100% - 120px);
		background: #FFFFFF;
		padding: 28px 20px;
	}
	.site-header .header-navigation .container_search_form:has(.search_form.mobile.show) {
		display: block;
	}
	.site-header .header-navigation .container_search_form .title {
		color: #542D6E;
		text-align: center;
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 150%;
		display: block;
		margin-bottom: 28px;
	}
	.site-header .header-navigation .container_search_form .search_form.mobile {
		display: block;
		transform: unset;
		width: 100%;
		position: relative;
		left: unset;
		right: unset;
		top: unset;
	}
	body .site-header .header-navigation .search_form:after {
		content: none !important;
	}
	body .searchwp-live-search-results {
		padding: 28px 0 0;
		border: none;
		max-height: calc(100vh - (120px + 134px));
	}
	body.logged-in .searchwp-live-search-results {
		max-height: calc(100vh - (120px + 46px + 134px));
	}
	body:has(.site-header.minimalist) .searchwp-live-search-results {
		top: calc(120px + 134px) !important;
	}
	body:has(.site-header.minimalist).logged-in .searchwp-live-search-results {
		top: calc(120px + 46px + 134px) !important;
	}
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.sign_up_form {
	border-radius: 120px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(7.5px);
	padding: 28px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	position: relative;
}

.sign_up_form:before {
	content: "";
	background: linear-gradient(90deg, #01836E 0%, #B3C335 50%, #FFFFFF 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 2px;
	border-radius: inherit;
	z-index: -1;
}

.sign_up_form .suf_left {
	width: calc(42% - 15px);
}

.sign_up_form .suf_left .title {
	font-size: 1.5rem;
	line-height: 1.4;
	text-decoration: auto;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 8px;
}

.sign_up_form .suf_left .title * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.sign_up_form .suf_left .title sup, .sign_up_form .suf_left .title sub {
	font-size: 60%;
}

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

.sign_up_form .suf_left .title:hover {
	text-decoration: none;
}

.sign_up_form .suf_left .title a {
	text-decoration: underline;
	font-weight: 500;
}

.sign_up_form .suf_left .title a:hover {
	text-decoration: none;
}

.sign_up_form .suf_left .title a:hover * {
	text-decoration: none;
}

.sign_up_form .suf_right {
	width: calc(49% - 15px);
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap {
	flex-wrap: nowrap;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
	width: fit-content;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .nf-field-container.submit-container .nf-field-element:before {
	background: linear-gradient(-90deg, #01836E 0%, #B3C335 50%, #FFFFFF 100%);
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .nf-field-container.submit-container .nf-field-element input[type="submit"] {
	background: #FFFFFF;
	color: #542D6E;
}

.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap .nf-field-container.submit-container .nf-field-element input[type="submit"]:hover {
	color: #542D6E;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.site-footer {
	background: #542D6E;
	padding: 60px 0;
	color: #FFFFFF;
}

.site-footer [class*="heading"] {
	color: #FFFFFF;
}

.site-footer .footer_top {
	margin-bottom: 60px;
}

.site-footer .footer_mid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

.site-footer .footer_mid .fm_left {
	flex-basis: 528px;
	flex-grow: 1;
}

.site-footer .footer_mid .fm_left .logo {
	height: 120px;
	width: fit-content;
	background: #FFFFFF;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	margin-bottom: 28px;
}

.site-footer .footer_mid .fm_left .logo img {
	max-height: 100%;
}

.site-footer .footer_mid .fm_left .content_footer {
	margin-bottom: 24px;
}

.site-footer .footer_mid .fm_left .content_footer > *:not(:last-child) {
	margin-bottom: 12px;
}

.site-footer .footer_mid .fm_left .list_social {
	display: flex;
	gap: 20px;
}

.site-footer .footer_mid .fm_left .list_social a {
	display: flex;
}

.site-footer .footer_mid .fm_left .list_social a:hover {
	transform: scale(1.05);
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.site-footer .footer_mid .fm_right {
	flex-basis: 636px;
	flex-grow: 1;
}

.site-footer .footer_mid .fm_right .heading {
	font-size: 1.125rem;
	line-height: 1;
	text-decoration: auto;
	font-weight: 500;
	letter-spacing: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
}

.site-footer .footer_mid .fm_right .heading * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.site-footer .footer_mid .fm_right .heading sup, .site-footer .footer_mid .fm_right .heading sub {
	font-size: 60%;
}

.site-footer .footer_mid .fm_right .heading > p:not(:last-child) {
	margin-bottom: 12px;
}

.site-footer .footer_mid .fm_right .heading:hover {
	text-decoration: none;
}

.site-footer .footer_mid .fm_right .heading a {
	text-decoration: underline;
	font-weight: 500;
}

.site-footer .footer_mid .fm_right .heading a:hover {
	text-decoration: none;
}

.site-footer .footer_mid .fm_right .heading a:hover * {
	text-decoration: none;
}

.site-footer .footer_mid .fm_right .list_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.site-footer .footer_mid .fm_right .list_menu .menu_1 {
	flex: calc(100% / 3 - 12px / 2);
}

.site-footer .footer_mid .fm_right .list_menu .menu_1 .menu {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.site-footer .footer_mid .fm_right .list_menu .menu_1 .menu a {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 150%;
	text-decoration-line: underline;
}

.site-footer .footer_mid .fm_right .list_menu .menu_1 .menu a:hover {
	text-decoration: none;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 {
	flex: calc(100% / 3 * 2 - 12px / 2);
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info {
	flex: calc(50% - 12px / 2);
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .address {
	margin-bottom: 12px;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .address > *:not(:last-child) {
	margin-bottom: 12px;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .address h1, .site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .address h2, .site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .address h3, .site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .address h4, .site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .address h5, .site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .address h6 {
	font-size: 0.875rem;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .address p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .list_data {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .list_data li a {
	display: flex;
	align-items: center;
	gap: 4px;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .list_data li a svg {
	width: 24px;
	min-width: 24px;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .list_data li a:hover svg path {
	fill: #FFFFFF;
}

.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info .info .commerce_no {
	margin-top: 12px;
}

.site-footer .footer_bot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #FFFFFF;
	padding-top: 20px;
	margin-top: 60px;
}

.site-footer .footer_bot .fb_mid .menu {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	gap: 12px 24px;
}

.site-footer .footer_bot .fb_mid .menu a {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 150%;
	text-decoration: underline;
}

.site-footer .footer_bot .fb_mid .menu a:hover {
	text-decoration: none;
}

@media (max-width: 1024px) {
	.sign_up_form .suf_right .nf-form-cont .nf-form-content nf-fields-wrap {
		flex-wrap: wrap;
		gap: 12px;
	}
	.site-footer .footer_mid .fm_right,
	.site-footer .footer_mid .fm_left {
		flex-grow: 1;
	}
}

@media (max-width: 1024px) {
	.sign_up_form {
		gap: 20px;
		border-radius: 20px;
		padding: 28px;
	}
	.sign_up_form .suf_left,
	.sign_up_form .suf_right {
		width: 100%;
	}
	.sign_up_form .nf-form-cont .nf-form-content input[type="email"] {
		font-size: 1rem !important;
	}
	.sign_up_form .nf-form-cont .nf-form-content input[type="email"]::placeholder {
		font-size: 1rem !important;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding: 40px 0;
	}
	.site-footer .footer_top {
		margin-bottom: 40px;
	}
	.site-footer .footer_mid .fm_right .list_menu {
		gap: 23px;
		flex-direction: column;
	}
	.site-footer .footer_mid .fm_right .list_menu .menu_2_vs_3 .double_info {
		flex-direction: column;
		gap: 20px;
	}
	.site-footer .footer_mid .fm_right .list_menu > [class*="menu"] .heading {
		margin-bottom: 0;
	}
	.site-footer .footer_mid .fm_right .list_menu > [class*="menu"] .heading.show {
		margin-bottom: 20px;
	}
	.site-footer .footer_mid .fm_right .list_menu > [class*="menu"] > div {
		height: 0;
		overflow: hidden;
	}
	.site-footer .footer_mid .fm_right .list_menu > [class*="menu"]:has(.heading.show) > div {
		height: auto;
	}
	.site-footer .footer_bot {
		margin-top: 40px;
		padding: 0;
		border: none;
		flex-direction: column;
	}
	.site-footer .footer_bot .fb_mid .menu {
		flex-direction: column;
	}
	.site-footer .footer_mid .fm_right .heading {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.site-footer .footer_mid .fm_right .heading:after {
		content: "";
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13 7H11V11H7V13H11V17H13V13H17V11H13V7Z" fill="%23B3C335"/><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="%23B3C335"/></svg>');
		width: 20px;
		height: 20px;
		display: block;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.site-footer .footer_mid .fm_right .heading.show:after {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 9H15V11H5V9Z" fill="%23B3C335"/><path d="M10 0C4.486 0 0 4.486 0 10C0 15.514 4.486 20 10 20C15.514 20 20 15.514 20 10C20 4.486 15.514 0 10 0ZM10 18C5.589 18 2 14.411 2 10C2 5.589 5.589 2 10 2C14.411 2 18 5.589 18 10C18 14.411 14.411 18 10 18Z" fill="%23B3C335"/></svg>');
	}
}

/*--------------------------------------------------------------
/* Navigation
--------------------------------------------------------------*/
.main-navigation {
	flex-grow: 1;
	display: flex;
}

@media (max-width: 1024px) {
	.main-navigation {
		display: none;
	}
}

.main-navigation:has(.menu-item-has-children:hover) .header-navigation {
	background: blue;
}

.main-navigation .site_menu .menu {
	display: flex;
	list-style: none;
	gap: 28px;
}

@media (max-width: 1280px) {
	.main-navigation .site_menu .menu {
		gap: 10px;
	}
	.main-navigation .site_menu .menu > div > a {
		font-size: 16px;
	}
}

.main-navigation .site_menu .menu .link_sub_menu:hover > div > .title_sub_menu,
.main-navigation .site_menu .menu .link_sub_menu:hover > .title_sub_menu {
	text-decoration: underline;
}

.main-navigation .site_menu .menu > div > a {
	display: flex;
	gap: 6px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: normal;
	text-transform: capitalize;
	height: 100%;
	align-items: center;
	padding: 21px 0;
	z-index: 10;
	position: relative;
	white-space: nowrap;
}

@media (min-width: 1024px) and (max-width: 1120px) {
	.main-navigation .site_menu .menu > div > a {
		font-size: 17px;
	}
}

.main-navigation .site_menu .menu > div > .sub-menu {
	list-style: none;
	display: flex;
	background: #FFFFFF;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(100%);
	width: 100%;
	z-index: -1;
	position: absolute;
	height: 0;
	overflow: hidden;
	opacity: 0;
	border-radius: 0 0 20px 20px;
	border: 1px solid #542D6E;
	background: #FFFFFF;
	padding: 20px 40px 28px 40px;
	pointer-events: none;
}

.main-navigation .site_menu .menu > div > .sub-menu > .container {
	width: 100%;
	display: grid;
	align-items: flex-start;
	padding: 0;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container {
	grid-template-columns: repeat(3, minmax(0%, 100%));
	gap: 12px 20px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .title_menu_parent {
	grid-column: -1 / 1;
	color: #542D6E;
	padding-bottom: 12px;
	margin-bottom: 8px;
	position: relative;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .title_menu_parent:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #b3c335 0%, #01836e 50%, #542d6e 100%);
	width: 100%;
	height: 2px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .title_menu_parent:hover {
	text-decoration: underline;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .container .wrap_sub_menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .link_sub_menu > div {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	gap: 12px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .link_sub_menu > div .img_sub_menu {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 10px;
	background: #01836E;
	border: 1px solid #FFFFFF;
	overflow: hidden;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .link_sub_menu > div .img_sub_menu img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .link_sub_menu > div .title_sub_menu {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #542D6E;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_1 .link_sub_menu:hover > div .img_sub_menu {
	border-color: #542D6E;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .container {
	grid-template-columns: 50% 50%;
	gap: 20px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 0 14px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu.column_4 {
	grid-template-columns: repeat(4, 1fr);
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu.column_5 {
	grid-template-columns: repeat(5, 1fr);
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu.column_1 {
	grid-template-columns: repeat(1, 1fr);
	max-width: 290px;
	position: relative;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu.column_1 .menu-item {
	position: unset;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu.column_2 {
	grid-template-columns: repeat(2, 1fr);
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu .menu-item {
	position: relative;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu .menu-item:hover > .link_sub_menu > div {
	background: #01836E;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu .menu-item:hover > .link_sub_menu > div .title_sub_menu {
	text-decoration: underline;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu .menu-item:hover > .link_sub_menu > div .title_sub_menu:after {
	opacity: 1;
	display: block;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu .menu-item:hover > .link_sub_menu > .title_sub_menu {
	background: #01836E;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu .menu-item:hover > .link_sub_menu > .title_sub_menu:after {
	opacity: 1;
	display: block;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .wrap_sub_menu .menu-item:hover > .sub-menu {
	display: block;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div:after {
	content: '';
	background: linear-gradient(90deg, #b3c335 0%, #01836e 50%, #542d6e 100%);
	display: block;
	width: 100%;
	height: 2px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .img_sub_menu {
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .img_sub_menu img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .title_sub_menu {
	font-size: 1.25rem;
	line-height: 1.5;
	text-decoration: auto;
	font-weight: 400;
	letter-spacing: 0;
	color: #542D6E;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .title_sub_menu * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .title_sub_menu sup, .main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .title_sub_menu sub {
	font-size: 60%;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .title_sub_menu > p:not(:last-child) {
	margin-bottom: 12px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .title_sub_menu:hover {
	text-decoration: none;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .title_sub_menu a {
	text-decoration: underline;
	font-weight: 500;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .title_sub_menu a:hover {
	text-decoration: none;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu > div .title_sub_menu a:hover * {
	text-decoration: none;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu + .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 20px;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu + .sub-menu .link_sub_menu .title_sub_menu {
	color: #542D6E;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}

.main-navigation .site_menu .menu > div > .sub-menu.type-type_2 .link_sub_menu:hover > div .title_sub_menu {
	text-decoration: underline;
}

.main-navigation .site_menu .menu > div:hover > a {
	color: #542D6E !important;
	text-decoration: underline;
}

.main-navigation .site_menu .menu > div.menu-item-has-children > a:after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTYuNTg2IDEwLjQxNEwxMi4yOTMgMTYuMTIxTDE4IDEwLjQxNEwxNi41ODYgOUwxMi4yOTMgMTMuMjkzTDggOUw2LjU4NiAxMC40MTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=");
	width: 16px;
	height: 16px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
}

.main-navigation .site_menu .menu > div.menu-item-has-children > a:hover:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI2OCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTYuNTg2IDEwLjQxNEwxMi4yOTMgMTYuMTIxTDE4IDEwLjQxNEwxNi41ODYgOUwxMi4yOTMgMTMuMjkzTDggOUw2LjU4NiAxMC40MTRaIiBmaWxsPSIjMDA1NThDIi8+Cjwvc3ZnPg==");
	transform: rotate(180deg);
}

.main-navigation .site_menu .menu > div.menu-item-has-children:hover > .sub-menu {
	transform: translateY(100%);
	z-index: 0;
	height: auto;
	bottom: 0;
	opacity: 1;
	pointer-events: auto;
}

.main-navigation .site_menu .menu > div.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}

.main-navigation-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.main-navigation-mobile {
		flex-direction: column;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		background: #FFFFFF;
		padding: 28px 20px 0;
		height: calc(100% - 66px);
		overflow-y: auto;
		overflow-x: hidden;
		transform: translateY(100px);
	}
	.admin-bar .main-navigation-mobile {
		height: calc(100% - 120px - 46px);
		top: calc(120px + 46px) !important;
	}
	.main-navigation-mobile.show {
		display: flex;
		transform: translateY(0);
	}
	.main-navigation-mobile .back_to_menu {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 20px;
	}
	.main-navigation-mobile .back_to_menu svg {
		width: 44px;
		height: 44px;
		display: block;
	}
	.main-navigation-mobile .back_to_menu span {
		color: #542D6E;
		font-size: 1rem;
		line-height: 1.5;
		text-decoration: underline;
		font-weight: 500;
		letter-spacing: 0;
	}
	.main-navigation-mobile .back_to_menu span * {
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}
	.main-navigation-mobile .back_to_menu span sup, .main-navigation-mobile .back_to_menu span sub {
		font-size: 60%;
	}
	.main-navigation-mobile .back_to_menu span > p:not(:last-child) {
		margin-bottom: 12px;
	}
	.main-navigation-mobile .back_to_menu span:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .back_to_menu span a {
		text-decoration: underline;
		font-weight: 500;
	}
	.main-navigation-mobile .back_to_menu span a:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .back_to_menu span a:hover * {
		text-decoration: none;
	}
	.main-navigation-mobile:not(:has(.menu-item-has-children.active)) .back_to_menu {
		display: none;
	}
	.main-navigation-mobile .menu {
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.main-navigation-mobile .menu .sub-menu {
		display: none;
	}
	.main-navigation-mobile .menu .menu-item {
		list-style: none;
	}
	.main-navigation-mobile .menu .menu-item > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #542D6E;
		font-size: 1.125rem;
		line-height: 1.5;
		text-decoration: auto;
		font-weight: 400;
		letter-spacing: 0;
		text-transform: capitalize;
		position: relative;
		min-height: 44px;
	}
	.main-navigation-mobile .menu .menu-item > a * {
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}
	.main-navigation-mobile .menu .menu-item > a sup, .main-navigation-mobile .menu .menu-item > a sub {
		font-size: 60%;
	}
	.main-navigation-mobile .menu .menu-item > a > p:not(:last-child) {
		margin-bottom: 12px;
	}
	.main-navigation-mobile .menu .menu-item > a:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .menu .menu-item > a a {
		text-decoration: underline;
		font-weight: 500;
	}
	.main-navigation-mobile .menu .menu-item > a a:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .menu .menu-item > a a:hover * {
		text-decoration: none;
	}
	.main-navigation-mobile .menu .menu-item > a .open-submenu {
		position: absolute;
		width: 100%;
		max-width: 100% !important;
		right: 0;
		height: 100%;
		align-items: center;
	}
	.main-navigation-mobile .menu .menu-item > a:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .menu .menu-item.level-1 > a, .main-navigation-mobile .menu .menu-item.level-2 > a {
		font-size: 18px;
	}
	.main-navigation-mobile .menu .menu-item.level-3 > a {
		font-size: 16px;
		color: #542D6E;
		padding: 8px 0;
	}
	.main-navigation-mobile .menu .menu-item.menu-item-has-children > a .title_sub_menu {
		padding-right: 44px;
		flex-grow: 1;
	}
	.main-navigation-mobile .menu .menu-item.menu-item-has-children > a .open-submenu {
		display: flex;
		justify-content: flex-end;
		max-width: 100px;
	}
	.main-navigation-mobile .menu .menu-item.menu-item-has-children > a .open-submenu:before {
		content: '';
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><rect x="0.733333" y="0.733333" width="42.5333" height="42.5333" rx="21.2667" stroke="url(%23paint0_linear_4489_14962)" stroke-width="1.46667"/><circle cx="21.9999" cy="21.9999" r="17.6" fill="%23542D6E"/><path d="M21.136 28.4692L22.8642 30.1974L31.0616 21.9999L22.8642 13.8025L21.136 15.5307L26.383 20.7777H14.6667V23.2222H26.383L21.136 28.4692Z" fill="white"/><defs><linearGradient id="paint0_linear_4489_14962" x1="0" y1="22" x2="44" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="%23542D6E"/><stop offset="0.5" stop-color="%23B3C335"/><stop offset="1" stop-color="%2301836E"/></linearGradient></defs></svg>');
		width: 44px;
		height: 44px;
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100%;
	}
	.main-navigation-mobile .menu .menu-item .title_menu_parent {
		color: #542D6E;
		font-size: 1.25rem;
		font-weight: 500;
		line-height: 1.5;
		display: block;
		text-decoration: underline;
	}
	.main-navigation-mobile .menu .menu-item .title_menu_parent:hover {
		text-decoration: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) > .menu-item {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) > .menu-item.active {
		display: block;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > a {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu {
		display: block;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) > .menu-item {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) > .menu-item.active {
		display: block;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) > .title_menu_parent {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item > a {
		display: none;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item .wrap_sub_menu_mobile > .menu-item > a {
		display: flex;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2 > a .open-submenu:before {
		transform: rotate(0);
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2.active > a {
		color: #542D6E;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2.active > a .open-submenu:before {
		transform: rotate(180deg);
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2.active .menu-item a {
		display: block;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile:has(.level-1.active) .menu-item.level-2.active .sub-menu {
		border-bottom: 2px solid #FFFFFF;
		padding-bottom: 12px;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item > .sub-menu .wrap_sub_menu_mobile > .menu-item > a {
		display: flex;
	}
	.main-navigation-mobile .menu:has(.menu-item-has-children.active) .menu-item:not(.active) .sub-menu {
		display: none;
	}
}

body:has(#site-navigation.toggled) .searchwp-live-search-results-showing {
	position: fixed !important;
	top: 94px !important;
}

body:has(.site_menu.show) .searchwp-live-search-results-showing {
	position: fixed;
	bottom: 85px;
	top: unset !important;
}

body.logged-in:has(#site-navigation.toggled) .searchwp-live-search-results-showing {
	position: fixed !important;
	top: 132px !important;
}

body:has(.site_menu.show) {
	overflow-y: hidden;
}

#wpadminbar {
	top: 0;
	position: fixed;
}

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

.desc strong {
	font-weight: 700;
}

.m-0 {
	margin: 0rem;
}

.ml-0 {
	margin-left: 0rem;
}

.mt-0 {
	margin-top: 0rem;
}

.mr-0 {
	margin-right: 0rem;
}

.mb-0 {
	margin-bottom: 0rem;
}

.mx-0 {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.my-0 {
	margin-left: 0rem;
	margin-right: 0rem;
}

.m-0.25 {
	margin: 0.25rem;
}

.ml-1 {
	margin-left: 0.25rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mr-1 {
	margin-right: 0.25rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mx-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.my-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.m-0.5 {
	margin: 0.5rem;
}

.ml-2 {
	margin-left: 0.5rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mx-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.my-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.m-0.75 {
	margin: 0.75rem;
}

.ml-3 {
	margin-left: 0.75rem;
}

.mt-3 {
	margin-top: 0.75rem;
}

.mr-3 {
	margin-right: 0.75rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mx-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.my-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.m-1 {
	margin: 1rem;
}

.ml-4 {
	margin-left: 1rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mr-4 {
	margin-right: 1rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mx-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.m-1.25 {
	margin: 1.25rem;
}

.ml-5 {
	margin-left: 1.25rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mr-5 {
	margin-right: 1.25rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mx-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.my-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.m-1.5 {
	margin: 1.5rem;
}

.ml-6 {
	margin-left: 1.5rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mr-6 {
	margin-right: 1.5rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mx-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.m-1.75 {
	margin: 1.75rem;
}

.ml-7 {
	margin-left: 1.75rem;
}

.mt-7 {
	margin-top: 1.75rem;
}

.mr-7 {
	margin-right: 1.75rem;
}

.mb-7 {
	margin-bottom: 1.75rem;
}

.mx-7 {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}

.my-7 {
	margin-left: 1.75rem;
	margin-right: 1.75rem;
}

.m-2 {
	margin: 2rem;
}

.ml-8 {
	margin-left: 2rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mr-8 {
	margin-right: 2rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mx-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.m-2.25 {
	margin: 2.25rem;
}

.ml-9 {
	margin-left: 2.25rem;
}

.mt-9 {
	margin-top: 2.25rem;
}

.mr-9 {
	margin-right: 2.25rem;
}

.mb-9 {
	margin-bottom: 2.25rem;
}

.mx-9 {
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

.my-9 {
	margin-left: 2.25rem;
	margin-right: 2.25rem;
}

.m-2.5 {
	margin: 2.5rem;
}

.ml-10 {
	margin-left: 2.5rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mr-10 {
	margin-right: 2.5rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mx-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.my-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.m-2.75 {
	margin: 2.75rem;
}

.ml-11 {
	margin-left: 2.75rem;
}

.mt-11 {
	margin-top: 2.75rem;
}

.mr-11 {
	margin-right: 2.75rem;
}

.mb-11 {
	margin-bottom: 2.75rem;
}

.mx-11 {
	margin-top: 2.75rem;
	margin-bottom: 2.75rem;
}

.my-11 {
	margin-left: 2.75rem;
	margin-right: 2.75rem;
}

.m-3 {
	margin: 3rem;
}

.ml-12 {
	margin-left: 3rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mr-12 {
	margin-right: 3rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mx-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.my-12 {
	margin-left: 3rem;
	margin-right: 3rem;
}

.m-3.25 {
	margin: 3.25rem;
}

.ml-13 {
	margin-left: 3.25rem;
}

.mt-13 {
	margin-top: 3.25rem;
}

.mr-13 {
	margin-right: 3.25rem;
}

.mb-13 {
	margin-bottom: 3.25rem;
}

.mx-13 {
	margin-top: 3.25rem;
	margin-bottom: 3.25rem;
}

.my-13 {
	margin-left: 3.25rem;
	margin-right: 3.25rem;
}

.m-3.5 {
	margin: 3.5rem;
}

.ml-14 {
	margin-left: 3.5rem;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mr-14 {
	margin-right: 3.5rem;
}

.mb-14 {
	margin-bottom: 3.5rem;
}

.mx-14 {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.my-14 {
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}

.m-3.75 {
	margin: 3.75rem;
}

.ml-15 {
	margin-left: 3.75rem;
}

.mt-15 {
	margin-top: 3.75rem;
}

.mr-15 {
	margin-right: 3.75rem;
}

.mb-15 {
	margin-bottom: 3.75rem;
}

.mx-15 {
	margin-top: 3.75rem;
	margin-bottom: 3.75rem;
}

.my-15 {
	margin-left: 3.75rem;
	margin-right: 3.75rem;
}

.m-4 {
	margin: 4rem;
}

.ml-16 {
	margin-left: 4rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mr-16 {
	margin-right: 4rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.mx-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.my-16 {
	margin-left: 4rem;
	margin-right: 4rem;
}

.p-0 {
	padding: 0rem;
}

.pl-0 {
	padding-left: 0rem;
}

.pt-0 {
	padding-top: 0rem;
}

.pr-0 {
	padding-right: 0rem;
}

.pb-0 {
	padding-bottom: 0rem;
}

.px-0 {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.py-0 {
	padding-left: 0rem;
	padding-right: 0rem;
}

.p-0.25 {
	padding: 0.25rem;
}

.pl-1 {
	padding-left: 0.25rem;
}

.pt-1 {
	padding-top: 0.25rem;
}

.pr-1 {
	padding-right: 0.25rem;
}

.pb-1 {
	padding-bottom: 0.25rem;
}

.px-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.py-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.p-0.5 {
	padding: 0.5rem;
}

.pl-2 {
	padding-left: 0.5rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pr-2 {
	padding-right: 0.5rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.px-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-0.75 {
	padding: 0.75rem;
}

.pl-3 {
	padding-left: 0.75rem;
}

.pt-3 {
	padding-top: 0.75rem;
}

.pr-3 {
	padding-right: 0.75rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.px-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.py-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.p-1 {
	padding: 1rem;
}

.pl-4 {
	padding-left: 1rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pr-4 {
	padding-right: 1rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.px-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-1.25 {
	padding: 1.25rem;
}

.pl-5 {
	padding-left: 1.25rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

.pr-5 {
	padding-right: 1.25rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

.px-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.py-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-1.5 {
	padding: 1.5rem;
}

.pl-6 {
	padding-left: 1.5rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

.pr-6 {
	padding-right: 1.5rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.px-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.p-1.75 {
	padding: 1.75rem;
}

.pl-7 {
	padding-left: 1.75rem;
}

.pt-7 {
	padding-top: 1.75rem;
}

.pr-7 {
	padding-right: 1.75rem;
}

.pb-7 {
	padding-bottom: 1.75rem;
}

.px-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}

.py-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.p-2 {
	padding: 2rem;
}

.pl-8 {
	padding-left: 2rem;
}

.pt-8 {
	padding-top: 2rem;
}

.pr-8 {
	padding-right: 2rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.px-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.p-2.25 {
	padding: 2.25rem;
}

.pl-9 {
	padding-left: 2.25rem;
}

.pt-9 {
	padding-top: 2.25rem;
}

.pr-9 {
	padding-right: 2.25rem;
}

.pb-9 {
	padding-bottom: 2.25rem;
}

.px-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.py-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

.p-2.5 {
	padding: 2.5rem;
}

.pl-10 {
	padding-left: 2.5rem;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pr-10 {
	padding-right: 2.5rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.px-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-2.75 {
	padding: 2.75rem;
}

.pl-11 {
	padding-left: 2.75rem;
}

.pt-11 {
	padding-top: 2.75rem;
}

.pr-11 {
	padding-right: 2.75rem;
}

.pb-11 {
	padding-bottom: 2.75rem;
}

.px-11 {
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
}

.py-11 {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

.p-3 {
	padding: 3rem;
}

.pl-12 {
	padding-left: 3rem;
}

.pt-12 {
	padding-top: 3rem;
}

.pr-12 {
	padding-right: 3rem;
}

.pb-12 {
	padding-bottom: 3rem;
}

.px-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.p-3.25 {
	padding: 3.25rem;
}

.pl-13 {
	padding-left: 3.25rem;
}

.pt-13 {
	padding-top: 3.25rem;
}

.pr-13 {
	padding-right: 3.25rem;
}

.pb-13 {
	padding-bottom: 3.25rem;
}

.px-13 {
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
}

.py-13 {
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}

.p-3.5 {
	padding: 3.5rem;
}

.pl-14 {
	padding-left: 3.5rem;
}

.pt-14 {
	padding-top: 3.5rem;
}

.pr-14 {
	padding-right: 3.5rem;
}

.pb-14 {
	padding-bottom: 3.5rem;
}

.px-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.py-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.p-3.75 {
	padding: 3.75rem;
}

.pl-15 {
	padding-left: 3.75rem;
}

.pt-15 {
	padding-top: 3.75rem;
}

.pr-15 {
	padding-right: 3.75rem;
}

.pb-15 {
	padding-bottom: 3.75rem;
}

.px-15 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.py-15 {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.p-4 {
	padding: 4rem;
}

.pl-16 {
	padding-left: 4rem;
}

.pt-16 {
	padding-top: 4rem;
}

.pr-16 {
	padding-right: 4rem;
}

.pb-16 {
	padding-bottom: 4rem;
}

.px-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-16 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.line-clamp-2 {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.title-link:hover {
	text-decoration: underline;
}

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

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

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

.scroll-image img:first-of-type {
	opacity: 0;
	/* Initially hidden */
	transform: translateY(150px);
	/* Initially moved down */
}

.scrollbar.is-scrollable {
	padding-bottom: 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;
}

.box-sub-heading {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 767px) {
	.box-sub-heading {
		margin-bottom: 20px;
	}
}

.box-sub-heading .icon {
	display: flex;
	align-items: center;
	gap: 2px;
}

.box-sub-heading .icon span {
	width: 4px;
	height: 4px;
}

.box-sub-heading .icon span:nth-child(1) {
	background: #542D6E;
}

.box-sub-heading .icon span:nth-child(2) {
	background: #B3C335;
}

.box-sub-heading .icon span:nth-child(3) {
	background: #01836E;
}

.box-sub-heading .icon.icon-color2 span {
	width: 4px;
	height: 4px;
}

.box-sub-heading .icon.icon-color2 span:nth-child(3) {
	background: #FFFFFF;
}

.box-sub-heading .icon.icon-color3 span {
	width: 4px;
	height: 4px;
}

.box-sub-heading .icon.icon-color3 span:nth-child(1) {
	background: #FFFFFF;
}

.box-sub-heading a, .box-sub-heading span {
	text-transform: uppercase;
	letter-spacing: 1.4px;
	line-height: 150%;
}

.box-sub-heading a:hover {
	text-decoration: underline;
}

.desc {
	color: #656565;
}

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

.desc a:not([class*="btn"]) {
	color: #542D6E;
	font-weight: 500;
	text-decoration: underline;
}

.desc a:not([class*="btn"]):hover {
	text-decoration: none;
}

.desc ul li {
	margin-bottom: 10px;
}

.desc ul li:last-child {
	margin-bottom: 0;
}

.desc ul li::marker {
	color: #542D6E;
}

.desc.text-light {
	color: #FFFFFF;
}

.desc.text-light a:not([class*="btn"]) {
	color: #FFFFFF;
	font-weight: 500;
	text-decoration: underline;
}

.desc.text-light a:not([class*="btn"]):hover {
	text-decoration: none;
}

.desc.text-light ul li::marker {
	color: #FFFFFF;
}

.text-dark {
	color: #656565;
}

.text-purple {
	color: #542D6E;
}

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

.bg-white {
	background: #FFFFFF;
}

.bg-grey {
	background: #E6E6E6;
}

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

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

.bg-purple {
	background-color: #542D6E;
}

.bg-teal {
	background-color: #01836E;
}

.bg-green {
	background-color: #B3C335;
}

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

.standard-form {
	position: relative;
}

.standard-form .icon {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 30%;
	height: auto;
}

.standard-form.bg-teal path.teal {
	fill: #FFFFFF;
}

.standard-form.bg-purple path.purple {
	fill: #FFFFFF;
}

.standard-form .content_top {
	margin-bottom: 40px;
	max-width: 67%;
}

.standard-form .content_top .heading {
	margin-bottom: 20px;
}

.standard-form .content_bot {
	max-width: 67%;
}

.standard-form .content_bot .nf-form-cont .submit-container .field-wrap {
	justify-content: flex-start;
}

@media (max-width: 1024px) {
	.standard-form .icon {
		display: none;
	}
	.standard-form .content_top {
		width: 100%;
		max-width: 100%;
	}
	.standard-form .content_bot {
		width: 100%;
		max-width: 100%;
	}
}

/* Block one column
--------------------------------------------- */
.one-column-text .content {
	text-align: center;
}

.one-column-text .content .desc {
	max-width: 1068px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.one-column-text .content .btn {
	margin: 28px auto 0;
}

.one-column-accordion .container {
	max-width: 1108px;
}

.one-column-accordion .container .content {
	text-align: center;
}

.one-column-accordion .container .content .desc {
	max-width: 1068px;
	margin-left: auto;
	margin-right: auto;
}

.one-column-accordion .list_accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.one-column-accordion .list_accordion .item_accordion {
	border-radius: 20px;
	border: 1px solid #656565;
	background: #FFFFFF;
	padding: 20px 28px;
	position: relative;
}

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

.one-column-accordion .list_accordion .item_accordion .heading_accordion {
	background: transparent;
	border: none;
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	outline: none;
	color: #542D6E;
	position: relative;
	z-index: 1;
	padding: 0;
}

.one-column-accordion .list_accordion .item_accordion .heading_accordion:after {
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="1" y="1" width="38" height="38" rx="19" stroke="url(%23paint0_linear_4584_10027)" stroke-width="2"/><circle cx="20" cy="20" r="16" fill="%23542D6E"/><path d="M27.7782 18.8888H21.1115V12.2222H18.8893V18.8888H12.2227V21.1111H18.8893V27.7777H21.1115V21.1111H27.7782V18.8888Z" fill="white"/><defs><linearGradient id="paint0_linear_4584_10027" x1="0" y1="20" x2="40" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="%23542D6E"/><stop offset="0.5" stop-color="%23B3C335"/><stop offset="1" stop-color="%2301836E"/></linearGradient></defs></svg>');
	width: 40px;
	height: 40px;
	display: block;
}

.one-column-accordion .list_accordion .item_accordion .heading_accordion:before {
	content: '';
	display: block;
	width: calc(100% + 56px);
	height: calc(100% + 40px);
	position: absolute;
	top: -20px;
	left: -28px;
}

.one-column-accordion .list_accordion .item_accordion .heading_accordion:hover:after {
	transform: rotate(45deg);
}

.one-column-accordion .list_accordion .item_accordion .content_accordion {
	position: relative;
	z-index: 1;
}

.one-column-accordion .list_accordion .item_accordion .content_accordion > *:last-child:not(.btn) {
	margin-bottom: 0;
}

.one-column-accordion .list_accordion .item_accordion.show {
	box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
	border: none;
}

.one-column-accordion .list_accordion .item_accordion.show:before {
	opacity: 1;
}

.one-column-accordion .list_accordion .item_accordion.show .heading_accordion {
	margin-bottom: 12px;
}

.one-column-accordion .list_accordion .item_accordion.show .heading_accordion:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="1" y="1" width="38" height="38" rx="19" stroke="url(%23paint0_linear_4584_10033)" stroke-width="2"/><circle cx="20" cy="20" r="16" fill="%23542D6E"/><path d="M24.6581 13.7156L19.9436 18.4289L15.2303 13.7156L13.6592 15.2867L18.3725 20L13.6592 24.7134L15.2303 26.2845L19.9436 21.5711L24.6581 26.2845L26.2292 24.7134L21.5158 20L26.2292 15.2867L24.6581 13.7156Z" fill="white"/><defs><linearGradient id="paint0_linear_4584_10033" x1="0" y1="20" x2="40" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="%23542D6E"/><stop offset="0.5" stop-color="%23B3C335"/><stop offset="1" stop-color="%2301836E"/></linearGradient></defs></svg>');
}

/* Block two columns
--------------------------------------------- */
.two-column-related-pages .box-sub-heading {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.two-column-related-pages .box-sub-heading {
		margin-bottom: 28px;
	}
}

.two-column-related-pages .list_content .swiper-slide .box-content {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 20px;
	padding: 40px;
	width: calc(100% - 40px);
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.two-column-related-pages .list_content .swiper-slide .box-content {
		padding: 28px;
	}
}

.two-column-related-pages .list_content .swiper-slide .box-content .heading {
	margin-bottom: 12px;
}

.two-column-related-pages .list_content .swiper-slide .box-content .desc {
	margin-bottom: 0;
	max-height: 0;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.two-column-related-pages .list_content .swiper-slide .box-content:hover .desc {
		margin-bottom: 20px;
		max-height: 120px;
		overflow: auto;
	}
}

@media (min-width: 1024px) and (max-width: 767px) {
	.two-column-related-pages .list_content .swiper-slide .box-content:hover .desc {
		max-height: 144px;
	}
}

@media (min-width: 1024px) {
	.two-column-related-pages .list_content .swiper-slide .box-content:hover .desc::-webkit-scrollbar {
		width: 0;
	}
}

.two-column-related-pages .list_content .box-image img {
	display: block;
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 636/500;
	object-fit: cover;
}

@media (max-width: 767px) {
	.two-column-related-pages .list_content .box-image img {
		aspect-ratio: 350/420;
	}
}

.two-column-text-icons .grid-content {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.two-column-text-icons .grid-content {
		display: block;
	}
}

.two-column-text-icons .grid-content .content-left {
	flex-basis: 40.5%;
}

@media (max-width: 1024px) {
	.two-column-text-icons .grid-content .content-left {
		margin-bottom: 40px;
	}
}

.two-column-text-icons .grid-content .content-left .heading {
	margin-bottom: 36px;
}

.two-column-text-icons .grid-content .content-right {
	flex-basis: 49%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

@media (max-width: 767px) {
	.two-column-text-icons .grid-content .content-right {
		display: block;
	}
}

@media (max-width: 767px) {
	.two-column-text-icons .grid-content .content-right .item {
		margin-bottom: 20px;
	}
}

.two-column-text-icons .grid-content .content-right .item .icon {
	display: block;
	margin-bottom: 12px;
	max-height: 60px;
	width: 60px;
	height: 60px;
}

.two-column-text-icons .grid-content .content-right .item .icon svg {
	width: 100%;
	height: 100%;
}

.two-column-text-icons .grid-content .content-right .item .icon.icon-light svg path {
	fill: #FFFFFF;
}

.two-column-text-icons .grid-content .content-right .item h5 {
	margin-bottom: 8px;
}

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

.two-column-text-images .grid-content.image-in-left .content-left {
	grid-area: image;
}

.two-column-text-images .grid-content.image-in-left .content-right {
	grid-area: text;
}

@media (max-width: 767px) {
	.two-column-text-images .grid-content {
		display: block;
	}
}

.two-column-text-images .grid-content .content-left {
	grid-area: text;
}

@media (max-width: 767px) {
	.two-column-text-images .grid-content .content-left {
		margin-bottom: 60px;
	}
}

.two-column-text-images .grid-content .content-left .box-sub-heading {
	margin-bottom: 20px;
}

.two-column-text-images .grid-content .content-left .heading {
	margin-bottom: 20px;
}

.two-column-text-images .grid-content .content-left .desc {
	margin-bottom: 35px;
}

.two-column-text-images .grid-content .content-right {
	grid-area: image;
}

.two-column-text-images .grid-content .content-right img {
	border-radius: 20px;
}

@media (max-width: 767px) {
	.two-column-text-images .grid-content .content-right {
		display: block;
	}
	.two-column-text-images .grid-content .content-right .box-image img {
		width: 100%;
	}
}

.two-column-text-featured-images {
	--data_bg: #FFFFFF;
	--data-svg-cover: url("data:image/svg+xml;utf8,                <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>                  <path d='M100 0 L100 100 Q50 40 0 0 Z' fill=\"white\"/>                </svg>");
}

.two-column-text-featured-images.bg-teal {
	--data_bg: #01836E;
	--data-svg-cover: url("data:image/svg+xml;utf8,              <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>                <path d='M100 0 L100 100 Q50 40 0 0 Z' fill=\"%2301836E\"/>              </svg>");
}

.two-column-text-featured-images.bg-grey {
	--data_bg: #E6E6E6;
	--data-svg-cover: url("data:image/svg+xml;utf8,              <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>                <path d='M100 0 L100 100 Q50 40 0 0 Z' fill=\"%23E6E6E6\"/>              </svg>");
}

.two-column-text-featured-images.bg-purple {
	--data_bg: #542D6E;
	--data-svg-cover: url("data:image/svg+xml;utf8,              <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>                <path d='M100 0 L100 100 Q50 40 0 0 Z' fill=\"%23542D6E\"/>              </svg>");
}

.two-column-text-featured-images.bg-bold-grey {
	--data_bg: #656565;
	--data-svg-cover: url("data:image/svg+xml;utf8,              <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>                <path d='M100 0 L100 100 Q50 40 0 0 Z' fill=\"%23656565\"/>              </svg>");
}

.two-column-text-featured-images.bg-mid-grey {
	--data_bg: #747474;
	--data-svg-cover: url("data:image/svg+xml;utf8,              <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>                <path d='M100 0 L100 100 Q50 40 0 0 Z' fill=\"%23747474\"/>              </svg>");
}

.two-column-text-featured-images.bg-green {
	--data_bg: #B3C335;
	--data-svg-cover: url("data:image/svg+xml;utf8,              <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>                <path d='M100 0 L100 100 Q50 40 0 0 Z' fill=\"%23B3C335\"/>              </svg>");
}

@media (max-width: 767px) {
	.two-column-text-featured-images {
		padding: 60px 0;
	}
}

.two-column-text-featured-images .grid-content {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 0;
}

@media (max-width: 767px) {
	.two-column-text-featured-images .grid-content {
		display: block;
	}
}

.two-column-text-featured-images .grid-content .content-left {
	flex-basis: 636px;
	padding-left: calc((100vw - 1328px) / 2 - 7px);
	padding-bottom: clamp(60px, 4vw, 100px);
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: content-box;
}

.two-column-text-featured-images .grid-content .content-left .box-sub-heading {
	margin-bottom: 20px;
}

.two-column-text-featured-images .grid-content .content-left .heading {
	margin-bottom: 20px;
}

.two-column-text-featured-images .grid-content .content-left .desc {
	margin-bottom: 35px;
}

.two-column-text-featured-images .grid-content .content-right {
	flex-basis: 42%;
	display: flex;
	justify-content: end;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.two-column-text-featured-images .grid-content .content-right {
		padding-left: 20px;
	}
}

.two-column-text-featured-images .grid-content .content-right .list-images {
	position: relative;
	height: 100%;
	aspect-ratio: 1.124304;
	width: 100%;
	overflow: hidden;
}

.two-column-text-featured-images .grid-content .content-right .list-images .box-image {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	overflow: hidden;
}

.two-column-text-featured-images .grid-content .content-right .list-images .box-image img {
	width: 50%;
	height: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
}

.two-column-text-featured-images .grid-content .content-right .list-images .box-image.image_item_1 {
	z-index: 3;
	transform: translate(-50%, 50%);
	width: calc(60.7673267%* 2);
	height: calc(61.9925788%* 2);
	border: 10px solid var(--data_bg);
}

.two-column-text-featured-images .grid-content .content-right .list-images .box-image.image_item_1:before {
	content: "";
	background: var(--data_bg);
	clip-path: ellipse(50% 70% at 52% 70%);
	position: absolute;
	width: calc(49.1513917%);
	height: calc(41.8986054%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.two-column-text-featured-images .grid-content .content-right .list-images .box-image.image_item_2 {
	z-index: 2;
	transform: translate(-50%, 50%);
	width: calc(92.5742574%* 2);
	height: 200%;
	border: 10px solid var(--data_bg);
}

.two-column-text-featured-images .grid-content .content-right .list-images .box-image.image_item_3 {
	z-index: 1;
	width: 33.0033003%;
	height: 94.0352505%;
	left: unset;
	bottom: unset;
	right: 0;
	top: calc(100% - 94.035251%);
	border-radius: 0;
}

.two-column-text-featured-images .grid-content .content-right .list-images .box-image.image_item_3 img {
	width: 100%;
	height: 100%;
}

.two-column-text-featured-images .grid-content .content-right .list-images .box-image.image_item_3:after {
	content: '';
	position: absolute;
	left: -0.5px;
	top: -0.5px;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	width: 65%;
	height: 27%;
	z-index: 1;
	background: var(--data_bg);
}

.two-column-text-featured-images .grid-content .content-right .list-images .box-image.image_item_3:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
	height: 18%;
	background-image: var(--data-svg-cover);
	background-position: top right;
	background-size: 100% 100%;
	z-index: 1;
}

@media (max-width: 767px) {
	.two-column-text-featured-images .grid-content .content-right .list-images {
		max-width: 500px;
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.two-column-text-featured-profile {
		padding: 60px 0;
	}
}

.two-column-text-featured-profile .grid-content {
	display: grid;
	grid-template-columns: 47% 47%;
	grid-template-areas: 'left right';
	justify-content: space-between;
	align-items: center;
	gap: 0;
}

.two-column-text-featured-profile .grid-content.content-in-left {
	grid-template-areas: 'right left';
}

@media (max-width: 767px) {
	.two-column-text-featured-profile .grid-content {
		display: flex;
		flex-direction: column-reverse;
	}
}

.two-column-text-featured-profile .grid-content .content-left {
	grid-area: left;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 28px;
}

@media (max-width: 767px) {
	.two-column-text-featured-profile .grid-content .content-left {
		padding: 0;
	}
}

.two-column-text-featured-profile .grid-content .content-left .profile-linked-link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: underline;
}

.two-column-text-featured-profile .grid-content .content-left .profile-linked-link:hover {
	text-decoration: none;
}

.two-column-text-featured-profile .grid-content .content-left .profile-linked-link:hover svg {
	transform: scale(1.1);
}

.two-column-text-featured-profile .grid-content .content-left .profile-linked-link.text-light svg path {
	fill: #FFFFFF;
}

.two-column-text-featured-profile .grid-content .content-left .profile-linked-link.text-light svg path:nth-child(2) {
	fill: #542D6E;
}

.two-column-text-featured-profile .grid-content .content-right {
	grid-area: right;
	position: relative;
}

.two-column-text-featured-profile .grid-content .content-right .box-sub-heading {
	margin-bottom: 20px;
}

.two-column-text-featured-profile .grid-content .content-right .heading {
	margin-bottom: 20px;
}

.two-column-text-featured-profile .grid-content .content-right .desc {
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.two-column-text-featured-profile .grid-content .content-right {
		padding: 0;
		display: block;
	}
}

.two-column-download {
	--data_bg: #FFFFFF;
	padding-bottom: 0;
}

.two-column-download:not(.hide_color_bar) {
	padding-bottom: 8px;
}

.two-column-download.bg-teal {
	--data_bg: #01836E;
}

.two-column-download.bg-grey {
	--data_bg: #E6E6E6;
}

.two-column-download.bg-purple {
	--data_bg: #542D6E;
}

.two-column-download .grid-content {
	display: grid;
	grid-template-columns: auto 31%;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0;
	padding-left: clamp(20px, calc((100vw - 1328px + 40px) / 2), calc((100vw - 1328px + 40px) / 2));
}

@media (max-width: 767px) {
	.two-column-download .grid-content {
		display: block;
	}
}

.two-column-download .grid-content .content-left {
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.two-column-download .grid-content .content-left {
		padding-bottom: 40px;
		padding-right: 20px;
		margin-bottom: 0;
	}
}

.two-column-download .grid-content .content-left > * {
	max-width: 744px;
}

.two-column-download .grid-content .content-left .box-sub-heading {
	margin-bottom: 20px;
}

.two-column-download .grid-content .content-left .heading {
	margin-bottom: 20px;
}

.two-column-download .grid-content .content-left .desc {
	margin-bottom: 35px;
}

.two-column-download .grid-content .content-right {
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.two-column-download .grid-content .content-right {
		padding: 0;
		display: block;
	}
}

.two-column-download .grid-content .content-right .list-images {
	position: relative;
	height: 100%;
	min-height: 400px;
	aspect-ratio: 450 / 400;
}

@media (max-width: 767px) {
	.two-column-download .grid-content .content-right .list-images {
		min-height: 0;
		max-width: 500px;
		margin-left: auto;
	}
}

.two-column-download .grid-content .content-right .list-images:before {
	content: "";
	background: var(--data_bg);
	border-radius: 100%;
	position: absolute;
	width: 60%;
	height: 60%;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
	z-index: 4;
}

.two-column-download .grid-content .content-right .list-images .box-image {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.two-column-download .grid-content .content-right .list-images .box-image img {
	display: block;
	width: 50%;
	height: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
}

.two-column-download .grid-content .content-right .list-images .box-image.image_item_1 {
	z-index: 3;
	transform: translate(-50%, 50%);
	width: 120%;
	height: 130%;
	border: 10px solid var(--data_bg);
}

.two-column-download .grid-content .content-right .list-images .box-image.image_item_2 {
	z-index: 2;
	transform: translate(-50%, 50%);
	width: 180%;
	height: 200%;
	border: 10px solid var(--data_bg);
}

.two-column-download .grid-content .content-right .list-images .box-image.image_item_3 {
	z-index: 1;
	transform: translate(-50%, 50%);
	width: 240%;
	height: 260%;
}

.two-column-download .grid-content .content-right .list-images .box-image.image_item_3:before {
	content: "";
	width: 100%;
	height: 40%;
	background: var(--data_bg);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	transform: rotate(-43deg);
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
	.two-column-download .grid-content {
		grid-template-columns: auto 47%;
		gap: 20px;
		align-items: flex-start;
	}
	.two-column-download .grid-content .content-right .list-images {
		min-height: 0;
	}
}

/* Block three columns
--------------------------------------------- */
.three-column-related-pages .list_content .swiper-slide .box-content {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 20px;
	padding: 40px;
	width: calc(100% - 40px);
	box-sizing: border-box;
}

@media (max-width: 1280px) {
	.three-column-related-pages .list_content .swiper-slide .box-content {
		padding: 28px;
	}
}

.three-column-related-pages .list_content .swiper-slide .box-content .heading {
	color: #FFFFFF;
	margin-bottom: 12px;
}

.three-column-related-pages .list_content .swiper-slide .box-content .desc {
	color: #FFFFFF;
	margin-bottom: 0;
	max-height: 0;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.three-column-related-pages .list_content .swiper-slide .box-content:hover .desc {
		margin-bottom: 20px;
		max-height: 500px;
		overflow: hidden;
	}
}

.three-column-related-pages .list_content .box-image img {
	display: block;
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 420/500;
	object-fit: cover;
}

@media (max-width: 767px) {
	.three-column-related-pages .list_content .box-image img {
		aspect-ratio: 350/420;
	}
}

.three-column-related-pages .list_content .slider-2-items .box-image img {
	display: block;
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 636/500;
	object-fit: cover;
}

.three-column-cards .box-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: clamp(40px, 3vw, 60px);
}

@media (max-width: 1024px) {
	.three-column-cards .box-heading {
		display: block;
		text-align: center;
	}
}

.three-column-cards .box-heading .bh_left {
	flex-basis: 960px;
}

@media (max-width: 1280px) {
	.three-column-cards .box-heading .bh_left {
		flex-basis: auto;
	}
}

@media (max-width: 1024px) {
	.three-column-cards .box-heading .bh_left {
		margin-bottom: 24px;
	}
}

.three-column-cards .box-heading .bh_left .box-sub-heading {
	margin-bottom: 20px;
}

.three-column-cards .box-heading .bh_left > *:last-child {
	margin-bottom: 0;
}

.three-column-cards .box-heading .bh_right {
	flex-basis: max-content;
}

@media (max-width: 1024px) {
	.three-column-cards .box-heading .bh_right .btn {
		margin: 0 auto;
	}
}

.three-column-cards .list_cards.list_cards_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

@media (max-width: 767px) {
	.three-column-cards .list_cards.list_cards_grid {
		display: block;
	}
	.three-column-cards .list_cards.list_cards_grid .card-item {
		margin-bottom: 12px;
	}
}

@media (max-width: 1024px) {
	.three-column-cards .list_cards.list_cards_grid {
		grid-template-columns: 1fr 1fr;
	}
}

.three-column-cards .list_cards .card-item {
	position: relative;
	border-radius: 20px;
}

.three-column-cards .list_cards .card-item .card-image-content {
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.three-column-cards .list_cards .card-item .card-image-content {
		max-height: 40vw;
		border-radius: 20px;
	}
}

.three-column-cards .list_cards .card-item .card-image-content:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(17, 0, 29, 0.6) 0%, rgba(17, 0, 29, 0.6) 100%);
	z-index: 1;
}

.three-column-cards .list_cards .card-item .card-image-content .image {
	display: block;
	border-radius: 20px;
	width: 100%;
	aspect-ratio: 423/540;
}

.three-column-cards .list_cards .card-item .card-image-content img {
	display: block;
	border-radius: 20px;
	width: 100%;
	aspect-ratio: 423/540;
	object-fit: cover;
	object-position: top;
}

@media (max-width: 767px) {
	.three-column-cards .list_cards .card-item .card-image-content img {
		width: 100%;
		object-fit: cover;
		object-position: top;
		height: 100%;
		aspect-ratio: 350 / 168;
	}
}

.three-column-cards .list_cards .card-item .card-image-content .box-content {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (max-width: 767px) {
	.three-column-cards .list_cards .card-item .card-image-content .box-content {
		padding: 28px 20px;
	}
}

.three-column-cards .list_cards .card-item .card-image-content .box-content .heading {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.three-column-cards .list_cards .card-item .card-image-content .box-content .heading {
		margin: 0;
	}
}

.three-column-cards .list_cards .card-item .card-image-content .box-content ul.list-features {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
}

@media (max-width: 767px) {
	.three-column-cards .list_cards .card-item .card-image-content .box-content ul.list-features {
		display: none;
	}
}

.three-column-cards .list_cards .card-item .card-image-content .box-content ul.list-features li {
	display: flex;
	align-items: flex-start;
	margin: 4px 0;
	gap: 8px;
}

.three-column-cards .list_cards .card-item .card-image-content .box-content ul.list-features li svg {
	min-width: 24px;
}

.three-column-cards .list_cards .card-item .card-image-content .box-content .content-text {
	position: absolute;
	left: 40px;
	width: calc(100% - 80px);
	top: auto;
	bottom: 28px;
}

@media (max-width: 767px) {
	.three-column-cards .list_cards .card-item .card-image-content .box-content .content-text {
		width: calc(100% - 40px);
		left: 20px;
		top: auto;
		bottom: 28px;
	}
}

.three-column-cards .list_cards .card-item .card-image-content .box-content .content-text .desc {
	max-height: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.three-column-cards .list_cards .card-item .card-image-content .box-content .content-text .desc {
		display: none;
	}
}

.three-column-cards .list_cards .card-item .card-image-content .box-content .action {
	position: absolute;
	transform: translateY(100%);
	bottom: 0;
	margin: 0;
	z-index: 2;
}

@media (max-width: 767px) {
	.three-column-cards .list_cards .card-item .card-image-content .box-content .action {
		transform: none;
		top: 28px;
		font-size: 0;
		height: 48px;
		gap: 0;
		right: 20px;
	}
}

@media (min-width: 1024px) {
	.three-column-cards .list_cards .card-item .card-image-content:hover .box-content .content-text {
		top: 40px;
	}
	.three-column-cards .list_cards .card-item .card-image-content:hover .box-content .content-text .desc {
		max-height: 200px;
	}
	.three-column-cards .list_cards .card-item .card-image-content:hover .box-content .action {
		position: absolute;
		transform: translateY(0);
		bottom: 40px;
	}
}

@media (max-width: 1024px) {
	.three-column-cards .list_cards .card-item .card-image-content:hover img {
		transform: scale(1.05);
	}
}

@media (max-width: 767px) {
	.three-column-cards .list_cards .card-item .card-image-content:hover .box-content .action {
		transform: rotate(-45deg);
	}
}

.three-column-page-links .list_items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}

.three-column-page-links .list_items.data-grid-2-items {
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
	.three-column-page-links .list_items {
		display: block;
	}
	.three-column-page-links .list_items .card-item {
		margin-bottom: 12px;
	}
}

@media (max-width: 1024px) {
	.three-column-page-links .list_items {
		grid-template-columns: 1fr 1fr;
	}
}

.three-column-page-links .list_items .item {
	padding: 28px;
	margin: 0;
	position: relative;
	border-radius: 20px;
}

@media (max-width: 1024px) {
	.three-column-page-links .list_items .item {
		margin-bottom: 12px;
	}
}

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

.three-column-page-links .list_items .item .heading {
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
}

.three-column-page-links .list_items .item .desc {
	margin-bottom: 28px;
	position: relative;
	z-index: 2;
}

.three-column-page-links .list_items .item .action {
	position: relative;
	z-index: 2;
}

.three-column-page-links.bg-teal .list_items .item:before, .three-column-page-links.bg-purple .list_items .item:before {
	background: #fff;
}

.three-column-principals .list_items {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.three-column-principals .list_items .item {
	padding: 28px 40px;
	position: relative;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100%/3 - 12px*2/3);
}

@media (max-width: 1024px) {
	.three-column-principals .list_items .item {
		width: calc(50% - 12px/2);
	}
}

@media (max-width: 767px) {
	.three-column-principals .list_items .item {
		width: 100%;
		padding: 28px;
	}
}

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

.three-column-principals .list_items .item .heading {
	position: relative;
	z-index: 2;
}

.three-column-principals .facetwp-bottom {
	margin-top: clamp(20px, 3vw, 40px);
}

.three-column-principals.bg-teal .list_items .item:before, .three-column-principals.bg-purple .list_items .item:before {
	background: #FFFFFF;
}

.custom-tabs .box-sub-heading {
	margin: 0 0 20px;
}

.custom-tabs.bg-teal .list_content_tab .tab-content-text, .custom-tabs.bg-purple .list_content_tab .tab-content-text {
	border-color: #FFFFFF;
}

.custom-tabs .heading {
	margin: 0 0 20px;
}

.custom-tabs .block_excerpt {
	margin: 0 0 20px;
	max-width: 80%;
}

@media (max-width: 767px) {
	.custom-tabs .block_excerpt {
		max-width: 100%;
	}
}

.custom-tabs .excerpt-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.custom-tabs .excerpt-action {
		display: block;
		margin-bottom: 40px;
	}
}

.custom-tabs .list_content_tab {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}

@media (max-width: 767px) {
	.custom-tabs .list_content_tab {
		display: block;
	}
}

.custom-tabs .list_content_tab .tab-content-text {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #656565;
}

.custom-tabs .list_content_tab .tab-content-text:last-child {
	border: none;
	margin: 0;
}

.custom-tabs .list_content_tab .tab-content-text .tab_name {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	gap: 12px;
	opacity: 0.75;
	margin: 0;
}

.custom-tabs .list_content_tab .tab-content-text .details {
	display: none;
}

.custom-tabs .list_content_tab .tab-content-text .details .desc {
	margin: 20px 0 0;
}

.custom-tabs .list_content_tab .tab-content-text .details .cta {
	margin: 28px 0 0;
}

@media (max-width: 767px) {
	.custom-tabs .list_content_tab .tab-content-text .details .cta {
		margin: 28px 0 0 7px;
	}
}

.custom-tabs .list_content_tab .tab-content-text .details ul.list-features {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.custom-tabs .list_content_tab .tab-content-text .details ul.list-features li {
	display: flex;
	align-items: center;
	margin: 4px 0;
	gap: 8px;
}

.custom-tabs .list_content_tab .tab-content-text .details ul.list-features li.text-light svg path {
	fill: #FFFFFF;
}

.custom-tabs .list_content_tab .tab-content-text .details .content_img {
	display: none;
	margin-top: 40px;
}

@media (max-width: 767px) {
	.custom-tabs .list_content_tab .tab-content-text .details .content_img {
		display: block;
	}
}

.custom-tabs .list_content_tab .tab-content-text.active .tab_name {
	opacity: 1;
}

.custom-tabs .list_content_tab .tab-content-text.active .tab_name .icon {
	transform: rotate(90deg);
}

.custom-tabs .list_content_tab .tab-content-text.active .details {
	display: block;
}

@media (max-width: 767px) {
	.custom-tabs .list_content_tab .tab-content-image-wrapper {
		display: none;
	}
}

.custom-tabs .list_content_tab .tab-content-image-wrapper .tab-content-image {
	display: none;
}

.custom-tabs .list_content_tab .tab-content-image-wrapper .tab-content-image img {
	border-radius: 20px;
}

.custom-tabs .list_content_tab .tab-content-image-wrapper .tab-content-image.active {
	display: block;
}

.custom-category-tabs.bg-teal .list_content_tab .tab-category-title .category-item,
.custom-category-tabs.bg-teal .list_content_tab .tab-category-content-wrapper .category-item, .custom-category-tabs.bg-purple .list_content_tab .tab-category-title .category-item,
.custom-category-tabs.bg-purple .list_content_tab .tab-category-content-wrapper .category-item {
	background: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.custom-category-tabs.bg-teal .list_content_tab .tab-category-title .category-item:after,
.custom-category-tabs.bg-teal .list_content_tab .tab-category-content-wrapper .category-item:after, .custom-category-tabs.bg-purple .list_content_tab .tab-category-title .category-item:after,
.custom-category-tabs.bg-purple .list_content_tab .tab-category-content-wrapper .category-item:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/i-collapse-2.svg);
}

.custom-category-tabs.bg-teal .list_content_tab .tab-category-title .category-item:hover,
.custom-category-tabs.bg-teal .list_content_tab .tab-category-content-wrapper .category-item:hover, .custom-category-tabs.bg-purple .list_content_tab .tab-category-title .category-item:hover,
.custom-category-tabs.bg-purple .list_content_tab .tab-category-content-wrapper .category-item:hover {
	background: #FFFFFF;
	color: #542D6E;
}

.custom-category-tabs.bg-teal .list_content_tab .tab-category-title .category-item.active,
.custom-category-tabs.bg-teal .list_content_tab .tab-category-content-wrapper .category-item.active, .custom-category-tabs.bg-purple .list_content_tab .tab-category-title .category-item.active,
.custom-category-tabs.bg-purple .list_content_tab .tab-category-content-wrapper .category-item.active {
	background: #FFFFFF;
	color: #542D6E;
}

.custom-category-tabs.bg-teal .list_content_tab .tab-category-title .category-item.active:before,
.custom-category-tabs.bg-teal .list_content_tab .tab-category-content-wrapper .category-item.active:before, .custom-category-tabs.bg-purple .list_content_tab .tab-category-title .category-item.active:before,
.custom-category-tabs.bg-purple .list_content_tab .tab-category-content-wrapper .category-item.active:before {
	background: linear-gradient(90deg, #fff 0%, #b3c335 50%, #01836E 100%);
}

.custom-category-tabs.bg-teal .list_content_tab .tab-category-title .category-item.active:after,
.custom-category-tabs.bg-teal .list_content_tab .tab-category-content-wrapper .category-item.active:after, .custom-category-tabs.bg-purple .list_content_tab .tab-category-title .category-item.active:after,
.custom-category-tabs.bg-purple .list_content_tab .tab-category-content-wrapper .category-item.active:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/i-expanded-2.svg);
}

.custom-category-tabs .list_content_tab {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 60px;
}

@media (max-width: 1024px) {
	.custom-category-tabs .list_content_tab {
		display: block;
	}
}

@media (max-width: 1280px) {
	.custom-category-tabs .list_content_tab {
		grid-template-columns: 1fr 1.5fr;
		gap: 30px;
	}
}

@media (max-width: 1024px) {
	.custom-category-tabs .list_content_tab .tab-category-title {
		display: none;
	}
}

.custom-category-tabs .list_content_tab .tab-category-title .category-item {
	width: 100%;
	border-radius: 20px;
	border: 1px solid #656565;
	background: #FFFFFF;
	color: #656565;
	display: flex;
	padding: 20px 28px;
	margin-bottom: 12px;
	position: relative;
}

.custom-category-tabs .list_content_tab .tab-category-title .category-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 28px;
	margin-top: -20px;
	width: 40px;
	height: 41px;
	background-image: url(/wp-content/themes/rbh-group/images/icons/i-collapse.svg);
}

@media (max-width: 767px) {
	.custom-category-tabs .list_content_tab .tab-category-title .category-item:after {
		background-size: 32px;
		width: 32px;
		height: 33px;
		margin-top: -16px;
	}
}

.custom-category-tabs .list_content_tab .tab-category-title .category-item:hover {
	background: #E6E6E6;
	color: #542D6E;
}

.custom-category-tabs .list_content_tab .tab-category-title .category-item.active {
	background: #542D6E;
	box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.03);
	color: #FFFFFF;
	border: none;
}

.custom-category-tabs .list_content_tab .tab-category-title .category-item.active:before {
	content: "";
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(90deg, #542D6E 0%, #b3c335 50%, #01836E 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	height: 100%;
}

.custom-category-tabs .list_content_tab .tab-category-title .category-item.active:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/i-expanded.svg);
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .category-item {
	width: 100%;
	border-radius: 20px;
	border: 1px solid #656565;
	background: #FFFFFF;
	color: #656565;
	display: none;
	padding: 20px 28px;
	margin-bottom: 12px;
	position: relative;
}

@media (max-width: 1024px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .category-item {
		display: flex;
	}
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .category-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 28px;
	margin-top: -20px;
	width: 40px;
	height: 41px;
	background-image: url(/wp-content/themes/rbh-group/images/icons/i-collapse.svg);
}

@media (max-width: 767px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .category-item:after {
		background-size: 32px;
		width: 32px;
		height: 33px;
	}
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .category-item.active {
	background: #542D6E;
	box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.03);
	color: #FFFFFF;
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .category-item.active:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/i-expanded.svg);
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content {
	display: none;
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content.active {
	display: block;
}

@media (max-width: 1024px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content.active {
		text-align: center;
	}
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .heading {
	margin-bottom: 16px;
}

@media (max-width: 1024px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .heading {
		text-align: center;
		margin: 32px 0 16px;
	}
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .show_content {
	background: transparent;
	display: none;
}

@media (max-width: 1024px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .show_content {
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-image-mobile {
	display: none;
	margin-bottom: 16px;
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-image-mobile img {
	object-fit: cover;
	display: block;
	aspect-ratio: 350 / 225;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-image-mobile {
		display: block;
	}
}

@media (max-width: 1024px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-cms {
		max-height: 0;
		overflow: hidden;
		margin-top: 28px;
		transition: max-height 0.5s ease-out;
		text-align: center;
	}
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-cms .btn {
		justify-content: center;
		margin: 0 auto;
	}
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-cms.active {
		max-height: 1000px;
		overflow: visible;
	}
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .desc {
	margin-bottom: 16px;
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-image {
	margin-bottom: 16px;
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-image img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-image {
		display: none;
	}
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .category-product-items {
	margin-top: 40px;
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .product-item {
	position: relative;
	border-radius: 20px;
	padding: 28px;
	margin-bottom: 12px;
	background: #FFFFFF;
}

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

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .product-item .content_product {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}

@media (max-width: 1024px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .product-item .content_product {
		flex-direction: column;
		align-items: flex-start;
	}
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .product-item .content_product .content-text {
	width: 60%;
}

@media (max-width: 1024px) {
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .product-item .content_product .content-text {
		width: 100%;
		text-align: left;
	}
	.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .product-item .content_product .content-text .heading {
		text-align: left;
	}
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .product-item .heading {
	flex-grow: 1;
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .product-item .application .text-small {
	text-transform: uppercase;
	color: #542D6E;
}

.custom-category-tabs .list_content_tab .tab-category-content-wrapper .tab-category-content .product-item .application .list_data span {
	padding-right: 4px;
}

.custom-timeline {
	position: relative;
	--data_bg: #FFFFFF;
}

.custom-timeline.bg-teal {
	--data_bg: #01836E;
}

.custom-timeline.bg-grey {
	--data_bg: #E6E6E6;
}

.custom-timeline.bg-purple {
	--data_bg: #542D6E;
}

.custom-timeline .heading {
	margin-bottom: 28px;
	text-align: center;
}

.custom-timeline .desc {
	max-width: 75%;
	margin: 0 auto 80px;
	text-align: center;
}

@media (max-width: 767px) {
	.custom-timeline .desc {
		max-width: 100%;
		margin: 0 auto 50px;
	}
}

.custom-timeline .mySwiper_timeline {
	max-width: 1328px;
	padding: 0 65px 0;
}

@media (max-width: 767px) {
	.custom-timeline .mySwiper_timeline {
		padding: 0;
	}
}

.custom-timeline .mySwiper_timeline .swiper-button-next, .custom-timeline .mySwiper_timeline .swiper-button-prev {
	transform: unset;
	position: absolute;
}

.custom-timeline .mySwiper_timeline .swiper-button-next:hover, .custom-timeline .mySwiper_timeline .swiper-button-prev:hover {
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.custom-timeline .mySwiper_timeline .swiper-button-next, .custom-timeline .mySwiper_timeline .swiper-button-prev {
		display: none;
	}
}

.custom-timeline .mySwiper_timeline .swiper-button-next {
	top: 50%;
	margin-top: -30px;
	right: 0;
}

.custom-timeline .mySwiper_timeline .swiper-button-prev {
	top: 50%;
	left: 0;
	margin-top: -30px;
}

.custom-timeline .mySwiper_timeline .swiper-wrapper {
	position: relative;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.custom-timeline .mySwiper_timeline .swiper-wrapper {
		display: block;
		transform: unset !important;
	}
}

.custom-timeline .mySwiper_timeline .swiper-slide {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	text-align: left;
	padding: 0;
	visibility: hidden;
	justify-content: center;
}

@media (max-width: 767px) {
	.custom-timeline .mySwiper_timeline .swiper-slide {
		width: 100% !important;
		transform: unset !important;
		visibility: visible;
		padding: 0 0 10px;
	}
}

.custom-timeline .mySwiper_timeline .swiper-slide .timeline-detail-wrapper {
	height: 100%;
	display: grid;
	grid-template-rows: 1fr 31px 1fr;
}

@media (max-width: 767px) {
	.custom-timeline .mySwiper_timeline .swiper-slide .timeline-detail-wrapper {
		display: block;
		margin-left: 40px;
	}
}

.custom-timeline .mySwiper_timeline .swiper-slide .timeline-detail-wrapper._top .timeline-details {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.custom-timeline .mySwiper_timeline .swiper-slide .timeline-detail-wrapper._bottom .dot {
	align-items: flex-end;
}

.custom-timeline .mySwiper_timeline .swiper-slide .timeline-details {
	padding: 0 0 0 8px;
	width: 100%;
	min-height: fit-content;
	box-sizing: border-box;
}

.custom-timeline .mySwiper_timeline .swiper-slide .timeline-details._top {
	padding-bottom: 20px;
}

.custom-timeline .mySwiper_timeline .swiper-slide .timeline-details._bottom {
	padding-top: 20px;
}

@media (max-width: 767px) {
	.custom-timeline .mySwiper_timeline .swiper-slide .timeline-details {
		position: static !important;
		padding: 5px 0 0;
	}
}

.custom-timeline .mySwiper_timeline .swiper-slide > * {
	flex: none;
}

.custom-timeline .mySwiper_timeline .swiper-slide:before {
	position: absolute;
	width: 100%;
	background: #FFFFFF;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	right: 0;
}

.custom-timeline .mySwiper_timeline .swiper-slide.swiper-slide-visible {
	visibility: visible;
}

.custom-timeline .mySwiper_timeline .swiper-slide .dot {
	display: flex;
	align-items: flex-start;
	z-index: 1;
}

@media (max-width: 767px) {
	.custom-timeline .mySwiper_timeline .swiper-slide .dot {
		position: absolute;
		left: 0;
		top: 0;
	}
}

.custom-timeline .mySwiper_timeline .swiper-slide .dot:before {
	content: '';
	display: block;
	width: 31px;
	height: 31px;
	background: white;
	border: 8px solid var(--data_bg);
	border-radius: 50%;
	box-sizing: border-box;
	min-width: 31px;
}

.custom-timeline .mySwiper_timeline .swiper-slide .dot:after {
	content: '';
	width: 100%;
	background: #FFFFFF;
	height: 2px;
	right: 0;
	margin: 14.5px 0;
}

@media (max-width: 767px) {
	.custom-timeline .mySwiper_timeline .swiper-slide .dot:after {
		content: '';
		position: absolute;
		width: 2px;
		background: #FFFFFF;
		height: 180%;
		top: 14px;
		left: 14px;
	}
}

.custom-timeline .mySwiper_timeline .swiper-slide.swiper-slide-thumb-active .dot {
	width: 28px;
	height: 28px;
	padding: 6px;
	margin-top: 0;
	margin-bottom: 0;
	background: #FFFFFF;
}

.custom-timeline .mySwiper_timeline .swiper-slide.swiper-slide-thumb-active .dot:before {
	width: 16px;
	height: 16px;
	background: #542D6E;
}

.custom-benefits-carousel .box-sub-heading {
	justify-content: center;
}

.custom-benefits-carousel .swiper-button-pause {
	display: none;
}

.custom-benefits-carousel .swiper-free-mode > .swiper-wrapper {
	transition-timing-function: linear;
	margin: 0 auto;
}

.custom-benefits-carousel .swiper-slide {
	text-align: center;
}

.custom-benefits-carousel .swiper-slide .icon-wrapper {
	margin-bottom: 12px;
}

.custom-benefits-carousel .swiper-slide .icon-wrapper img {
	max-width: 40px;
}

.custom-benefits-carousel .list-items {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.custom-benefits-carousel .list-items {
		column-gap: 0;
	}
}

.custom-benefits-carousel .list-items .item {
	flex: 1 1 16.666667%;
	text-align: center;
}

@media (max-width: 1024px) {
	.custom-benefits-carousel .list-items .item {
		flex: 1 1 25%;
	}
}

.custom-benefits-carousel .list-items-slider-container {
	flex-flow: row nowrap;
	display: flex;
	width: 100%;
	overflow: hidden;
	height: auto;
	justify-content: center;
	align-content: center;
	gap: 12px;
}

.custom-benefits-carousel .list-items-slider-container .list-items-slider {
	flex-flow: row nowrap;
	display: flex;
	animation: Ticker var(--Marquee_Speed, 15s) infinite linear;
	white-space: nowrap;
	gap: 12px;
}

.custom-benefits-carousel .list-items-slider-container .list-items-slider .item {
	min-width: 230px;
}

@media (max-width: 767px) {
	.custom-benefits-carousel .list-items-slider-container .list-items-slider .item {
		min-width: 160px;
	}
}

.custom-benefits-carousel .list-items-slider-container:hover .list-items-slider {
	animation-play-state: paused;
}

@keyframes Ticker {
	100% {
		transform: translateX(-100%);
	}
}

@media (max-width: 1024px) {
	.custom-benefits-carousel .swiper-button-pause {
		display: flex;
		margin: 28px auto 10px;
	}
	.custom-benefits-carousel .swiper-button-pause .pause {
		display: block;
	}
	.custom-benefits-carousel .swiper-button-pause .play {
		display: none;
	}
	.custom-benefits-carousel .swiper-button-pause.active .pause {
		display: none;
	}
	.custom-benefits-carousel .swiper-button-pause.active .play {
		display: block;
	}
}

.custom-follow-us {
	padding: 100px 0 60px;
	position: relative;
}

@media (max-width: 767px) {
	.custom-follow-us {
		padding: 200px 0 60px;
	}
}

.custom-follow-us:before {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/follow-bg.svg);
	width: 258px;
	height: 217px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	max-width: 20%;
}

@media (max-width: 1024px) {
	.custom-follow-us:before {
		width: 189px;
		height: 158px;
		background-size: 189px auto;
		max-width: unset;
	}
}

.custom-follow-us .box-content {
	display: flex;
	align-items: flex-end;
	max-width: 80%;
	justify-content: space-between;
	gap: 28px;
}

@media (max-width: 767px) {
	.custom-follow-us .box-content {
		max-width: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}

@media (min-width: 1800px) {
	.custom-follow-us .box-content {
		max-width: 100%;
	}
}

.custom-follow-us .box-content .heading {
	margin-bottom: 16px;
}

.custom-follow-us .box-content .text-box {
	max-width: 636px;
}

@media (max-width: 767px) {
	.custom-follow-us .box-content .text-box {
		max-width: 100%;
	}
}

.custom-follow-us .box-content .text-box .block_excerpt {
	max-width: 600px;
}

.custom-follow-us .box-content .social-links {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.custom-follow-us .box-content .social-links .link-item {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-follow-us .box-content .social-links .link-item:hover {
	transform: scale(1.1);
}

.custom-linkedin-feeds .eapps-widget-toolbar-panel-wrapper {
	display: none;
}

.custom-linkedin-feeds .swiper-wrapper {
	height: auto !important;
}

.custom-linkedin-feeds .eapps-widget-toolbar {
	display: none;
}

.custom-linkedin-feeds .es-bullets-control-container {
	width: auto !important;
	overflow: visible;
}

.custom-linkedin-feeds .es-bullets-control-item {
	margin: 0 !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	min-height: 20px !important;
	border-radius: 50%;
	border: 1px solid transparent;
	background: transparent;
	padding: 0;
	opacity: 1;
	display: block;
	position: relative;
	transform: none !important;
}

.custom-linkedin-feeds .es-bullets-control-item:after {
	content: "";
	display: block;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50%;
	background: #656565;
	top: 3px;
	left: 3px;
	position: absolute;
	min-width: 12px;
}

.custom-linkedin-feeds .es-bullets-control-item:hover {
	border: 1px solid #542D6E;
	background: transparent;
}

.custom-linkedin-feeds .es-bullets-control-item:hover:after {
	background: #542D6E;
}

.custom-linkedin-feeds .es-bullets-control-item.es-bullets-control-item-active {
	border: 1px solid #542D6E;
}

.custom-linkedin-feeds .es-bullets-control-item.es-bullets-control-item-active:after {
	background: #542D6E;
}

.custom-linkedin-feeds a[href*="https://elfsight.com/"] {
	display: none !important;
}

.custom-linkedin-feeds div[class*="CardActionsBlock__CardLayoutBlock"] div[class*="Counters__Container"] a {
	align-items: center;
	color: #656565;
	font-weight: 400;
	font-size: 0.875rem;
}

.custom-linkedin-feeds div[class*="CardActionsBlock__CardLayoutBlock"] div[class*="Counters__Container"] a svg {
	fill: #542D6E;
}

.custom-linkedin-feeds div[class*="CardActionsBlock__CardLayoutBlock"] button[class*="ShareButton__Button"] {
	color: #656565;
	font-weight: 400;
	font-size: 0.875rem;
}

.custom-linkedin-feeds div[class*="CardActionsBlock__CardLayoutBlock"] button[class*="ShareButton__Button"] svg {
	fill: #542D6E;
}

.custom-linkedin-feeds .es-carousel-layout-wrapper .swiper .swiper-wrapper {
	align-items: unset;
}

.custom-linkedin-feeds .es-carousel-layout-item > div {
	height: 100%;
}

.custom-linkedin-feeds .es-carousel-layout-item > div div[class*="CardContainer-"] {
	height: 100%;
}

.custom-linkedin-feeds .es-carousel-layout-item > div div[class*="CardContainer-"] div[class*="CardActionsBlock__CardLayoutBlock"] {
	margin-top: auto;
	padding-top: 12px;
}

.custom-linkedin-feeds .es-carousel-layout-item a {
	color: #542D6E;
	font-weight: 600;
	font-size: 1rem;
}

.custom-linkedin-feeds .es-carousel-layout-item .es-text-shortener {
	font-size: 0.875rem;
	color: #656565;
	line-height: 150%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.custom-linkedin-feeds .es-carousel-layout-item .injected-svg {
	width: 32px;
	height: 32px;
	fill: #0a66c2;
	border-radius: 100%;
	background: #0a66c2;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: .3s;
}

.custom-linkedin-feeds .es-carousel-layout-item .injected-svg:hover {
	transform: scale(1.1);
}

.custom-linkedin-feeds .es-carousel-layout-item .injected-svg path {
	width: 20px;
	height: 20px;
	transform: scale(0.8);
	transform-origin: center;
}

.custom-linkedin-feeds .es-text-shortener-control-open {
	color: #542D6E;
	font-weight: 500;
	text-decoration: underline;
	font-size: 0.875rem;
	line-height: 1.125rem;
}

.custom-linkedin-feeds .juicer-feed h1.referral {
	display: none;
	height: 0;
	overflow: hidden;
	margin: 0;
}

.custom-linkedin-feeds .juicer-feed.slider .slick-arrow {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	padding: 0;
}

.custom-linkedin-feeds .juicer-feed.slider .slick-arrow:before {
	font-size: 16px;
	line-height: 32px;
}

.custom-linkedin-feeds .juicer-feed.slider .slick-track {
	height: auto !important;
	display: flex;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item {
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 0 6px;
	background: transparent;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-image {
	background: #fff;
	border-radius: 4px 4px 0 0;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text {
	position: unset;
	opacity: 1;
	visibility: visible;
	background: #fff;
	height: auto;
	border-radius: 0 0 4px 4px;
	color: #656565;
	flex-grow: 1;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text:before {
	height: 0;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-message {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-message br + br {
	display: none;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-message p {
	color: #656565;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-poster {
	position: unset;
	width: 100%;
	padding: 10px 0;
	height: 50px;
	opacity: 1;
	visibility: visible;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-poster img {
	height: 30px;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-poster a, .custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-poster h3 {
	color: #542D6E;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-poster a:hover img, .custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-poster h3:hover img {
	transform: scale(1.05);
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-poster a:hover {
	text-decoration: underline !important;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-poster .j-date {
	color: #656565;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-meta {
	position: unset;
	width: 100%;
	padding: 10px 0 0;
	margin: 0;
	text-align: left;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-meta a.j-social {
	color: #542D6E;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-meta a.j-social:hover {
	color: #542D6E;
}

.custom-linkedin-feeds .juicer-feed.slider li.feed-item .j-text .j-meta a.j-social:hover:before {
	color: #542D6E;
	text-decoration: underline;
}

.custom-accreditations .list_items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}

@media (max-width: 767px) {
	.custom-accreditations .list_items {
		display: block;
	}
	.custom-accreditations .list_items .card-item {
		margin-bottom: 12px;
	}
}

@media (max-width: 1024px) {
	.custom-accreditations .list_items {
		grid-template-columns: 1fr 1fr;
	}
}

.custom-accreditations .list_items .item {
	padding: 40px;
	margin: 0;
	position: relative;
	border-radius: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.custom-accreditations .list_items .item {
		padding: 28px;
		margin-bottom: 12px;
	}
}

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

.custom-accreditations .list_items .item .heading {
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}

.custom-accreditations .list_items .item .desc {
	margin-bottom: 28px;
	position: relative;
	z-index: 1;
}

.custom-accreditations .list_items .item .action {
	position: relative;
	z-index: 2;
}

.custom-accreditations.bg-teal .list_items .item:before, .custom-accreditations.bg-purple .list_items .item:before {
	background: #fff;
}

.custom-location-cards .list_content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 0 80px;
}

@media (max-width: 1280px) {
	.custom-location-cards .list_content {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.custom-location-cards .list_content {
		display: block;
		padding: 0;
	}
}

.custom-location-cards .list_content .card-item {
	position: relative;
}

@media (max-width: 767px) {
	.custom-location-cards .list_content .card-item {
		margin-bottom: 12px;
	}
}

.custom-location-cards .list_content .card-item .box-content {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 20px;
	padding: 40px;
	max-width: calc(100% - 40px);
	box-sizing: border-box;
}

@media (max-width: 1280px) {
	.custom-location-cards .list_content .card-item .box-content {
		padding: 28px;
	}
}

@media (max-width: 390px) {
	.custom-location-cards .list_content .card-item .box-content {
		position: unset;
		max-width: 100%;
		border-radius: 20px;
	}
}

.custom-location-cards .list_content .card-item .box-content .info-row {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 12px;
	font-weight: 500;
}

.custom-location-cards .list_content .card-item .box-content .info-row svg {
	min-width: 25px;
	margin: 3px 0 0;
}

.custom-location-cards .list_content .card-item .box-content .info-row a {
	text-decoration: none;
}

.custom-location-cards .list_content .card-item .box-content .info-row a:hover {
	text-decoration: underline;
}

.custom-location-cards .list_content .card-item .box-content .heading {
	color: #FFFFFF;
	margin-bottom: 12px;
}

.custom-location-cards .list_content .card-item .box-content .desc {
	color: #FFFFFF;
	margin-bottom: 0;
}

@media (max-width: 390px) {
	.custom-location-cards .list_content .box-image {
		display: none;
	}
}

.custom-location-cards .list_content .box-image img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

@media (max-width: 1024px) {
	.custom-location-cards .list_content .box-image img {
		aspect-ratio: 350 / 477;
		object-fit: cover;
	}
}

.location-map {
	position: relative;
	z-index: 1;
}

.location-map .map-region-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 32px;
	gap: 40px;
}

.location-map .map-region-list .item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.location-map .map-details .ilmap-wrapper.interactive-map-container {
		display: none;
	}
}

.location-map .frontend-region-popup {
	position: absolute;
	background: #FFFFFF;
	border-radius: 20px;
	z-index: 1000;
	pointer-events: auto;
	display: flex;
	padding: 40px;
	max-width: 420px;
	box-sizing: border-box;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	transition: left 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 1024px) {
	.location-map .frontend-region-popup {
		padding: 28px;
	}
}

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

.location-map .frontend-region-popup .close-map-details-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0;
	display: block;
	width: 38px;
	height: 38px;
}

.location-map .frontend-region-popup .close-map-details-popup:hover {
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.location-map .frontend-region-popup .close-map-details-popup {
		top: 12px;
		right: 12px;
	}
}

.location-map .frontend-region-popup .frontend-popup-content #frontend-popup-details {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.location-map .frontend-region-popup .frontend-popup-content #frontend-popup-details .region-name {
	color: #542D6E;
}

.location-map .frontend-region-popup .frontend-popup-content #frontend-popup-details .serviced-by {
	color: #542D6E;
	text-transform: uppercase;
}

.location-map .frontend-region-popup .frontend-popup-content #frontend-popup-details .region-location-office {
	display: flex;
	align-items: flex-start;
	gap: 3px;
	color: #542D6E;
}

.location-map .frontend-region-popup .frontend-popup-content #frontend-popup-details .region-location-office svg {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	flex-shrink: 0;
}

.location-map .frontend-region-popup.hidden {
	display: none;
}

.location-map .ilmap-mobile-container {
	display: none;
}

@media (max-width: 767px) {
	.location-map .ilmap-mobile-container {
		display: block;
	}
}

.location-map .ilmap-mobile-container .mobile-region-selector {
	position: relative;
}

.location-map .ilmap-mobile-container .mobile-region-selector select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	border: 1px solid #656565;
	background: #FFFFFF;
	padding: 12px 20px;
	color: #747474;
	text-decoration: auto;
	letter-spacing: 0;
	border-radius: 40px;
	height: 59px;
	width: 100%;
	margin-bottom: 30px;
}

.location-map .ilmap-mobile-container .mobile-region-selector:has(select:focus):after {
	transform: rotate(180deg);
}

.location-map .ilmap-mobile-container .mobile-region-selector:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-down-dark.svg);
	width: 14px;
	height: 7px;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 9;
	background-repeat: no-repeat;
	background-size: contain;
}

.location-map .ilmap-mobile-container .mobile-region-selector-label {
	color: #542D6E;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.location-map .ilmap-mobile-container .mobile-region-details {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 28px;
	position: relative;
	box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.18);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.location-map .ilmap-mobile-container .mobile-region-details .region-name {
	color: #542D6E;
}

.location-map .ilmap-mobile-container .mobile-region-details .serviced-by {
	color: #542D6E;
	text-transform: uppercase;
}

.location-map .ilmap-mobile-container .mobile-region-details .region-location-office {
	display: flex;
	align-items: flex-start;
	gap: 3px;
	color: #542D6E;
}

.location-map .ilmap-mobile-container .mobile-region-details .region-location-office svg {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	flex-shrink: 0;
}

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

body .swiper-button-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
	width: 100%;
}

body .swiper-button-container .swiper-button {
	display: flex;
	gap: 16px;
}

body .swiper-button-container:has(.swiper-pagination-lock) {
	display: none;
}

body .swiper-button-next, body .swiper-button-prev {
	width: fit-content;
	height: fit-content;
	position: unset;
	margin: 0;
	transform: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="61" viewBox="0 0 60 61" fill="none"><g opacity="1"><path d="M29.998 5.48291C16.2155 5.48541 5.00055 16.7004 4.99805 30.4854C4.99805 44.2704 16.213 55.4854 30.0005 55.4854C43.7855 55.4829 55.0005 44.2679 55.0005 30.4854C55.0005 16.7004 43.7855 5.48541 29.998 5.48291ZM30.0005 50.4854C18.9705 50.4854 9.99805 41.5129 9.99805 30.4854C10.0005 19.4579 18.973 10.4854 29.998 10.4829C41.028 10.4854 50.0005 19.4579 50.0005 30.4854C50.0005 41.5104 41.028 50.4829 30.0005 50.4854Z" fill="white"/><path d="M30.0305 20.4728L20.018 30.4853L30.0305 40.4953V32.9853H40.0155V27.9853H30.0305V20.4728Z" fill="white"/></g></svg>');
	width: 60px;
	height: 60px;
	min-width: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body .swiper-button-next.small, body .swiper-button-prev.small {
	width: 60px;
	height: 60px;
	min-width: 60px;
}

body .swiper-button-next.small:after, body .swiper-button-prev.small:after {
	max-width: 24px;
}

body .swiper-button-next:after {
	transform: rotate(180deg);
}

body .swiper-pagination {
	position: unset;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 8px;
}

@media (max-width: 767px) {
	body .swiper-pagination {
		margin-top: 28px;
	}
}

body .swiper-pagination.swiper-pagination-lock, body .swiper-pagination:not(:has(.swiper-pagination-bullet)) {
	margin-top: 0 !important;
}

body .swiper-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	border-radius: 50%;
	border: 1px solid transparent;
	background: transparent;
	padding: 0;
	opacity: 1;
	display: block;
	position: relative;
}

body .swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #656565;
	top: 3px;
	left: 3px;
	position: absolute;
}

body .swiper-pagination .swiper-pagination-bullet:hover {
	transform: scale(1.05);
}

body .swiper-pagination .swiper-pagination-bullet:hover:before {
	background: #542D6E;
}

body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #542D6E;
}

body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: #542D6E;
}

body .swiper-pagination.dark-mode .swiper-pagination-bullet:before {
	background: #FFFFFF;
}

body .swiper-pagination.dark-mode .swiper-pagination-bullet:hover:before {
	background: #E6E6E6;
}

body .swiper-pagination.dark-mode .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #FFFFFF;
}

body .swiper-pagination.dark-mode .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: #FFFFFF;
}

body .swiper-button-lock {
	display: none !important;
}

body .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}

body .swiper-slide > * {
	flex: 1;
}

.post_item {
	padding-left: 20px;
}

.post_item:before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #542D6E 0%, #B3C335 50%, #01836E 100%);
}

.post_item.post-teal:before {
	background: linear-gradient(180deg, #FFFFFF 0%, #B3C335 50%, #542D6E 100%);
}

.post_item.post-purple:before {
	background: linear-gradient(180deg, #FFFFFF 0%, #B3C335 50%, #01836E 100%);
}

.post_item .img {
	border-radius: 20px;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	aspect-ratio: 400/200;
}

.post_item .img .image {
	display: block;
}

.post_item .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	aspect-ratio: 400/200;
}

.post_item .img .cate {
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 40px;
	border: 2px solid #542D6E;
	background: #FFFFFF;
	padding: 8px 16px;
	color: #542D6E;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	max-width: calc(100% - 40px);
}

.post_item .img .cate:hover {
	background: #542D6E;
	color: #FFFFFF;
}

.post_item .content_post {
	padding: 28px 28px 0 0;
}

@media (max-width: 767px) {
	.post_item .content_post {
		padding: 20px 20px 0 0;
	}
}

.post_item .content_post .heading {
	display: block;
}

@media (max-width: 767px) {
	.post_item .content_post .heading {
		font-size: 1rem;
	}
}

.post_item .content_post .date {
	display: flex;
	align-items: center;
	gap: 4px;
}

.post_item .content_post .date svg {
	transform: translateY(-2px);
}

.post_item .content_post > *:last-child {
	margin-bottom: 0;
}

.post_item .content_post .link {
	z-index: 1;
}

.post_item:hover .img img {
	transform: scale(1.05);
}

.contacts-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.contacts-item .ci_img {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 16px;
}

.contacts-item .ci_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contacts-item .ci_content .job {
	display: block;
	text-transform: uppercase;
}

.contacts-item .ci_content .email {
	display: block;
	position: relative;
	z-index: 1;
}

.contacts-item .ci_content .linkedin {
	position: relative;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: auto;
}

.contacts-item .ci_content .linkedin:hover {
	transform: scale(1.1);
}

.vacancies-post {
	width: 100%;
	border-radius: 20px;
	padding: 28px;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
}

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

.vacancies-post .vacancy-content .information {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}

.vacancies-post .vacancy-content .information > span {
	display: flex;
	gap: 8px;
	color: #542D6E;
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	align-items: center;
	letter-spacing: 1.4px;
}

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

@media (max-width: 767px) {
	.vacancies-post {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		padding: 28px 20px;
	}
	.vacancies-post .vacancy-content .information {
		gap: 12px;
	}
}

.vacancies-posts .list_posts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 1016px;
	margin: auto;
}

.featured-post-card {
	border-radius: 20px;
	padding: 98px 40px 0 0;
	aspect-ratio: 1.33333333;
	display: flex;
	align-items: end;
}

.featured-post-card .fpc_img {
	border-radius: inherit;
	overflow: hidden;
}

.featured-post-card .fpc_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-post-card .fpc_categories {
	top: 40px;
	left: 40px;
	position: absolute;
	border-radius: 40px;
	border: 2px solid #542D6E;
	background: #FFFFFF;
	padding: 8px 16px;
	color: #542D6E;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
}

.featured-post-card .fpc_categories:hover {
	background: #542D6E;
	color: #FFFFFF;
}

.featured-post-card .fpc_content {
	position: relative;
	z-index: 1;
	border-radius: 0 20px;
	padding: 40px;
	width: 100%;
}

.featured-post-card .fpc_content .name_post {
	display: block;
}

@media (max-width: 767px) {
	.featured-post-card {
		padding-right: 28px;
		aspect-ratio: 1;
	}
	.featured-post-card .fpc_content {
		padding: 20px;
	}
	.featured-post-card .fpc_content .excerpt {
		display: none;
	}
	.featured-post-card .fpc_categories {
		top: 20px;
		left: 20px;
	}
}

.content-heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 60px;
}

.content-heading .content-left {
	flex-grow: 1;
	max-width: 960px;
}

.content-heading .content-left > * {
	margin-bottom: 20px;
}

.content-heading .content-left > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.content-heading {
		margin-bottom: 40px;
	}
	.content-heading .content-left {
		width: 100%;
		max-width: 100%;
	}
}

.featured-posts .list_posts {
	display: block;
	margin: 0;
}

.featured-posts .list_posts .swiper-slide .post_item {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
}

.featured-posts .swiper-actions {
	display: flex;
	align-items: center;
}

.featured-posts .swiper-actions .swiper-navigation {
	display: flex;
	align-items: center;
	gap: 16px;
}

.related-posts .box-sub-heading {
	margin-bottom: 40px;
}

.content-related-page .container {
	position: relative;
	border-radius: 20px;
	padding: 28px;
}

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

.content-related-page .container .content-heading {
	margin-bottom: 0;
	position: relative;
	gap: 20px;
}

.content-related-page .container .content-heading .content-left .box-sub-heading {
	margin-bottom: 12px;
	font-size: 14px;
}

.product-tabs:before {
	content: '';
	display: block;
	width: 100%;
	height: 144px;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
}

.product-tabs .container {
	position: relative;
}

.product-tabs .content .list_tab_name {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
	border-radius: 0;
	width: 100%;
}

.product-tabs .content .list_tab_name .tab_name {
	flex: 1;
	padding: 28px 35px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	color: #656565;
	border: 1px solid #542D6E;
	background: #FFFFFF;
	margin-left: -1px;
}

.product-tabs .content .list_tab_name .tab_name:first-child {
	border-radius: 20px 0 0 20px;
}

.product-tabs .content .list_tab_name .tab_name:last-child {
	border-radius: 0 20px 20px 0;
}

.product-tabs .content .list_tab_name .tab_name:hover, .product-tabs .content .list_tab_name .tab_name:focus {
	background: #542D6E;
	color: #FFFFFF;
}

.product-tabs .content .list_tab_name .tab_name.active {
	background: #542D6E;
	color: #FFFFFF;
}

.product-tabs .content .tab-mobile {
	display: none;
}

.product-tabs .content .list_content_tab .content_tab {
	display: none;
}

.product-tabs .content .list_content_tab .content_tab h1, .product-tabs .content .list_content_tab .content_tab h2, .product-tabs .content .list_content_tab .content_tab h3, .product-tabs .content .list_content_tab .content_tab h4, .product-tabs .content .list_content_tab .content_tab h5, .product-tabs .content .list_content_tab .content_tab h6 {
	margin-bottom: 20px;
}

.product-tabs .content .list_content_tab .content_tab > * {
	margin-bottom: 12px;
}

.product-tabs .content .list_content_tab .content_tab > *:last-child {
	margin-bottom: 0;
}

.product-tabs .content .list_content_tab .content_tab ul {
	padding-left: 8px;
}

.product-tabs .content .list_content_tab .content_tab ul li:not(:last-child) {
	margin-bottom: 10px;
}

.product-tabs .content .list_content_tab .content_tab.active {
	display: block !important;
}

.product-tabs .content .list_content_tab .content_tab_title {
	text-align: center;
	max-width: 1108px;
	margin: 0 auto;
	width: 100%;
}

.product-tabs .content .list_content_tab .content_tab_title .btn {
	margin-left: auto;
	margin-right: auto;
}

.product-tabs .content .list_content_tab .technical-profile {
	display: flex;
	flex-direction: column;
	gap: 60px;
	text-align: center;
}

.product-tabs .content .list_content_tab .technical-profile .box-sub-heading {
	justify-content: center;
	width: 100%;
	color: #542D6E;
}

.product-tabs .content .list_content_tab .technical-profile .technical-profile-field {
	border-radius: 20px;
	overflow: hidden;
}

.product-tabs .content .list_content_tab .technical-profile .technical-profile-field .item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.product-tabs .content .list_content_tab .technical-profile .technical-profile-field .item .label {
	border-bottom: 1px solid #E6E6E6;
	background: #542D6E;
	padding: 16px 20px;
	color: #FFFFFF;
}

.product-tabs .content .list_content_tab .technical-profile .technical-profile-field .item .value {
	border-bottom: 1px solid #E6E6E6;
	background: #FFFFFF;
	padding: 16px 20px;
	color: #656565;
}

.product-tabs .content .list_content_tab .technical-profile .technical-documentation {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
}

.product-tabs .content .list_content_tab .technical-profile .technical-documentation .download-button {
	width: calc(50% - 6px);
	display: flex;
	padding: 28px 40px;
	align-items: center;
	gap: 20px;
	border-radius: 20px;
	border: 1px solid #656565;
	background: #FFFFFF;
	text-align: left;
}

.product-tabs .content .list_content_tab .technical-profile .technical-documentation .download-button .icon {
	display: block;
	width: 80px;
	min-width: 80px;
	height: 80px;
	padding: 16px;
	border-radius: 50%;
	background: #542D6E;
}

.product-tabs .content .list_content_tab .key-applications {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.product-tabs .content .list_content_tab .key-applications .key-applications-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 12px;
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
}

.product-tabs .content .list_content_tab .key-applications .key-applications-list > .item,
.product-tabs .content .list_content_tab .key-applications .key-applications-list > a {
	width: calc((100% - 36px) / 4);
	text-align: center;
}

.product-tabs .content .list_content_tab .key-applications .key-applications-list .image {
	width: 160px;
	height: 160px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: block;
	margin: 0 auto 24px;
}

.product-tabs .content .list_content_tab .key-applications .key-applications-list h4 {
	margin-bottom: 12px;
}

.product-tabs .content .list_content_tab .key-industries {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.product-tabs .content .list_content_tab .key-industries .key-industries-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 12px;
	max-width: 1108px;
	margin: auto;
	width: 100%;
}

.product-tabs .content .list_content_tab .key-industries .key-industries-list .industry-item {
	width: calc((100% - 24px) / 3);
	text-align: center;
	display: flex;
	flex-direction: column;
}

.product-tabs .content .list_content_tab .key-industries .key-industries-list .image {
	width: 160px;
	height: 160px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: block;
	margin: 0 auto 24px;
}

.product-tabs .content .list_content_tab .key-industries .key-industries-list h4 {
	margin-bottom: 12px;
	flex-grow: 1;
}

.product-tabs .content .list_content_tab .key-industries .key-industries-list .btn-secondary-dark-small {
	margin: 12px auto 0;
}

@media (max-width: 1024px) {
	.product-tabs:before {
		height: 96px;
	}
	.product-tabs .content {
		position: relative;
	}
	.product-tabs .content .tab-mobile {
		display: flex;
		gap: 8px;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-radius: 20px;
		border: 1px solid #542D6E;
		background: #FFFFFF;
		padding: 20px 40px;
		margin-bottom: 40px;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		color: #542D6E;
		white-space: nowrap;
	}
	.product-tabs .content .tab-mobile:hover {
		background: #542D6E;
		color: #FFFFFF;
	}
	.product-tabs .content .tab-mobile:hover svg path {
		fill: #FFFFFF;
	}
	.product-tabs .content .tab-mobile.active {
		background: #542D6E;
		color: #FFFFFF;
		border-radius: 20px 20px 0 0;
	}
	.product-tabs .content .tab-mobile.active svg path {
		fill: #FFFFFF;
	}
	.product-tabs .content .tab-mobile.active + .list_tab_name {
		display: flex;
		z-index: 1;
	}
	.product-tabs .content .list_tab_name {
		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);
	}
	.product-tabs .content .list_tab_name .tab_name {
		flex-basis: 100%;
		margin: 0;
		padding: 20px;
	}
	.product-tabs .content .list_tab_name .tab_name:first-child {
		border-radius: 0;
	}
	.product-tabs .content .list_tab_name .tab_name:last-child {
		border-radius: 0 0 20px 20px;
	}
	.product-tabs .content .list_content_tab .technical-profile {
		gap: 40px;
	}
	.product-tabs .content .list_content_tab .technical-profile .technical-profile-field .item {
		grid-template-columns: 1fr;
	}
	.product-tabs .content .list_content_tab .technical-profile .technical-profile-field .item .label, .product-tabs .content .list_content_tab .technical-profile .technical-profile-field .item .value {
		padding: 12px 20px;
	}
	.product-tabs .content .list_content_tab .technical-profile .technical-documentation .download-button {
		padding: 20px;
		width: 100%;
		margin-bottom: 12px;
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}
	.product-tabs .content .list_content_tab .technical-profile .technical-documentation .download-button:last-child {
		margin-bottom: 0;
	}
	.product-tabs .content .list_content_tab .technical-profile .technical-documentation .download-button .icon {
		width: 40px;
		min-width: 40px;
		height: 40px;
		padding: 8px;
	}
	.product-tabs .content .list_content_tab .technical-profile .technical-documentation .download-button .icon svg {
		width: 24px;
		height: 24px;
	}
	.product-tabs .content .list_content_tab .key-applications {
		gap: 40px;
	}
	.product-tabs .content .list_content_tab .key-applications .key-applications-list {
		gap: 28px 12px;
	}
	.product-tabs .content .list_content_tab .key-applications .key-applications-list > .item,
	.product-tabs .content .list_content_tab .key-applications .key-applications-list > a {
		width: calc((100% - 12px) / 2);
	}
	.product-tabs .content .list_content_tab .key-applications .key-applications-list .image {
		width: 100px;
		height: 100px;
		margin-bottom: 16px;
	}
	.product-tabs .content .list_content_tab .key-industries {
		gap: 40px;
	}
	.product-tabs .content .list_content_tab .key-industries .key-industries-list {
		gap: 28px 12px;
	}
	.product-tabs .content .list_content_tab .key-industries .key-industries-list .industry-item {
		width: calc((100% - 12px) / 2);
	}
	.product-tabs .content .list_content_tab .key-industries .key-industries-list .image {
		width: 100px;
		height: 100px;
		margin-bottom: 16px;
	}
	.product-tabs .content .list_content_tab .key-industries .key-industries-list .btn-secondary-dark-large {
		font-size: 0;
		padding: 0 60px 0 0 !important;
		gap: 0;
		width: 60px;
	}
}

.banner-homepage-hero {
	padding: 0;
}

.banner-homepage-hero:after {
	z-index: 1;
}

.banner-homepage-hero .content {
	padding-bottom: 60px;
	padding-top: 200px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.banner-homepage-hero .content .banner-video {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-homepage-hero .content .banner-video video, .banner-homepage-hero .content .banner-video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-homepage-hero .content .banner-video .stop_video {
	position: absolute;
	right: 40px;
	bottom: 30px;
	z-index: 1;
	background: transparent;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	color: #FFFFFF;
}

.banner-homepage-hero .content .banner-video .stop_video svg {
	width: 20px;
	height: 20px;
}

.banner-homepage-hero .content .banner-video .stop_video svg:nth-of-type(2) {
	display: none;
}

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

.banner-homepage-hero .content .banner-video .stop_video.paused svg:nth-of-type(2) {
	display: block;
}

.banner-homepage-hero .content .banner-video .stop_video.paused svg:nth-of-type(1) {
	display: none;
}

.banner-homepage-hero .content .banner-video .stop_video.paused .play {
	display: block;
}

.banner-homepage-hero .content .banner-video .stop_video.paused .pause {
	display: none;
}

.banner-homepage-hero .content .banner-video:after {
	content: "";
	background: linear-gradient(0deg, rgba(17, 0, 29, 0.7) 0%, rgba(17, 0, 29, 0.7) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-homepage-hero .content .mySwiper__img-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-homepage-hero .content .mySwiper__img-cover .img:after {
	content: "";
	background: linear-gradient(0deg, rgba(17, 0, 29, 0.7) 0%, rgba(17, 0, 29, 0.7) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-homepage-hero .content .mySwiper__img-cover .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-homepage-hero .content .mySwiper__list-banner {
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
}

.banner-homepage-hero .content .mySwiper__list-banner .content_item_banner {
	z-index: 1;
	position: relative;
}

.banner-homepage-hero .content .mySwiper__list-banner .content_item_banner .heading {
	color: #FFFFFF;
}

.banner-homepage-hero .content .mySwiper__list-banner .content_item_banner .desc {
	color: #FFFFFF;
	max-width: 634px;
}

.banner-homepage-hero .content .container:has(.swiper-pagination) {
	width: 100%;
}

.banner-homepage-hero .content .swiper-pagination {
	z-index: 1;
	position: relative;
	margin-top: clamp(60px, 6vw, 100px);
	display: flex;
	gap: 16px;
}

.banner-homepage-hero .content .swiper-pagination .swiper-pagination-bullet {
	flex: 1;
	border-radius: 0;
	min-width: unset;
	min-height: unset;
	border: none;
	position: relative;
	height: fit-content;
}

.banner-homepage-hero .content .swiper-pagination .swiper-pagination-bullet:before {
	content: '';
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
}

.banner-homepage-hero .content .swiper-pagination .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #FFFFFF;
	width: calc(var(--progress, 0) * 100%);
	transition: width 0.1s ease-out;
}

.banner-homepage-hero .content .swiper-pagination .swiper-pagination-bullet:hover {
	transform: unset;
}

.banner-homepage-hero .content .swiper-pagination .swiper-pagination-bullet:hover namepagination {
	text-decoration: underline;
}

.banner-homepage-hero .content namepagination,
.banner-homepage-hero .content .external-name-pagination {
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left;
	padding: 16px 0;
}

.banner-homepage-hero .content namepagination:before,
.banner-homepage-hero .content .external-name-pagination:before {
	content: '';
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M9.99902 -0.00683594C4.48502 -0.00583594 -0.000976562 4.48016 -0.000976562 9.99416C-0.000976562 15.5082 4.48502 19.9942 10 19.9942C15.513 19.9942 19.999 15.5082 20 9.99416C20 4.48016 15.514 -0.00583594 9.99902 -0.00683594ZM10 17.9942C5.58802 17.9942 1.99902 14.4052 1.99902 9.99416C1.99902 5.58316 5.58802 1.99416 9.99902 1.99316C14.411 1.99416 18 5.58316 18 9.99416C17.999 14.4052 14.41 17.9942 10 17.9942Z" fill="white"/><path d="M10 8.99409H6V10.9941H10V14.0001L14.005 9.99509L10 5.99109V8.99409Z" fill="white"/></svg>');
	width: 20px;
	height: 20px;
	display: block;
}

.banner-homepage-hero .content .external-name-pagination {
	position: relative;
	z-index: 1;
}

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

.banner-standard {
	padding-top: 240px;
}

@media (min-width: 1024px) {
	.banner-standard {
		min-height: 500px;
	}
}

.banner-standard.bg-linear {
	background-image: url(/wp-content/themes/rbh-group/images/banner-standard-linear.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.banner-standard .img_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-standard .img_cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-standard .img_cover:after {
	content: '';
	background: linear-gradient(0deg, rgba(17, 0, 29, 0.7) 0%, rgba(17, 0, 29, 0.7) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-standard .container {
	position: relative;
}

.banner-standard .content {
	text-align: center;
}

.banner-standard .content .box-sub-heading {
	margin-bottom: 24px;
	justify-content: center;
}

.banner-standard .content .heading {
	margin-bottom: 0;
}

.banner-contacts {
	padding-top: 240px;
}

.banner-contacts[style*="--data-bgr"] {
	background: linear-gradient(0deg, rgba(17, 0, 29, 0.7) 0%, rgba(17, 0, 29, 0.7) 100%), var(--data-bgr) lightgray 50%/cover no-repeat;
	background-position: top center;
}

.banner-contacts .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 28px;
}

.banner-contacts .content .content_left {
	width: 744px;
}

.banner-contacts .content .content_right {
	width: 420px;
}

.banner-contacts .content .content_right .list_contactor {
	display: grid;
	grid-template-columns: repeat(2, minmax(0%, 100%));
	gap: 12px;
}

.content-single-industry > p {
	max-width: 1328px;
	margin-left: auto;
	margin-right: auto;
}

.content-single-industry > p:first-child {
	margin-top: 30px;
}

.content-single-industry > p:last-child {
	margin-bottom: 30px;
}

.banner-product-archive {
	padding-top: 240px;
}

.banner-product-archive[style] {
	background: linear-gradient(0deg, rgba(17, 0, 29, 0.7) 0%, rgba(17, 0, 29, 0.7) 100%), var(--data-bgr) lightgray 50%/cover no-repeat;
}

.banner-product-archive .content .content_top {
	text-align: center;
}

.banner-product-archive .content .content_top .box-sub-heading {
	justify-content: center;
}

.banner-product-archive .content .content_bot {
	margin-top: 60px;
}

.search_cas_form {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(7.5px);
	padding: 40px 60px;
	position: relative;
	text-align: center;
	max-width: 1068px;
	margin-left: auto;
	margin-right: auto;
}

.search_cas_form:before {
	content: '';
	background: linear-gradient(90deg, #01836e 0%, #b3c335 50%, #fff 100%);
	padding: 2px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: inherit;
	z-index: -1;
}

.search_cas_form .scf_desc {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.search_cas_form .scf_form form.searchwp-form .searchwp-form-input-container .swp-input {
	border-radius: 40px;
	border: 1px solid #656565;
	background-color: #FFFFFF;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M8 16C9.77498 15.9996 11.4988 15.4054 12.897 14.312L17.293 18.708L18.707 17.294L14.311 12.898C15.405 11.4997 15.9996 9.77544 16 8C16 3.589 12.411 0 8 0C3.589 0 0 3.589 0 8C0 12.411 3.589 16 8 16ZM8 2C11.309 2 14 4.691 14 8C14 11.309 11.309 14 8 14C4.691 14 2 11.309 2 8C2 4.691 4.691 2 8 2Z" fill="%23542D6E"/></svg>');
	background-size: 24px;
	background-position: calc(100% - 20px);
	padding: 16px 20px;
	padding-right: 50px;
	color: #747474;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	outline: unset;
}

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

.search_cas_form .scf_form .wrap_submit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #542D6E;
	background: #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
	padding: 0;
}

.search_cas_form .scf_form .wrap_submit:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.search_cas_form .scf_form .wrap_submit > span {
	z-index: 2;
}

.search_cas_form .scf_form .wrap_submit svg path {
	fill: currentColor;
}

.search_cas_form .scf_form .wrap_submit:before {
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #fff 100%);
}

.search_cas_form .scf_form .wrap_submit:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/arrow-purple.svg);
}

.search_cas_form .scf_form .wrap_submit > span {
	background: #FFFFFF;
}

.search_cas_form .scf_form .wrap_submit:focus:before {
	background: #FFFFFF;
}

.search_cas_form .scf_form .wrap_submit:hover, .search_cas_form .scf_form .wrap_submit:focus {
	color: #542D6E;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

.search_cas_form .scf_form .wrap_submit:disabled {
	color: rgba(84, 45, 110, 0.65);
}

.search_cas_form .scf_form .wrap_submit:disabled:after, .search_cas_form .scf_form .wrap_submit:disabled:before {
	opacity: 0.65;
}

.search_cas_form .scf_form .wrap_submit input[type="submit"] {
	width: 100%;
	border-radius: 100px;
	color: #542D6E;
	background: #FFFFFF;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	z-index: 2;
	cursor: pointer;
	letter-spacing: 1.8px;
	border: none;
}

.search_cas_form .scf_form .wrap_submit input[type="submit"]:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFFFFF;
}

@media (max-width: 767px) {
	.search_cas_form .scf_form .wrap_submit {
		width: 100%;
	}
}

.search_cas_form .scf_form form.searchwp-form .swp-flex--row {
	flex-wrap: wrap;
	gap: 20px;
}

body:has(.searchwp-form:not(#searchwp-form-1) input[type="search"]:not(:placeholder-shown)):has(.searchwp-live-search-results-showing) form.searchwp-form .searchwp-form-input-container {
	position: relative;
}

body:has(.searchwp-form:not(#searchwp-form-1) input[type="search"]:not(:placeholder-shown)):has(.searchwp-live-search-results-showing) form.searchwp-form .searchwp-form-input-container:before {
	content: '';
	background: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-left: 1px solid #542D6E;
	border-right: 1px solid #542D6E;
}

@media (max-width: 1024px) {
	body:has(.searchwp-form:not(#searchwp-form-1) input[type="search"]:not(:placeholder-shown)):has(.searchwp-live-search-results-showing) form.searchwp-form .searchwp-form-input-container:before {
		border: none;
	}
}

body:has(.searchwp-form:not(#searchwp-form-1) input[type="search"]:not(:placeholder-shown)):has(.searchwp-live-search-results-showing) .searchwp-live-search-results {
	transform: translateY(0px);
	max-width: 100%;
	min-width: unset;
	padding: 20px;
}

@media (max-width: 767px) {
	.search_cas_form {
		padding: 28px;
	}
	.banner-product-archive .content .content_bot {
		margin-top: 28px;
	}
	.search_cas_form .scf_desc {
		font-weight: 400;
	}
}

.banner-special-gradient:not(.banner-small) {
	padding: 0;
	background: #FFFFFF;
}

.banner-special-gradient .content .content_top {
	position: relative;
	background-image: url(/wp-content/themes/rbh-group/images/banner-standard-linear.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 240px;
	text-align: center;
}

.banner-special-gradient .content .content_top .watermark {
	position: absolute;
	height: 100%;
	width: auto;
	max-width: 100%;
	right: 0;
	top: 0;
}

.banner-special-gradient .content .content_top .container {
	z-index: 1;
	position: relative;
}

.banner-special-gradient .content .content_top .box-sub-heading {
	justify-content: center;
}

.banner-special-gradient .content .content_top .heading {
	margin-bottom: clamp(60px, 6vw, 100px);
	margin-left: auto;
	margin-right: auto;
	max-width: 1068px;
}

.banner-special-gradient .content .content_top .padding_bot {
	aspect-ratio: 4;
	width: 100%;
}

.banner-special-gradient .content .content_bot {
	position: relative;
}

.banner-special-gradient .content .content_bot #banner-gradient-img-container.in-zoom {
	max-width: 100%;
	padding: 0;
}

.banner-special-gradient .content .content_bot #banner-gradient-img-container.in-zoom .img {
	border-radius: 0;
}

.banner-special-gradient .content .content_bot .img {
	border-radius: 40px;
	overflow: hidden;
	aspect-ratio: 2;
	margin-top: calc(0px - (var(--data-height) / 2));
	background-image: var(--data-bgr);
	background-attachment: fixed;
	background-size: cover;
}

.banner-special-gradient .content .content_bot .content_repeat {
	position: relative;
	z-index: 1;
	border-radius: 40px;
	background: #542D6E;
	box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.18);
	padding: 60px;
	text-align: center;
	max-width: 1068px;
	margin-left: auto;
	margin-right: auto;
	margin-top: calc(0px - (var(--data-height) / 2));
}

.banner-special-gradient .content .content_bot .content_repeat .cr_content .list_benefit {
	display: grid;
	grid-template-columns: repeat(4, minmax(0%, 100%));
	gap: 30px 12px;
}

.banner-special-gradient .content .content_bot .content_repeat .cr_content .list_benefit .benefit_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.banner-special-gradient .content .content_bot .content_repeat .show_content {
	margin: auto;
	margin-bottom: 0;
	display: none;
	background: unset;
	outline: unset;
}

.banner-special-gradient .content .content_bot .content_repeat .show_content:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><rect x="0.733333" y="0.733333" width="42.5333" height="42.5333" rx="21.2667" stroke="url(%23paint0_linear_7221_1284)" stroke-width="1.46667"/><circle cx="21.9999" cy="22" r="17.6" fill="white"/><path d="M30.1668 20.8329H23.1668V13.8329H20.8335V20.8329H13.8335V23.1663H20.8335V30.1663H23.1668V23.1663H30.1668V20.8329Z" fill="%23542D6E"/><defs><linearGradient id="paint0_linear_7221_1284" x1="0" y1="22" x2="44" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="0.5" stop-color="%23B3C335"/><stop offset="1" stop-color="%2301836E"/></linearGradient></defs></svg>');
}

.banner-special-gradient .content .content_bot .content_repeat .show_content:has(+ .cr_content.show) {
	margin-bottom: 20px;
}

.banner-special-gradient .content .content_bot .content_repeat .show_content:has(+ .cr_content.show):after {
	transform: rotate(45deg);
}

@media (max-width: 1024px) {
	.banner-special-gradient .content .content_bot .content_repeat .show_content {
		display: flex;
	}
}

@media (max-width: 1024px) {
	.banner-special-gradient .content .content_top .watermark {
		width: 100%;
		height: auto;
		bottom: 100px;
		top: unset;
	}
	.banner-special-gradient .content .content_bot .img {
		aspect-ratio: 350 / 426;
		border-radius: 28px;
		max-height: 426px;
		width: 100%;
	}
	.banner-special-gradient .content .content_top .padding_bot {
		aspect-ratio: calc(0.821596244 * 2);
		max-height: 213px;
	}
	.banner-special-gradient .content .content_bot .content_repeat {
		padding: 40px 28px;
		max-width: calc(100vw - 100px);
		border-radius: 28px;
	}
	.banner-special-gradient .content .content_bot .content_repeat .cr_content {
		max-height: 0;
		overflow: hidden;
	}
	.banner-special-gradient .content .content_bot .content_repeat .cr_content.show {
		max-height: calc(var(--data-height) + 300px);
	}
	.banner-special-gradient .content .content_bot .content_repeat .cr_content .list_benefit {
		grid-template-columns: repeat(2, minmax(0%, 100%));
	}
}

.banner-leaderboard .bgr_top, .banner-leaderboard .bgr_bottom {
	position: absolute;
	width: 100%;
	height: 50%;
}

.banner-leaderboard .bgr_top {
	top: 0;
	left: 0;
}

.banner-leaderboard .bgr_bottom {
	bottom: 0;
	left: 0;
}

.banner-leaderboard .container {
	position: relative;
	z-index: 1;
}

.banner-leaderboard .content {
	border-radius: 20px;
	box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.18);
	padding: 60px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: end;
	gap: 24px;
}

.banner-leaderboard .content .box-sub-heading {
	margin-bottom: 16px;
}

.banner-leaderboard .content .bgr_content_cover:before {
	content: '';
	background-image: url(/wp-content/themes/rbh-group/images/banner-standard-linear.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.banner-leaderboard .content .bgr_content_cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.25;
}

.banner-leaderboard .content .content_left {
	position: relative;
	max-width: 684px;
}

.banner-leaderboard .content .content_right {
	position: relative;
	width: fit-content;
}

@media (max-width: 767px) {
	.banner-leaderboard .content {
		padding: 28px 20px;
	}
}

@media (min-width: 767px) {
	.banner-small .content .content_bot .content_repeat {
		margin-top: calc(0px - (var(--data-height)/3*2));
	}
}

.header-product {
	padding-top: 240px;
	background-image: url(/wp-content/themes/rbh-group/images/banner-standard-linear.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.header-product .img_cover_banner {
	position: absolute;
	width: auto;
	max-width: 100%;
	right: 0;
	height: 130%;
	top: 0;
	bottom: unset;
}

@media (max-width: 767px) {
	.header-product .img_cover_banner {
		height: auto;
		top: 50%;
		transform: translateY(-35%);
	}
}

.header-product .content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	align-items: end;
}

.header-product .content .content_left {
	flex-basis: 634px;
}

.header-product .content .content_left .cas_number {
	letter-spacing: 1.4px;
}

.header-product .content .content_right {
	flex-basis: 528px;
}

.header-product .content .content_right .chemical {
	display: flex;
	flex-direction: column;
	gap: 24px;
	border-top: 1px solid #FFFFFF;
	padding-top: 20px;
}

.header-product .content .content_right .chemical .info_chemical .title {
	display: block;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-size: 0.875rem;
}

.header-product .content .content_right .chemical .info_chemical sub {
	font-size: 60%;
}

.header-news-archive {
	padding-top: 240px;
	background-image: url(/wp-content/themes/rbh-group/images/banner-standard-linear.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.header-news-archive .img_cover_banner {
	position: absolute;
	width: auto;
	max-width: 100%;
	right: 0;
	height: auto;
	top: 0;
	bottom: unset;
}

@media (max-width: 767px) {
	.header-news-archive .img_cover_banner {
		height: auto;
		top: 200px;
		transform: translateY(0%);
	}
}

.header-news-archive .content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: clamp(40px, 4vw, 60px);
}

.header-news-archive .content .content_left {
	flex-basis: 528px;
}

.header-news-archive .content .content_right {
	flex-basis: 636px;
}

.header-news-archive .content .content_bot {
	flex: 100%;
}

.header-news-archive .content:not(:has(.content_right)) .content_left {
	flex-grow: 1;
}

.header-news-post {
	padding-top: 240px;
	background-image: url(/wp-content/themes/rbh-group/images/banner-standard-linear.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.header-news-post {
		background-image: url(/wp-content/themes/rbh-group/images/mesh-gradient-mobile.png);
	}
}

.header-news-post .img_cover_banner {
	position: absolute;
	width: auto;
	max-width: 100%;
	right: 0;
	height: auto;
	top: 0;
	bottom: unset;
}

@media (max-width: 767px) {
	.header-news-post .img_cover_banner {
		height: auto;
		top: 200px;
	}
}

.header-news-post .content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 12px;
}

.header-news-post .content .content_left {
	flex: 420px;
}

.header-news-post .content .content_left .cate {
	padding: 8px 16px;
	border: 2px solid #542d6e;
	margin: 0;
	margin-bottom: 28px;
}

.header-news-post .content .content_left .cate:before {
	content: none;
}

.header-news-post .content .content_right {
	flex: calc(100% - 420px - 12px);
}

.header-news-post .content .content_right .img img {
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 2.03827751;
	object-fit: cover;
}

.header-news-post .content .content_right .img .caption {
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
}

.header-news-post .content .content_right.cr_vacancies {
	flex: none;
}

.header-news-post .content .content_right.cr_vacancies .info_vacancy {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
}

.header-news-post .content .content_right.cr_vacancies .info_vacancy li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.header-news-post .content .content_right.cr_vacancies .info_vacancy li svg {
	width: 24px;
	height: 24px;
	min-width: 24px;
}

.header-news-post .content:not(:has(.content_right)) .content_left {
	flex: 100%;
}

.header-news-post .content:has(.cr_vacancies) {
	row-gap: 24px;
}

@media (max-width: 1024px) {
	.header-news-post .content .content_left {
		flex: 100%;
	}
	.header-news-post .content .content_left .cate {
		margin-bottom: 24px;
	}
}

.header-search {
	padding-top: 240px;
	background-image: url(/wp-content/themes/rbh-group/images/banner-standard-linear.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.header-search .content .box-sub-heading {
	justify-content: center;
}

.header-search .content .heading {
	text-align: center;
	margin-bottom: clamp(40px, 4vw, 60px);
}

.product-filter .container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.product-filter .container > .content {
	text-align: center;
}

.product-filter .facetwp-flyout-open {
	display: none;
}

@media (max-width: 1024px) {
	.product-filter .facetwp-flyout-open {
		display: flex;
		width: calc(100% - 14px);
		margin-top: -10px;
	}
	.product-filter .facetwp-flyout-open > span {
		align-items: center;
		justify-content: center;
		gap: 4px;
	}
	.product-filter .facetwp-flyout-open .open-filter {
		display: flex;
	}
	.product-filter .facetwp-flyout-open .close-filter {
		display: none;
	}
	.product-filter .facetwp-flyout-open.active .open-filter {
		display: none;
	}
	.product-filter .facetwp-flyout-open.active .close-filter {
		display: flex;
	}
	.product-filter .facetwp-flyout-open.active + .dropdown-filter-list {
		display: flex;
	}
}

.product-filter .dropdown-filter-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.product-filter .dropdown-filter-list .dropdown-filter-title {
	color: #542D6E;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.4px;
	width: 100%;
	text-align: center;
}

@media (max-width: 1024px) {
	.product-filter .dropdown-filter-list {
		display: none;
	}
	.product-filter .dropdown-filter-list .dropdown-filter-title {
		color: #656565;
	}
}

.product-filter .product-sort {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.product-filter .product-sort .dropdown-filter-item {
	width: 100%;
}

.product-filter .product-filter-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
}

.product-filter .product-filter-item .dropdown-filter-item {
	width: 100%;
	max-width: 400px;
}

@media (max-width: 767px) {
	.product-filter .product-filter-item .dropdown-filter-item {
		max-width: 100%;
	}
}

.product-filter .product-container {
	display: grid;
	gap: 40px;
	padding-top: 20px;
}

@media (max-width: 767px) {
	.product-filter .product-container {
		padding-top: 0;
	}
}

.product-filter .product-left .dropdown-filter-item {
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 20px;
}

.product-filter .product-right .facetwp-selections {
	padding-top: 0;
	padding-bottom: 28px;
}

.product-filter .product-right .facetwp-selections:empty {
	padding: 0;
}

.product-filter .product-right .facetwp-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0%, 100%));
	gap: 28px 12px;
}

@media (max-width: 1024px) {
	.product-filter .product-right .facetwp-template {
		grid-template-columns: repeat(2, minmax(0%, 100%));
	}
}

@media (max-width: 767px) {
	.product-filter .product-right .facetwp-template {
		grid-template-columns: repeat(2, minmax(0%, 100%));
		gap: 20px 12px;
	}
}

.product-filter .clear-all-filter {
	padding: 4px 32px 4px 16px;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	background-color: #01836E;
	background-image: url(/wp-content/themes/vita-group/images/icons/x.svg);
	background-size: 32px 24px;
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.product-filter .clear-all-filter:hover {
	box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1024px) {
	.product-filter .dropdown-filter-list {
		flex-wrap: wrap;
	}
	.product-filter .dropdown-filter-list .heading-5 {
		width: 100%;
		text-align: center;
	}
	.product-filter .dropdown-filter-list .search, .product-filter .dropdown-filter-list .product-sort {
		width: 100%;
	}
	.product-filter .dropdown-filter-list .product-sort .dropdown-filter-item {
		flex-grow: 1;
	}
	.product-filter .product-container {
		grid-template-columns: 1fr;
	}
	.product-filter .product-left {
		display: none;
	}
	.product-filter .facetwp-bottom {
		padding-left: 0;
	}
}

.product-filter .product-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

@media (max-width: 1024px) {
	.product-filter .product-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.product-filter .product-items {
		grid-template-columns: repeat(1, 1fr);
	}
}

.facetwp-type-alpha {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.facetwp-type-alpha .facetwp-alpha {
	display: inline-flex;
	width: 40px;
	height: 40px;
	padding: 7px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #656565;
	background: #FFFFFF;
	font-size: 13px;
	margin: 0;
	color: #656565;
	position: relative;
}

.facetwp-type-alpha .facetwp-alpha:hover {
	background: #E6E6E6;
}

.facetwp-type-alpha .facetwp-alpha[data-id=''], .facetwp-type-alpha .facetwp-alpha[data-id="#"] {
	display: none;
}

.facetwp-type-alpha .facetwp-alpha:not(.available) {
	opacity: 0.6;
	pointer-events: none;
}

.facetwp-type-alpha .facetwp-alpha.selected {
	background: #542D6E;
	color: #FFFFFF;
	border: none;
}

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

.product-simple-filter .facetwp-bottom:has(.facetwp-load-more.facetwp-hidden) {
	display: none;
}

.post-filter .content {
	position: relative;
	padding-bottom: 0;
	text-align: left;
}

.post-filter .content .heading {
	margin-bottom: 20px;
}

.post-filter .content .desc {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.post-filter .content .heading {
		margin-bottom: 16px;
	}
}

.post-filter.section-block {
	padding-top: 80px;
}

@media (max-width: 767px) {
	.post-filter.section-block {
		padding-top: 60px;
	}
}

.post-filter .facetwp-bottom .result_count {
	padding-top: 60px;
}

@media (max-width: 767px) {
	.post-filter .facetwp-bottom .result_count {
		padding-top: 40px;
	}
}

.post-filter .dropdown-filter-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.post-filter .dropdown-filter-list {
		justify-content: center;
		gap: 20px;
		margin-bottom: 60px;
	}
}

.post-filter .dropdown-filter-container {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	gap: 20px;
}

.post-filter .dropdown-filter-container .dropdown-filter-item {
	width: max-content;
}

.post-filter .dropdown-filter-container .facetwp-type-fselect {
	min-width: 280px;
}

.post-filter .dropdown-filter-container .dropdown-search {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}

.post-filter .dropdown-filter-container .dropdown-search .facetwp-type-search {
	width: 100%;
	max-width: 400px;
}

@media (max-width: 767px) {
	.post-filter .dropdown-filter-container .dropdown-filter-item {
		width: 100%;
	}
	.post-filter .dropdown-filter-container .dropdown-search .facetwp-type-search {
		max-width: 100%;
	}
	.post-filter .dropdown-filter-container .facetwp-reset {
		width: 100%;
	}
}

.facetwp-type-reset .facetwp-reset {
	padding: 16px 28px;
	border-radius: 40px;
	border: 1px solid #656565;
	background: #542D6E;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #FFFFFF;
}

.facetwp-type-reset .facetwp-reset:hover, .facetwp-type-reset .facetwp-reset:focus {
	background: #FFFFFF;
	color: #656565;
}

.filter-header {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #542D6E;
}

.dropdown-filter-item {
	font-size: 18px;
	/*@include respond-to("md") {
    &:has(.facetwp-facet.is-loading) {
      box-shadow: unset !important;
    }
  }*/
}

.dropdown-filter-item .facetwp-facet {
	margin-bottom: 0;
	/*@include respond-to("md") {
      &.is-loading {
        opacity: 0;
      }
    }*/
}

.dropdown-filter-item .fs-wrap {
	width: 100%;
	line-height: inherit;
}

.dropdown-filter-item .fs-label-wrap {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	border-radius: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #656565;
	background-color: #FFFFFF;
	padding: 16px 20px;
}

.dropdown-filter-item .fs-label-wrap .fs-label {
	padding: 0;
}

.dropdown-filter-item .fs-label-wrap:hover, .dropdown-filter-item .fs-label-wrap:focus {
	background: #542D6E;
	color: #FFFFFF;
}

.dropdown-filter-item .fs-label-wrap:hover svg path, .dropdown-filter-item .fs-label-wrap:focus svg path {
	stroke: #FFFFFF;
}

.dropdown-filter-item .facetwp-input-wrap {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}

.dropdown-filter-item .facetwp-input-wrap input {
	border-radius: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #656565;
	background-color: #FFFFFF;
	padding: 16px 52px 16px 20px;
	width: 100%;
}

.dropdown-filter-item .facetwp-input-wrap input::placeholder {
	font-size: 18px;
}

.dropdown-filter-item .facetwp-input-wrap .facetwp-icon {
	left: auto;
	right: 20px;
	height: 24px;
	opacity: 1;
}

.dropdown-filter-item .facetwp-input-wrap .facetwp-icon:not(.f-loading):before {
	background-image: url(/wp-content/themes/rbh-group/images/icons/search-purple.svg);
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 24px;
}

.dropdown-filter-item .fs-arrow {
	position: unset;
	border: none;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0;
}

.dropdown-filter-item .fs-search {
	display: none;
}

.dropdown-filter-item .fs-dropdown {
	border: 1px solid #656565;
	border-radius: 0 0 20px 20px;
	background-color: #FFFFFF;
	padding: 40px 20px 16px;
	width: fit-content;
	max-width: 420px;
	min-width: 100%;
	top: 50%;
}

.dropdown-filter-item .fs-dropdown .fs-options {
	display: flex;
	gap: 12px;
	flex-direction: column;
	max-height: unset;
}

.dropdown-filter-item .fs-open .fs-label-wrap {
	z-index: 11;
	background: #542D6E;
	color: #FFFFFF;
}

.dropdown-filter-item .fs-open .fs-label-wrap svg path {
	stroke: #FFFFFF;
}

.dropdown-filter-item .fs-open .facetwp-input-wrap {
	z-index: 11;
}

.dropdown-filter-item .fs-open .fs-dropdown {
	z-index: 10;
}

.dropdown-filter-item .fs-wrap.multiple .fs-option {
	padding-left: 28px;
}

.dropdown-filter-item .fs-wrap.multiple .fs-option .fs-option-label {
	white-space: normal;
}

.dropdown-filter-item .fs-wrap.multiple .fs-checkbox {
	width: 20px;
	top: 3px;
	margin-top: 0;
}

.dropdown-filter-item .facetwp-type-fselect.is-loading .fs-label-wrap {
	opacity: 1;
}

.dropdown-filter-item .fs-option {
	padding: 0;
	display: flex;
	gap: 8px;
	align-items: center;
}

.dropdown-filter-item .fs-option .fs-option-label {
	white-space: nowrap;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

.dropdown-filter-item .fs-checkbox {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
}

.dropdown-filter-item .fs-checkbox i {
	display: none;
}

.dropdown-filter-item .fs-checkbox:before, .dropdown-filter-item .fs-checkbox:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0 !important;
	top: 0;
	right: unset;
	bottom: unset !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dropdown-filter-item .fs-checkbox:after {
	border: 1px solid #656565;
	background: #FFFFFF;
	border-radius: 4px;
}

.dropdown-filter-item .fs-checkbox:before {
	display: none;
}

.dropdown-filter-item .selected .fs-checkbox:after {
	content: '' !important;
	border: none;
	background: url(/wp-content/themes/rbh-group/images/icons/checkbox.svg);
}

.dropdown-filter-item .fs-wrap.single .fs-option.selected {
	background-color: transparent;
}

.dropdown-filter-item .facetwp-checkbox {
	background: transparent;
	position: relative;
	padding-left: 28px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 12px;
}

.dropdown-filter-item .facetwp-checkbox:last-child {
	margin-bottom: 20px;
}

.dropdown-filter-item .facetwp-checkbox:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #656565;
	background: #FFFFFF;
	border-radius: 4px;
}

.dropdown-filter-item .facetwp-checkbox.checked {
	background: transparent;
}

.dropdown-filter-item .facetwp-checkbox.checked:before {
	border: none;
	background: url(/wp-content/themes/rbh-group/images/icons/checkbox.svg);
}

.dropdown-filter-item .facetwp-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	color: #542D6E;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	cursor: pointer;
}

.dropdown-filter-item .facetwp-label .facetwp-label-icon {
	display: block;
	width: 24px;
	height: 24px;
}

.dropdown-filter-item .facetwp-label .facetwp-label-icon .show {
	display: none;
}

.dropdown-filter-item .facetwp-label + .facetwp-facet {
	display: none;
}

.dropdown-filter-item .facetwp-label.active + .facetwp-facet {
	display: block;
}

.dropdown-filter-item .facetwp-label.active .facetwp-label-icon .show {
	display: block;
}

.dropdown-filter-item .facetwp-label.active .facetwp-label-icon .hide {
	display: none;
}

.dropdown-filter-item .facetwp-type-sort .fs-checkbox {
	display: none;
}

.dropdown-filter-item .facetwp-type-checkboxes .facetwp-toggle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	text-decoration: underline;
	color: #542D6E;
	padding-bottom: 20px;
}

.dropdown-filter-item .facetwp-type-checkboxes .facetwp-toggle:hover {
	text-decoration: none;
}

.dropdown-filter-item .facetwp-type-checkboxes .facetwp-toggle.facetwp-hidden {
	display: none;
}

@media (max-width: 767px) {
	.dropdown-filter-item .facetwp-label {
		font-size: 16px;
		margin-bottom: 16px;
	}
}

.facetwp-bottom .result_count {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 14px;
}

.facetwp-bottom .facetwp-facet-result_count {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 14px;
}

.facetwp-bottom .facetwp-facet-result_count strong {
	font-weight: 400;
}

.facetwp-bottom .facetwp-facet-load_more {
	text-align: center;
	margin-bottom: 0;
}

.facetwp-bottom .facetwp-facet-load_more button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 500;
	min-height: 0 !important;
	border-radius: 0 !important;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #542D6E;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

.facetwp-bottom .facetwp-facet-load_more button:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.facetwp-bottom .facetwp-facet-load_more button > span {
	z-index: 2;
}

.facetwp-bottom .facetwp-facet-load_more button svg path {
	fill: currentColor;
}

.facetwp-bottom .facetwp-facet-load_more button:hover {
	text-decoration: underline;
}

.facetwp-bottom .facetwp-facet-load_more button:focus > span {
	border: 1px solid #542D6E;
}

.facetwp-bottom .facetwp-facet-load_more button:before {
	content: none;
}

.facetwp-bottom .facetwp-facet-load_more button:after {
	content: "";
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark.svg);
	width: 44px;
	height: 44px;
	min-width: 44px;
}

.facetwp-bottom .facetwp-facet-load_more button:hover:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-hover.svg);
}

.facetwp-bottom .facetwp-facet-load_more button:disabled {
	opacity: 0.65;
}

.facetwp-bottom .facetwp-facet-load_more button:disabled:after {
	background-image: url(/wp-content/themes/rbh-group/images/icons/accordion-icon-dark-disabled.svg);
}

.facetwp-bottom .facetwp-facet-load_more button.facetwp-hidden {
	display: none;
}

.facetwp-bottom .facetwp-facet-load_more_results {
	text-align: center;
	margin-bottom: 0;
}

.facetwp-bottom .facetwp-facet-load_more_results button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	transition-duration: 0.3s;
	cursor: pointer;
	width: fit-content;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	position: relative;
	border-radius: 100px;
	padding: 6px;
	text-transform: uppercase;
	margin: 7px;
	border: none;
	color: #FFFFFF;
	background: #542D6E;
	padding: 16px 28px;
	font-size: 1.125rem;
	font-weight: 500;
	min-height: 50px;
	border-radius: 100px;
	letter-spacing: 1.8px;
	margin-left: auto;
	margin-right: auto;
}

.facetwp-bottom .facetwp-facet-load_more_results button:before {
	content: "";
	position: absolute;
	inset: 0;
	top: -7px;
	left: -7px;
	border-radius: inherit;
	padding: 2px;
	/* border thickness */
	background: linear-gradient(-90deg, #01836e 0%, #b3c335 50%, #542d6e 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}

.facetwp-bottom .facetwp-facet-load_more_results button > span {
	z-index: 2;
}

.facetwp-bottom .facetwp-facet-load_more_results button svg path {
	fill: currentColor;
}

.facetwp-bottom .facetwp-facet-load_more_results button:focus:before {
	background: #542D6E;
}

.facetwp-bottom .facetwp-facet-load_more_results button:hover, .facetwp-bottom .facetwp-facet-load_more_results button:focus {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #542D6E;
}

.facetwp-bottom .facetwp-facet-load_more_results button:disabled {
	color: rgba(255, 255, 255, 0.75);
}

.facetwp-bottom .facetwp-facet-load_more_results button:disabled:after, .facetwp-bottom .facetwp-facet-load_more_results button:disabled:before {
	opacity: 0.7;
}

.facetwp-bottom .facetwp-facet-load_more_results button.facetwp-hidden {
	display: none;
}

.dropdown-filter-selected {
	display: flex;
	width: 100%;
}

.dropdown-filter-selected .facetwp-selections {
	padding-top: 8px;
}

.dropdown-filter-selected .facetwp-selections ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.dropdown-filter-selected .facetwp-selections ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.dropdown-filter-selected .facetwp-selections .facetwp-selection-label {
	display: none;
}

.dropdown-filter-selected .facetwp-selections .facetwp-selection-value {
	padding: 4px 32px 4px 16px;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	background-color: #01836E;
	background-image: url(/wp-content/themes/rbh-group/images/icons/x.svg);
	background-size: 32px 24px;
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.dropdown-filter-selected .facetwp-selections .facetwp-selection-value:hover {
	box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
}

.media-single-video .content .content_top {
	max-width: 1068px;
	margin: 0 auto 40px;
}

.media-single-video .content .content_bot {
	text-align: center;
	max-width: 1068px;
	margin: auto;
}

.media-single-video .content .content_bot .box-sub-heading {
	justify-content: center;
}

.media-single-video .content .content_bot .heading {
	margin-bottom: 16px;
}

.media-single-video .content .content_bot .desc {
	margin-bottom: 28px;
}

.media-single-video .content .content_bot .btn {
	margin-left: auto;
	margin-right: auto;
}

.video-container .video {
	position: relative;
	aspect-ratio: 1068/601;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.video-container .video iframe, .video-container .video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.video-container .video .thumbnail_video img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

.video-container .video .thumbnail_video.hide {
	opacity: 0;
	pointer-events: none;
}

.video-container .video .play_video {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
	padding: 0;
	border: none;
	box-shadow: none;
	outline: none;
	margin: 0;
	background: #F00;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-container .video .play_video:hover svg {
	transform: scale(1.1);
}

.video-container .video:has(iframe) .play_video,
.video-container .video:has(iframe) .cate {
	display: none;
}

.video-container .video:has(iframe) .thumbnail_video {
	opacity: 0;
}

.two-column-video .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 6%;
	flex-direction: row-reverse;
}

.two-column-video .content.reverse_column {
	flex-direction: row;
}

.two-column-video .content .content_right {
	width: 45%;
	overflow: auto;
}

.two-column-video .content .content_right::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.two-column-video .content .content_right .video-container .video {
	aspect-ratio: 568/426;
}

.two-column-video .content .content_left {
	text-align: left;
	width: 49%;
}

.two-column-video .content .content_left .box-sub-heading {
	margin-bottom: 20px;
}

.two-column-video .content .content_left .heading {
	margin-bottom: 20px;
}

.two-column-video .content .content_left .desc {
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.two-column-video .content {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 60px;
	}
	.two-column-video .content .content_left {
		width: 100%;
	}
	.two-column-video .content .content_right {
		width: 100%;
	}
}

.media-large-image .bg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 0;
}

.media-large-image .bg-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 0;
}

.media-large-image .content {
	position: relative;
	z-index: 1;
}

.media-large-image .content img {
	display: block;
	width: 100%;
	border-radius: 40px;
	aspect-ratio: 1284/428;
	object-fit: cover;
}

@media (max-width: 480px) {
	.media-large-image .content img {
		aspect-ratio: 350/234;
	}
}

.table-container .wrap_table {
	overflow-x: auto;
}

.table-container .wrap_table .content_table {
	border-collapse: collapse;
	min-width: 350px;
	margin: 0;
}

.table-container .wrap_table .content_table thead tr {
	background: #01836E;
}

.table-container .wrap_table .content_table thead tr th {
	padding: 16px 20px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

.table-container .wrap_table .content_table thead tr th:first-child {
	border-radius: 20px 0 0 0;
	text-align: center;
}

.table-container .wrap_table .content_table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}

.table-container .wrap_table .content_table tbody tr td {
	padding: 16px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	border-bottom: 1px solid #FFFFFF;
	background: #E6E6E6;
	color: #656565;
}

.table-container .wrap_table .content_table tbody tr td:first-child {
	background: #542D6E;
	color: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
	text-align: center;
}

.table-container .wrap_table .content_table tbody tr:last-child td {
	border-bottom: none !important;
}

.table-container .wrap_table .content_table tbody tr:last-child td:first-child {
	border-radius: 0px 0px 0px 20px;
}

.table-container .wrap_table .content_table tbody tr:last-child td:last-child {
	border-radius: 0px 0px 20px 0px;
}

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

.table-container .wrap_table.scrollbar::-webkit-scrollbar-thumb {
	background: #542D6E;
	border-radius: 10px;
}

.table-container .wrap_table.scrollbar::-webkit-scrollbar-track {
	background: rgba(101, 101, 101, 0.5);
	border-radius: 10px;
}

.table-container.bg-grey .wrap_table .content_table tbody tr td {
	background: #FFFFFF;
	border-bottom-color: #E6E6E6;
}

.table-container.bg-grey .wrap_table .content_table tbody tr td:first-child {
	background: #542D6E;
}

.table-container.bg-teal .wrap_table .content_table thead tr {
	background: #FFFFFF;
}

.table-container.bg-teal .wrap_table .content_table thead tr th {
	color: #656565;
}

.table-container.bg-purple .wrap_table .content_table tbody tr td:first-child {
	background: #FFFFFF;
	color: #656565;
}

.table-container.bg-purple .wrap_table.scrollbar::-webkit-scrollbar-thumb {
	background: #01836E;
}

/*--------------------------------------------------------------
# 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: #656565;
	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: #542D6E;
}

.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: #542D6E;
	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: #542D6E;
	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 #542D6E;
		background: #FFFFFF;
		padding: 20px 40px;
		margin-bottom: 0;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		color: #542D6E;
		white-space: nowrap;
	}
	.section_search_block.product-filter .dropdown-filter-list .search-filter-mobile:hover {
		background: #542D6E;
		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: #542D6E;
		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 #542D6E;
	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: #542D6E;
	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;
	}
}

.product-items {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
}

.product-items .product-item {
	position: relative;
	border-radius: 20px;
	padding: 28px;
}

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

.product-items .product-item .content_product {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 2;
}

.product-items .product-item .heading {
	display: block;
}

.product-items .product-item .content-text {
	flex-grow: 1;
}

.product-items .product-item .application .text-small {
	text-transform: uppercase;
	color: #542D6E;
}

.product-items .product-item .application .list_data span {
	padding-right: 4px;
}

.product-items.swiper {
	display: block;
}

.product-items.swiper * {
	box-sizing: border-box;
}

.product-items.swiper .swiper-pagination {
	margin-top: 28px;
}

.product-overview .content {
	max-width: 804px;
}

.product-overview + .product-tabs {
	padding-top: 0;
}

.product-overview + .product-tabs:before {
	height: 44px;
}

@media (max-width: 767px) {
	.product-overview .content {
		max-width: 100%;
	}
	.product-overview + .product-tabs:before {
		height: 36px;
	}
}

/*--------------------------------------------------------------
# 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: #542D6E;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #080808;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

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

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

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

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

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

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

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

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}
}

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

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

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

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

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

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

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

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

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

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

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

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

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

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

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

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

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

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