/*!

Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE

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.


Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

.u-body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
}

.u-overlap.u-overlap-transparent .u-header,
.u-image,
.u-gradient {
    color: #111111;
}

.u-shading,
.u-overlap.u-overlap-contrast .u-header {
    color: #ffffff;
}

.u-body {
    color: #111111;
    background-color: #ffffff;
}

.u-custom-font.u-text-font {
    font-family: 'Open Sans', sans-serif !important;
}

.u-custom-font.u-heading-font {
    font-family: Roboto, sans-serif !important;
}

.u-none.u-button-style,
.u-none.u-button-style:hover,
.u-none.u-button-style:focus,
.u-none.u-button-style:active,
.u-none.u-button-style.active,
.u-button-style.u-hover-none:hover,
.u-button-style.u-hover-none:focus,
.u-button-style.u-active-none:active,
.u-button-style.u-active-none.active,
li.active>.u-button-style.u-active-none {
    color: inherit !important;
    background-color: transparent !important;
}

.u-button-style.u-border-none,
.u-button-style.u-border-hover-none:hover,
.u-button-style.u-border-hover-none:focus,
.u-button-style.u-border-active-none:active,
.u-button-style.u-border-active-none.active,
li.active>.u-button-style.u-border-active-none {
    border-color: transparent !important;
    border-width: 0;
}

.u-button-style.u-text-none,
.u-button-style.u-text-none:hover,
.u-button-style.u-text-none:focus,
.u-button-style.u-text-none:active,
.u-button-style.u-text-none.active,
.u-button-style.u-text-hover-none:hover,
.u-button-style.u-text-hover-none:focus,
.u-button-style.u-text-active-none:active,
.u-button-style.u-text-active-none.active,
li.active>.u-button-style.u-text-active-none {
    color: inherit !important;
}


/*end-color none*/


/*begin-color color-1*/

.u-color-1,
.u-body.u-color-1,
.u-container-style.u-color-1:before,
.u-table-alt-color-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #478ac9;
}

.u-button-style.u-color-1,
.u-button-style.u-color-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}

.u-button-style.u-color-1:hover,
.u-button-style.u-color-1[class*="u-border-"]:hover,
.u-button-style.u-color-1:focus,
.u-button-style.u-color-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1:active,
.u-button-style.u-button-style.u-color-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1.active,
.u-button-style.u-button-style.u-color-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-1,
li.active>.u-button-style.u-button-style.u-color-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #387cbd !important;
}

.u-hover-color-1:hover,
.u-hover-color-1[class*="u-border-"]:hover,
.u-hover-color-1:focus,
.u-hover-color-1[class*="u-border-"]:focus,
.u-active-color-1.u-active.u-active,
.u-active-color-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-1:hover,
a.u-button-style.u-hover-color-1[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-color-1,
a.u-button-style:hover>.u-hover-color-1[class*="u-border-"],
a.u-button-style.u-hover-color-1:focus,
a.u-button-style.u-hover-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-1:active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1.active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1,
a.u-button-style.u-button-style.active>.u-active-color-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1,
li.active>a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}

a.u-link.u-hover-color-1:hover {
    color: #478ac9 !important;
}


/*end-color color-1*/


/*begin-color color-2*/

.u-color-2,
.u-body.u-color-2,
.u-container-style.u-color-2:before,
.u-table-alt-color-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #db545a;
}

.u-button-style.u-color-2,
.u-button-style.u-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}

.u-button-style.u-color-2:hover,
.u-button-style.u-color-2[class*="u-border-"]:hover,
.u-button-style.u-color-2:focus,
.u-button-style.u-color-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2:active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2.active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-2,
li.active>.u-button-style.u-button-style.u-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #d63b42 !important;
}

.u-hover-color-2:hover,
.u-hover-color-2[class*="u-border-"]:hover,
.u-hover-color-2:focus,
.u-hover-color-2[class*="u-border-"]:focus,
.u-active-color-2.u-active.u-active,
.u-active-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2:hover,
a.u-button-style.u-hover-color-2[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-color-2,
a.u-button-style:hover>.u-hover-color-2[class*="u-border-"],
a.u-button-style.u-hover-color-2:focus,
a.u-button-style.u-hover-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-2:active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2.active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2,
a.u-button-style.u-button-style.active>.u-active-color-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2,
li.active>a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}

a.u-link.u-hover-color-2:hover {
    color: #db545a !important;
}


/*end-color color-2*/


/*begin-color color-3*/

.u-color-3,
.u-body.u-color-3,
.u-container-style.u-color-3:before,
.u-table-alt-color-3 tr:nth-child(even) {
    color: #111111;
    background-color: #f1c50e;
}

.u-button-style.u-color-3,
.u-button-style.u-color-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}

.u-button-style.u-color-3:hover,
.u-button-style.u-color-3[class*="u-border-"]:hover,
.u-button-style.u-color-3:focus,
.u-button-style.u-color-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3:active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3.active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-color-3,
li.active>.u-button-style.u-button-style.u-color-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9b10d !important;
}

.u-hover-color-3:hover,
.u-hover-color-3[class*="u-border-"]:hover,
.u-hover-color-3:focus,
.u-hover-color-3[class*="u-border-"]:focus,
.u-active-color-3.u-active.u-active,
.u-active-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3:hover,
a.u-button-style.u-hover-color-3[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-color-3,
a.u-button-style:hover>.u-hover-color-3[class*="u-border-"],
a.u-button-style.u-hover-color-3:focus,
a.u-button-style.u-hover-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-3:active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3.active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3,
a.u-button-style.u-button-style.active>.u-active-color-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3,
li.active>a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}

a.u-link.u-hover-color-3:hover {
    color: #f1c50e !important;
}


/*end-color color-3*/


/*begin-color palette-1*/

.u-palette-1,
.u-body.u-palette-1,
.u-container-style.u-palette-1:before,
.u-table-alt-palette-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #478ac9;
}

.u-button-style.u-palette-1,
.u-button-style.u-palette-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}

.u-button-style.u-palette-1:hover,
.u-button-style.u-palette-1[class*="u-border-"]:hover,
.u-button-style.u-palette-1:focus,
.u-button-style.u-palette-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1:active,
.u-button-style.u-button-style.u-palette-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1.active,
.u-button-style.u-button-style.u-palette-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1,
li.active>.u-button-style.u-button-style.u-palette-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #387cbd !important;
}

.u-hover-palette-1:hover,
.u-hover-palette-1[class*="u-border-"]:hover,
.u-hover-palette-1:focus,
.u-hover-palette-1[class*="u-border-"]:focus,
.u-active-palette-1.u-active.u-active,
.u-active-palette-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1:hover,
a.u-button-style.u-hover-palette-1[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-palette-1,
a.u-button-style:hover>.u-hover-palette-1[class*="u-border-"],
a.u-button-style.u-hover-palette-1:focus,
a.u-button-style.u-hover-palette-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1:active,
a.u-button-style.u-button-style.u-active-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1.active,
a.u-button-style.u-button-style.u-active-palette-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1,
a.u-button-style.u-button-style.active>.u-active-palette-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1,
li.active>a.u-button-style.u-button-style.u-active-palette-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}

a.u-link.u-hover-palette-1:hover {
    color: #478ac9 !important;
}


/*end-color palette-1*/


/*begin-color palette-1-base*/

.u-palette-1-base,
.u-body.u-palette-1-base,
.u-container-style.u-palette-1-base:before,
.u-table-alt-palette-1-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #478ac9;
}

.u-button-style.u-palette-1-base,
.u-button-style.u-palette-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}

.u-button-style.u-palette-1-base:hover,
.u-button-style.u-palette-1-base[class*="u-border-"]:hover,
.u-button-style.u-palette-1-base:focus,
.u-button-style.u-palette-1-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-base:active,
.u-button-style.u-button-style.u-palette-1-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-base.active,
.u-button-style.u-button-style.u-palette-1-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-1-base,
li.active>.u-button-style.u-button-style.u-palette-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #387cbd !important;
}

.u-hover-palette-1-base:hover,
.u-hover-palette-1-base[class*="u-border-"]:hover,
.u-hover-palette-1-base:focus,
.u-hover-palette-1-base[class*="u-border-"]:focus,
.u-active-palette-1-base.u-active.u-active,
.u-active-palette-1-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1-base:hover,
a.u-button-style.u-hover-palette-1-base[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-palette-1-base,
a.u-button-style:hover>.u-hover-palette-1-base[class*="u-border-"],
a.u-button-style.u-hover-palette-1-base:focus,
a.u-button-style.u-hover-palette-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1-base:active,
a.u-button-style.u-button-style.u-active-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-base.active,
a.u-button-style.u-button-style.u-active-palette-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-1-base,
a.u-button-style.u-button-style.active>.u-active-palette-1-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-1-base,
li.active>a.u-button-style.u-button-style.u-active-palette-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}

a.u-link.u-hover-palette-1-base:hover {
    color: #478ac9 !important;
}


/*end-color palette-1-base*/


/*begin-color palette-2*/

.u-palette-2,
.u-body.u-palette-2,
.u-container-style.u-palette-2:before,
.u-table-alt-palette-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #db545a;
}

.u-button-style.u-palette-2,
.u-button-style.u-palette-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}

.u-button-style.u-palette-2:hover,
.u-button-style.u-palette-2[class*="u-border-"]:hover,
.u-button-style.u-palette-2:focus,
.u-button-style.u-palette-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2:active,
.u-button-style.u-button-style.u-palette-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2.active,
.u-button-style.u-button-style.u-palette-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2,
li.active>.u-button-style.u-button-style.u-palette-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #d63b42 !important;
}

.u-hover-palette-2:hover,
.u-hover-palette-2[class*="u-border-"]:hover,
.u-hover-palette-2:focus,
.u-hover-palette-2[class*="u-border-"]:focus,
.u-active-palette-2.u-active.u-active,
.u-active-palette-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2:hover,
a.u-button-style.u-hover-palette-2[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-palette-2,
a.u-button-style:hover>.u-hover-palette-2[class*="u-border-"],
a.u-button-style.u-hover-palette-2:focus,
a.u-button-style.u-hover-palette-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2:active,
a.u-button-style.u-button-style.u-active-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2.active,
a.u-button-style.u-button-style.u-active-palette-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2,
a.u-button-style.u-button-style.active>.u-active-palette-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2,
li.active>a.u-button-style.u-button-style.u-active-palette-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}

a.u-link.u-hover-palette-2:hover {
    color: #db545a !important;
}


/*end-color palette-2*/


/*begin-color palette-2-base*/

.u-palette-2-base,
.u-body.u-palette-2-base,
.u-container-style.u-palette-2-base:before,
.u-table-alt-palette-2-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #db545a;
}

.u-button-style.u-palette-2-base,
.u-button-style.u-palette-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}

.u-button-style.u-palette-2-base:hover,
.u-button-style.u-palette-2-base[class*="u-border-"]:hover,
.u-button-style.u-palette-2-base:focus,
.u-button-style.u-palette-2-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-base:active,
.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-base.active,
.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-2-base,
li.active>.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #d63b42 !important;
}

.u-hover-palette-2-base:hover,
.u-hover-palette-2-base[class*="u-border-"]:hover,
.u-hover-palette-2-base:focus,
.u-hover-palette-2-base[class*="u-border-"]:focus,
.u-active-palette-2-base.u-active.u-active,
.u-active-palette-2-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2-base:hover,
a.u-button-style.u-hover-palette-2-base[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-palette-2-base,
a.u-button-style:hover>.u-hover-palette-2-base[class*="u-border-"],
a.u-button-style.u-hover-palette-2-base:focus,
a.u-button-style.u-hover-palette-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2-base:active,
a.u-button-style.u-button-style.u-active-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-base.active,
a.u-button-style.u-button-style.u-active-palette-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-2-base,
a.u-button-style.u-button-style.active>.u-active-palette-2-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-2-base,
li.active>a.u-button-style.u-button-style.u-active-palette-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}

a.u-link.u-hover-palette-2-base:hover {
    color: #db545a !important;
}


/*end-color palette-2-base*/


/*begin-color palette-3*/

.u-palette-3,
.u-body.u-palette-3,
.u-container-style.u-palette-3:before,
.u-table-alt-palette-3 tr:nth-child(even) {
    color: #111111;
    background-color: #f1c50e;
}

.u-button-style.u-palette-3,
.u-button-style.u-palette-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}

.u-button-style.u-palette-3:hover,
.u-button-style.u-palette-3[class*="u-border-"]:hover,
.u-button-style.u-palette-3:focus,
.u-button-style.u-palette-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3:active,
.u-button-style.u-button-style.u-palette-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3.active,
.u-button-style.u-button-style.u-palette-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3,
li.active>.u-button-style.u-button-style.u-palette-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9b10d !important;
}

.u-hover-palette-3:hover,
.u-hover-palette-3[class*="u-border-"]:hover,
.u-hover-palette-3:focus,
.u-hover-palette-3[class*="u-border-"]:focus,
.u-active-palette-3.u-active.u-active,
.u-active-palette-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3:hover,
a.u-button-style.u-hover-palette-3[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-palette-3,
a.u-button-style:hover>.u-hover-palette-3[class*="u-border-"],
a.u-button-style.u-hover-palette-3:focus,
a.u-button-style.u-hover-palette-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3:active,
a.u-button-style.u-button-style.u-active-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3.active,
a.u-button-style.u-button-style.u-active-palette-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3,
a.u-button-style.u-button-style.active>.u-active-palette-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3,
li.active>a.u-button-style.u-button-style.u-active-palette-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}

a.u-link.u-hover-palette-3:hover {
    color: #f1c50e !important;
}


/*end-color palette-3*/


/*begin-color palette-3-base*/

.u-palette-3-base,
.u-body.u-palette-3-base,
.u-container-style.u-palette-3-base:before,
.u-table-alt-palette-3-base tr:nth-child(even) {
    color: #111111;
    background-color: #f1c50e;
}

.u-button-style.u-palette-3-base,
.u-button-style.u-palette-3-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}

.u-button-style.u-palette-3-base:hover,
.u-button-style.u-palette-3-base[class*="u-border-"]:hover,
.u-button-style.u-palette-3-base:focus,
.u-button-style.u-palette-3-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-base:active,
.u-button-style.u-button-style.u-palette-3-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-base.active,
.u-button-style.u-button-style.u-palette-3-base[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-palette-3-base,
li.active>.u-button-style.u-button-style.u-palette-3-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9b10d !important;
}

.u-hover-palette-3-base:hover,
.u-hover-palette-3-base[class*="u-border-"]:hover,
.u-hover-palette-3-base:focus,
.u-hover-palette-3-base[class*="u-border-"]:focus,
.u-active-palette-3-base.u-active.u-active,
.u-active-palette-3-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3-base:hover,
a.u-button-style.u-hover-palette-3-base[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-palette-3-base,
a.u-button-style:hover>.u-hover-palette-3-base[class*="u-border-"],
a.u-button-style.u-hover-palette-3-base:focus,
a.u-button-style.u-hover-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3-base:active,
a.u-button-style.u-button-style.u-active-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-base.active,
a.u-button-style.u-button-style.u-active-palette-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-palette-3-base,
a.u-button-style.u-button-style.active>.u-active-palette-3-base[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-palette-3-base,
li.active>a.u-button-style.u-button-style.u-active-palette-3-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}

a.u-link.u-hover-palette-3-base:hover {
    color: #f1c50e !important;
}


/*end-color palette-3-base*/


/*begin-color grey-dark-1*/

.u-grey-dark-1,
.u-body.u-grey-dark-1,
.u-container-style.u-grey-dark-1:before,
.u-table-alt-grey-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #454545;
}

.u-button-style.u-grey-dark-1,
.u-button-style.u-grey-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #454545 !important;
}

.u-button-style.u-grey-dark-1:hover,
.u-button-style.u-grey-dark-1[class*="u-border-"]:hover,
.u-button-style.u-grey-dark-1:focus,
.u-button-style.u-grey-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-dark-1:active,
.u-button-style.u-button-style.u-grey-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-dark-1.active,
.u-button-style.u-button-style.u-grey-dark-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-dark-1,
li.active>.u-button-style.u-button-style.u-grey-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #3e3e3e !important;
}

.u-hover-grey-dark-1:hover,
.u-hover-grey-dark-1[class*="u-border-"]:hover,
.u-hover-grey-dark-1:focus,
.u-hover-grey-dark-1[class*="u-border-"]:focus,
.u-active-grey-dark-1.u-active.u-active,
.u-active-grey-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-dark-1:hover,
a.u-button-style.u-hover-grey-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-grey-dark-1,
a.u-button-style:hover>.u-hover-grey-dark-1[class*="u-border-"],
a.u-button-style.u-hover-grey-dark-1:focus,
a.u-button-style.u-hover-grey-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-dark-1:active,
a.u-button-style.u-button-style.u-active-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-dark-1.active,
a.u-button-style.u-button-style.u-active-grey-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-dark-1,
a.u-button-style.u-button-style.active>.u-active-grey-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-dark-1,
li.active>a.u-button-style.u-button-style.u-active-grey-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #454545 !important;
}

a.u-link.u-hover-grey-dark-1:hover {
    color: #454545 !important;
}


/*end-color grey-dark-1*/


/*begin-color grey*/

.u-grey,
.u-body.u-grey,
.u-container-style.u-grey:before,
.u-table-alt-grey tr:nth-child(even) {
    color: #ffffff;
    background-color: #b3b3b3;
}

.u-button-style.u-grey,
.u-button-style.u-grey[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b3b3b3 !important;
}

.u-button-style.u-grey:hover,
.u-button-style.u-grey[class*="u-border-"]:hover,
.u-button-style.u-grey:focus,
.u-button-style.u-grey[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey:active,
.u-button-style.u-button-style.u-grey[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey.active,
.u-button-style.u-button-style.u-grey[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey,
li.active>.u-button-style.u-button-style.u-grey[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a1a1a1 !important;
}

.u-hover-grey:hover,
.u-hover-grey[class*="u-border-"]:hover,
.u-hover-grey:focus,
.u-hover-grey[class*="u-border-"]:focus,
.u-active-grey.u-active.u-active,
.u-active-grey[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey:hover,
a.u-button-style.u-hover-grey[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-grey,
a.u-button-style:hover>.u-hover-grey[class*="u-border-"],
a.u-button-style.u-hover-grey:focus,
a.u-button-style.u-hover-grey[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey:active,
a.u-button-style.u-button-style.u-active-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey.active,
a.u-button-style.u-button-style.u-active-grey[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey,
a.u-button-style.u-button-style.active>.u-active-grey[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey,
li.active>a.u-button-style.u-button-style.u-active-grey[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b3b3b3 !important;
}

a.u-link.u-hover-grey:hover {
    color: #b3b3b3 !important;
}


/*end-color grey*/


/*begin-color white*/

.u-white,
.u-body.u-white,
.u-container-style.u-white:before,
.u-table-alt-white tr:nth-child(even) {
    color: #111111;
    background-color: #ffffff;
}

.u-button-style.u-white,
.u-button-style.u-white[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ffffff !important;
}

.u-button-style.u-white:hover,
.u-button-style.u-white[class*="u-border-"]:hover,
.u-button-style.u-white:focus,
.u-button-style.u-white[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-white:active,
.u-button-style.u-button-style.u-white[class*="u-border-"]:active,
.u-button-style.u-button-style.u-white.active,
.u-button-style.u-button-style.u-white[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-white,
li.active>.u-button-style.u-button-style.u-white[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e6e6e6 !important;
}

.u-hover-white:hover,
.u-hover-white[class*="u-border-"]:hover,
.u-hover-white:focus,
.u-hover-white[class*="u-border-"]:focus,
.u-active-white.u-active.u-active,
.u-active-white[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-white:hover,
a.u-button-style.u-hover-white[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-white,
a.u-button-style:hover>.u-hover-white[class*="u-border-"],
a.u-button-style.u-hover-white:focus,
a.u-button-style.u-hover-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-white:active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-white.active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-white,
a.u-button-style.u-button-style.active>.u-active-white[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-white,
li.active>a.u-button-style.u-button-style.u-active-white[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ffffff !important;
}

a.u-link.u-hover-white:hover {
    color: #ffffff !important;
}


/*end-color white*/


/*begin-color black*/

.u-black,
.u-body.u-black,
.u-container-style.u-black:before,
.u-table-alt-black tr:nth-child(even) {
    color: #ffffff;
    background-color: #000000;
}

.u-button-style.u-black,
.u-button-style.u-black[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #000000 !important;
}

.u-button-style.u-black:hover,
.u-button-style.u-black[class*="u-border-"]:hover,
.u-button-style.u-black:focus,
.u-button-style.u-black[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-black:active,
.u-button-style.u-button-style.u-black[class*="u-border-"]:active,
.u-button-style.u-button-style.u-black.active,
.u-button-style.u-button-style.u-black[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-black,
li.active>.u-button-style.u-button-style.u-black[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #000000 !important;
}

.u-hover-black:hover,
.u-hover-black[class*="u-border-"]:hover,
.u-hover-black:focus,
.u-hover-black[class*="u-border-"]:focus,
.u-active-black.u-active.u-active,
.u-active-black[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-black:hover,
a.u-button-style.u-hover-black[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-black,
a.u-button-style:hover>.u-hover-black[class*="u-border-"],
a.u-button-style.u-hover-black:focus,
a.u-button-style.u-hover-black[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-black:active,
a.u-button-style.u-button-style.u-active-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-black.active,
a.u-button-style.u-button-style.u-active-black[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-black,
a.u-button-style.u-button-style.active>.u-active-black[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-black,
li.active>a.u-button-style.u-button-style.u-active-black[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #000000 !important;
}

a.u-link.u-hover-black:hover {
    color: #000000 !important;
}


/*end-color black*/


/*begin-color body-alt-color*/

.u-body-alt-color,
.u-body.u-body-alt-color,
.u-container-style.u-body-alt-color:before,
.u-table-alt-body-alt-color tr:nth-child(even) {
    color: #111111;
    background-color: #ffffff;
}

.u-button-style.u-body-alt-color,
.u-button-style.u-body-alt-color[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ffffff !important;
}

.u-button-style.u-body-alt-color:hover,
.u-button-style.u-body-alt-color[class*="u-border-"]:hover,
.u-button-style.u-body-alt-color:focus,
.u-button-style.u-body-alt-color[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-body-alt-color:active,
.u-button-style.u-button-style.u-body-alt-color[class*="u-border-"]:active,
.u-button-style.u-button-style.u-body-alt-color.active,
.u-button-style.u-button-style.u-body-alt-color[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-body-alt-color,
li.active>.u-button-style.u-button-style.u-body-alt-color[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e6e6e6 !important;
}

.u-hover-body-alt-color:hover,
.u-hover-body-alt-color[class*="u-border-"]:hover,
.u-hover-body-alt-color:focus,
.u-hover-body-alt-color[class*="u-border-"]:focus,
.u-active-body-alt-color.u-active.u-active,
.u-active-body-alt-color[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-body-alt-color:hover,
a.u-button-style.u-hover-body-alt-color[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-body-alt-color,
a.u-button-style:hover>.u-hover-body-alt-color[class*="u-border-"],
a.u-button-style.u-hover-body-alt-color:focus,
a.u-button-style.u-hover-body-alt-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-body-alt-color:active,
a.u-button-style.u-button-style.u-active-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-body-alt-color.active,
a.u-button-style.u-button-style.u-active-body-alt-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-body-alt-color,
a.u-button-style.u-button-style.active>.u-active-body-alt-color[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-body-alt-color,
li.active>a.u-button-style.u-button-style.u-active-body-alt-color[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ffffff !important;
}

a.u-link.u-hover-body-alt-color:hover {
    color: #ffffff !important;
}


/*end-color body-alt-color*/


/*begin-color grey-5*/

.u-grey-5,
.u-body.u-grey-5,
.u-container-style.u-grey-5:before,
.u-table-alt-grey-5 tr:nth-child(even) {
    color: #111111;
    background-color: #f2f2f2;
}

.u-button-style.u-grey-5,
.u-button-style.u-grey-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f2f2f2 !important;
    padding: 25px !important;
    font-weight: 700 !important;
}

.u-button-style.u-grey-5:hover,
.u-button-style.u-grey-5[class*="u-border-"]:hover,
.u-button-style.u-grey-5:focus,
.u-button-style.u-grey-5[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-5:active,
.u-button-style.u-button-style.u-grey-5[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-5.active,
.u-button-style.u-button-style.u-grey-5[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-5,
li.active>.u-button-style.u-button-style.u-grey-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #dadada !important;
}

.u-hover-grey-5:hover,
.u-hover-grey-5[class*="u-border-"]:hover,
.u-hover-grey-5:focus,
.u-hover-grey-5[class*="u-border-"]:focus,
.u-active-grey-5.u-active.u-active,
.u-active-grey-5[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-5:hover,
a.u-button-style.u-hover-grey-5[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-grey-5,
a.u-button-style:hover>.u-hover-grey-5[class*="u-border-"],
a.u-button-style.u-hover-grey-5:focus,
a.u-button-style.u-hover-grey-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-5:active,
a.u-button-style.u-button-style.u-active-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-5.active,
a.u-button-style.u-button-style.u-active-grey-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-5,
a.u-button-style.u-button-style.active>.u-active-grey-5[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-5,
li.active>a.u-button-style.u-button-style.u-active-grey-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f2f2f2 !important;
}

a.u-link.u-hover-grey-5:hover {
    color: #f2f2f2 !important;
}


/*end-color grey-5*/


/*begin-color grey-70*/

.u-grey-70,
.u-body.u-grey-70,
.u-container-style.u-grey-70:before,
.u-table-alt-grey-70 tr:nth-child(even) {
    color: #ffffff;
    background-color: #4d4d4d;
}

.u-button-style.u-grey-70,
.u-button-style.u-grey-70[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4d4d4d !important;
}

.u-button-style.u-grey-70:hover,
.u-button-style.u-grey-70[class*="u-border-"]:hover,
.u-button-style.u-grey-70:focus,
.u-button-style.u-grey-70[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-70:active,
.u-button-style.u-button-style.u-grey-70[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-70.active,
.u-button-style.u-button-style.u-grey-70[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-70,
li.active>.u-button-style.u-button-style.u-grey-70[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #454545 !important;
}

.u-hover-grey-70:hover,
.u-hover-grey-70[class*="u-border-"]:hover,
.u-hover-grey-70:focus,
.u-hover-grey-70[class*="u-border-"]:focus,
.u-active-grey-70.u-active.u-active,
.u-active-grey-70[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-70:hover,
a.u-button-style.u-hover-grey-70[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-grey-70,
a.u-button-style:hover>.u-hover-grey-70[class*="u-border-"],
a.u-button-style.u-hover-grey-70:focus,
a.u-button-style.u-hover-grey-70[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-70:active,
a.u-button-style.u-button-style.u-active-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-70.active,
a.u-button-style.u-button-style.u-active-grey-70[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-70,
a.u-button-style.u-button-style.active>.u-active-grey-70[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-70,
li.active>a.u-button-style.u-button-style.u-active-grey-70[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4d4d4d !important;
}

a.u-link.u-hover-grey-70:hover {
    color: #4d4d4d !important;
}


/*end-color grey-70*/


/*begin-color grey-75*/

.u-grey-75,
.u-body.u-grey-75,
.u-container-style.u-grey-75:before,
.u-table-alt-grey-75 tr:nth-child(even) {
    color: #ffffff;
    background-color: #404040;
}

.u-button-style.u-grey-75,
.u-button-style.u-grey-75[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #404040 !important;
}

.u-button-style.u-grey-75:hover,
.u-button-style.u-grey-75[class*="u-border-"]:hover,
.u-button-style.u-grey-75:focus,
.u-button-style.u-grey-75[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-75:active,
.u-button-style.u-button-style.u-grey-75[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-75.active,
.u-button-style.u-button-style.u-grey-75[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-grey-75,
li.active>.u-button-style.u-button-style.u-grey-75[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #3a3a3a !important;
}

.u-hover-grey-75:hover,
.u-hover-grey-75[class*="u-border-"]:hover,
.u-hover-grey-75:focus,
.u-hover-grey-75[class*="u-border-"]:focus,
.u-active-grey-75.u-active.u-active,
.u-active-grey-75[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-75:hover,
a.u-button-style.u-hover-grey-75[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-grey-75,
a.u-button-style:hover>.u-hover-grey-75[class*="u-border-"],
a.u-button-style.u-hover-grey-75:focus,
a.u-button-style.u-hover-grey-75[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-75:active,
a.u-button-style.u-button-style.u-active-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-75.active,
a.u-button-style.u-button-style.u-active-grey-75[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-grey-75,
a.u-button-style.u-button-style.active>.u-active-grey-75[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-grey-75,
li.active>a.u-button-style.u-button-style.u-active-grey-75[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #404040 !important;
}

a.u-link.u-hover-grey-75:hover {
    color: #404040 !important;
}


/*end-color grey-75*/


/*begin-color color-1*/

.u-border-color-1,
.u-separator-color-1:after {
    border-color: #478ac9;
    stroke: #478ac9;
}

.u-button-style.u-border-color-1 {
    border-color: #478ac9 !important;
    color: #478ac9 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-color-1:hover,
.u-button-style.u-border-color-1:focus {
    border-color: transparent !important;
    color: #387cbd !important;
    background-color: transparent !important;
}

.u-border-hover-color-1:hover,
.u-border-hover-color-1:focus,
.u-border-active-color-1.u-active.u-active,
a.u-button-style.u-border-hover-color-1:hover,
a.u-button-style:hover>.u-border-hover-color-1,
a.u-button-style.u-border-hover-color-1:focus,
a.u-button-style.u-button-style.u-border-active-color-1:active,
a.u-button-style.u-button-style.u-border-active-color-1.active,
a.u-button-style.u-button-style.active>.u-border-active-color-1,
li.active>a.u-button-style.u-button-style.u-border-active-color-1 {
    color: #478ac9 !important;
    border-color: #478ac9 !important;
}

.u-link.u-border-color-1[class*="u-border-"] {
    border-color: #478ac9 !important;
}

.u-link.u-border-color-1[class*="u-border-"]:hover {
    border-color: #387cbd !important;
}


/*end-color color-1*/


/*begin-color color-2*/

.u-border-color-2,
.u-separator-color-2:after {
    border-color: #db545a;
    stroke: #db545a;
}

.u-button-style.u-border-color-2 {
    border-color: #db545a !important;
    color: #db545a !important;
    background-color: transparent !important;
}

.u-button-style.u-border-color-2:hover,
.u-button-style.u-border-color-2:focus {
    border-color: transparent !important;
    color: #d63b42 !important;
    background-color: transparent !important;
}

.u-border-hover-color-2:hover,
.u-border-hover-color-2:focus,
.u-border-active-color-2.u-active.u-active,
a.u-button-style.u-border-hover-color-2:hover,
a.u-button-style:hover>.u-border-hover-color-2,
a.u-button-style.u-border-hover-color-2:focus,
a.u-button-style.u-button-style.u-border-active-color-2:active,
a.u-button-style.u-button-style.u-border-active-color-2.active,
a.u-button-style.u-button-style.active>.u-border-active-color-2,
li.active>a.u-button-style.u-button-style.u-border-active-color-2 {
    color: #db545a !important;
    border-color: #db545a !important;
}

.u-link.u-border-color-2[class*="u-border-"] {
    border-color: #db545a !important;
}

.u-link.u-border-color-2[class*="u-border-"]:hover {
    border-color: #d63b42 !important;
}


/*end-color color-2*/


/*begin-color color-3*/

.u-border-color-3,
.u-separator-color-3:after {
    border-color: #f1c50e;
    stroke: #f1c50e;
}

.u-button-style.u-border-color-3 {
    border-color: #f1c50e !important;
    color: #f1c50e !important;
    background-color: transparent !important;
}

.u-button-style.u-border-color-3:hover,
.u-button-style.u-border-color-3:focus {
    border-color: transparent !important;
    color: #d9b10d !important;
    background-color: transparent !important;
}

.u-border-hover-color-3:hover,
.u-border-hover-color-3:focus,
.u-border-active-color-3.u-active.u-active,
a.u-button-style.u-border-hover-color-3:hover,
a.u-button-style:hover>.u-border-hover-color-3,
a.u-button-style.u-border-hover-color-3:focus,
a.u-button-style.u-button-style.u-border-active-color-3:active,
a.u-button-style.u-button-style.u-border-active-color-3.active,
a.u-button-style.u-button-style.active>.u-border-active-color-3,
li.active>a.u-button-style.u-button-style.u-border-active-color-3 {
    color: #f1c50e !important;
    border-color: #f1c50e !important;
}

.u-link.u-border-color-3[class*="u-border-"] {
    border-color: #f1c50e !important;
}

.u-link.u-border-color-3[class*="u-border-"]:hover {
    border-color: #d9b10d !important;
}


/*end-color color-3*/


/*begin-color palette-1*/

.u-border-palette-1,
.u-separator-palette-1:after {
    border-color: #478ac9;
    stroke: #478ac9;
}

.u-button-style.u-border-palette-1 {
    border-color: #478ac9 !important;
    color: #478ac9 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-palette-1:hover,
.u-button-style.u-border-palette-1:focus {
    border-color: transparent !important;
    color: #387cbd !important;
    background-color: transparent !important;
}

.u-border-hover-palette-1:hover,
.u-border-hover-palette-1:focus,
.u-border-active-palette-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-1:hover,
a.u-button-style:hover>.u-border-hover-palette-1,
a.u-button-style.u-border-hover-palette-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-1:active,
a.u-button-style.u-button-style.u-border-active-palette-1.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1 {
    color: #478ac9 !important;
    border-color: #478ac9 !important;
}

.u-link.u-border-palette-1[class*="u-border-"] {
    border-color: #478ac9 !important;
}

.u-link.u-border-palette-1[class*="u-border-"]:hover {
    border-color: #387cbd !important;
}


/*end-color palette-1*/


/*begin-color palette-1-base*/

.u-border-palette-1-base,
.u-separator-palette-1-base:after {
    border-color: #478ac9;
    stroke: #478ac9;
}

.u-button-style.u-border-palette-1-base {
    border-color: #478ac9 !important;
    color: #478ac9 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-palette-1-base:hover,
.u-button-style.u-border-palette-1-base:focus {
    border-color: transparent !important;
    color: #387cbd !important;
    background-color: transparent !important;
}

.u-border-hover-palette-1-base:hover,
.u-border-hover-palette-1-base:focus,
.u-border-active-palette-1-base.u-active.u-active,
a.u-button-style.u-border-hover-palette-1-base:hover,
a.u-button-style:hover>.u-border-hover-palette-1-base,
a.u-button-style.u-border-hover-palette-1-base:focus,
a.u-button-style.u-button-style.u-border-active-palette-1-base:active,
a.u-button-style.u-button-style.u-border-active-palette-1-base.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-1-base,
li.active>a.u-button-style.u-button-style.u-border-active-palette-1-base {
    color: #478ac9 !important;
    border-color: #478ac9 !important;
}

.u-link.u-border-palette-1-base[class*="u-border-"] {
    border-color: #478ac9 !important;
}

.u-link.u-border-palette-1-base[class*="u-border-"]:hover {
    border-color: #387cbd !important;
}


/*end-color palette-1-base*/


/*begin-color palette-2*/

.u-border-palette-2,
.u-separator-palette-2:after {
    border-color: #db545a;
    stroke: #db545a;
}

.u-button-style.u-border-palette-2 {
    border-color: #db545a !important;
    color: #db545a !important;
    background-color: transparent !important;
}

.u-button-style.u-border-palette-2:hover,
.u-button-style.u-border-palette-2:focus {
    border-color: transparent !important;
    color: #d63b42 !important;
    background-color: transparent !important;
}

.u-border-hover-palette-2:hover,
.u-border-hover-palette-2:focus,
.u-border-active-palette-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-2:hover,
a.u-button-style:hover>.u-border-hover-palette-2,
a.u-button-style.u-border-hover-palette-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-2:active,
a.u-button-style.u-button-style.u-border-active-palette-2.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2 {
    color: #db545a !important;
    border-color: #db545a !important;
}

.u-link.u-border-palette-2[class*="u-border-"] {
    border-color: #db545a !important;
}

.u-link.u-border-palette-2[class*="u-border-"]:hover {
    border-color: #d63b42 !important;
}


/*end-color palette-2*/


/*begin-color palette-2-base*/

.u-border-palette-2-base,
.u-separator-palette-2-base:after {
    border-color: #db545a;
    stroke: #db545a;
}

.u-button-style.u-border-palette-2-base {
    border-color: #db545a !important;
    color: #db545a !important;
    background-color: transparent !important;
}

.u-button-style.u-border-palette-2-base:hover,
.u-button-style.u-border-palette-2-base:focus {
    border-color: transparent !important;
    color: #d63b42 !important;
    background-color: transparent !important;
}

.u-border-hover-palette-2-base:hover,
.u-border-hover-palette-2-base:focus,
.u-border-active-palette-2-base.u-active.u-active,
a.u-button-style.u-border-hover-palette-2-base:hover,
a.u-button-style:hover>.u-border-hover-palette-2-base,
a.u-button-style.u-border-hover-palette-2-base:focus,
a.u-button-style.u-button-style.u-border-active-palette-2-base:active,
a.u-button-style.u-button-style.u-border-active-palette-2-base.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-2-base,
li.active>a.u-button-style.u-button-style.u-border-active-palette-2-base {
    color: #db545a !important;
    border-color: #db545a !important;
}

.u-link.u-border-palette-2-base[class*="u-border-"] {
    border-color: #db545a !important;
}

.u-link.u-border-palette-2-base[class*="u-border-"]:hover {
    border-color: #d63b42 !important;
}


/*end-color palette-2-base*/


/*begin-color palette-3*/

.u-border-palette-3,
.u-separator-palette-3:after {
    border-color: #f1c50e;
    stroke: #f1c50e;
}

.u-button-style.u-border-palette-3 {
    border-color: #f1c50e !important;
    color: #f1c50e !important;
    background-color: transparent !important;
}

.u-button-style.u-border-palette-3:hover,
.u-button-style.u-border-palette-3:focus {
    border-color: transparent !important;
    color: #d9b10d !important;
    background-color: transparent !important;
}

.u-border-hover-palette-3:hover,
.u-border-hover-palette-3:focus,
.u-border-active-palette-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-3:hover,
a.u-button-style:hover>.u-border-hover-palette-3,
a.u-button-style.u-border-hover-palette-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-3:active,
a.u-button-style.u-button-style.u-border-active-palette-3.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3 {
    color: #f1c50e !important;
    border-color: #f1c50e !important;
}

.u-link.u-border-palette-3[class*="u-border-"] {
    border-color: #f1c50e !important;
}

.u-link.u-border-palette-3[class*="u-border-"]:hover {
    border-color: #d9b10d !important;
}


/*end-color palette-3*/


/*begin-color palette-3-base*/

.u-border-palette-3-base,
.u-separator-palette-3-base:after {
    border-color: #f1c50e;
    stroke: #f1c50e;
}

.u-button-style.u-border-palette-3-base {
    border-color: #f1c50e !important;
    color: #f1c50e !important;
    background-color: transparent !important;
}

.u-button-style.u-border-palette-3-base:hover,
.u-button-style.u-border-palette-3-base:focus {
    border-color: transparent !important;
    color: #d9b10d !important;
    background-color: transparent !important;
}

.u-border-hover-palette-3-base:hover,
.u-border-hover-palette-3-base:focus,
.u-border-active-palette-3-base.u-active.u-active,
a.u-button-style.u-border-hover-palette-3-base:hover,
a.u-button-style:hover>.u-border-hover-palette-3-base,
a.u-button-style.u-border-hover-palette-3-base:focus,
a.u-button-style.u-button-style.u-border-active-palette-3-base:active,
a.u-button-style.u-button-style.u-border-active-palette-3-base.active,
a.u-button-style.u-button-style.active>.u-border-active-palette-3-base,
li.active>a.u-button-style.u-button-style.u-border-active-palette-3-base {
    color: #f1c50e !important;
    border-color: #f1c50e !important;
}

.u-link.u-border-palette-3-base[class*="u-border-"] {
    border-color: #f1c50e !important;
}

.u-link.u-border-palette-3-base[class*="u-border-"]:hover {
    border-color: #d9b10d !important;
}


/*end-color palette-3-base*/


/*begin-color grey-dark-1*/

.u-border-grey-dark-1,
.u-separator-grey-dark-1:after {
    border-color: #454545;
    stroke: #454545;
}

.u-button-style.u-border-grey-dark-1 {
    border-color: #454545 !important;
    color: #454545 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-grey-dark-1:hover,
.u-button-style.u-border-grey-dark-1:focus {
    border-color: transparent !important;
    color: #3e3e3e !important;
    background-color: transparent !important;
}

.u-border-hover-grey-dark-1:hover,
.u-border-hover-grey-dark-1:focus,
.u-border-active-grey-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-grey-dark-1:hover,
a.u-button-style:hover>.u-border-hover-grey-dark-1,
a.u-button-style.u-border-hover-grey-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-grey-dark-1:active,
a.u-button-style.u-button-style.u-border-active-grey-dark-1.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-dark-1,
li.active>a.u-button-style.u-button-style.u-border-active-grey-dark-1 {
    color: #454545 !important;
    border-color: #454545 !important;
}

.u-link.u-border-grey-dark-1[class*="u-border-"] {
    border-color: #454545 !important;
}

.u-link.u-border-grey-dark-1[class*="u-border-"]:hover {
    border-color: #3e3e3e !important;
}


/*end-color grey-dark-1*/


/*begin-color grey*/

.u-border-grey,
.u-separator-grey:after {
    border-color: #b3b3b3;
    stroke: #b3b3b3;
}

.u-button-style.u-border-grey {
    border-color: #b3b3b3 !important;
    color: #b3b3b3 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-grey:hover,
.u-button-style.u-border-grey:focus {
    border-color: transparent !important;
    color: #a1a1a1 !important;
    background-color: transparent !important;
}

.u-border-hover-grey:hover,
.u-border-hover-grey:focus,
.u-border-active-grey.u-active.u-active,
a.u-button-style.u-border-hover-grey:hover,
a.u-button-style:hover>.u-border-hover-grey,
a.u-button-style.u-border-hover-grey:focus,
a.u-button-style.u-button-style.u-border-active-grey:active,
a.u-button-style.u-button-style.u-border-active-grey.active,
a.u-button-style.u-button-style.active>.u-border-active-grey,
li.active>a.u-button-style.u-button-style.u-border-active-grey {
    color: #b3b3b3 !important;
    border-color: #b3b3b3 !important;
}

.u-link.u-border-grey[class*="u-border-"] {
    border-color: #b3b3b3 !important;
}

.u-link.u-border-grey[class*="u-border-"]:hover {
    border-color: #a1a1a1 !important;
}


/*end-color grey*/


/*begin-color white*/

.u-border-white,
.u-separator-white:after {
    border-color: #ffffff;
    stroke: #ffffff;
}

.u-button-style.u-border-white {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background-color: transparent !important;
}

.u-button-style.u-border-white:hover,
.u-button-style.u-border-white:focus {
    border-color: transparent !important;
    color: #e6e6e6 !important;
    background-color: transparent !important;
}

.u-border-hover-white:hover,
.u-border-hover-white:focus,
.u-border-active-white.u-active.u-active,
a.u-button-style.u-border-hover-white:hover,
a.u-button-style:hover>.u-border-hover-white,
a.u-button-style.u-border-hover-white:focus,
a.u-button-style.u-button-style.u-border-active-white:active,
a.u-button-style.u-button-style.u-border-active-white.active,
a.u-button-style.u-button-style.active>.u-border-active-white,
li.active>a.u-button-style.u-button-style.u-border-active-white {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.u-link.u-border-white[class*="u-border-"] {
    border-color: #ffffff !important;
}

.u-link.u-border-white[class*="u-border-"]:hover {
    border-color: #e6e6e6 !important;
}


/*end-color white*/


/*begin-color black*/

.u-border-black,
.u-separator-black:after {
    border-color: #000000;
    stroke: #000000;
}

.u-button-style.u-border-black {
    border-color: #000000 !important;
    color: #000000 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-black:hover,
.u-button-style.u-border-black:focus {
    border-color: transparent !important;
    color: #000000 !important;
    background-color: transparent !important;
}

.u-border-hover-black:hover,
.u-border-hover-black:focus,
.u-border-active-black.u-active.u-active,
a.u-button-style.u-border-hover-black:hover,
a.u-button-style:hover>.u-border-hover-black,
a.u-button-style.u-border-hover-black:focus,
a.u-button-style.u-button-style.u-border-active-black:active,
a.u-button-style.u-button-style.u-border-active-black.active,
a.u-button-style.u-button-style.active>.u-border-active-black,
li.active>a.u-button-style.u-button-style.u-border-active-black {
    color: #000000 !important;
    border-color: #000000 !important;
}

.u-link.u-border-black[class*="u-border-"] {
    border-color: #000000 !important;
}

.u-link.u-border-black[class*="u-border-"]:hover {
    border-color: #000000 !important;
}


/*end-color black*/


/*begin-color body-alt-color*/

.u-border-body-alt-color,
.u-separator-body-alt-color:after {
    border-color: #ffffff;
    stroke: #ffffff;
}

.u-button-style.u-border-body-alt-color {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background-color: transparent !important;
}

.u-button-style.u-border-body-alt-color:hover,
.u-button-style.u-border-body-alt-color:focus {
    border-color: transparent !important;
    color: #e6e6e6 !important;
    background-color: transparent !important;
}

.u-border-hover-body-alt-color:hover,
.u-border-hover-body-alt-color:focus,
.u-border-active-body-alt-color.u-active.u-active,
a.u-button-style.u-border-hover-body-alt-color:hover,
a.u-button-style:hover>.u-border-hover-body-alt-color,
a.u-button-style.u-border-hover-body-alt-color:focus,
a.u-button-style.u-button-style.u-border-active-body-alt-color:active,
a.u-button-style.u-button-style.u-border-active-body-alt-color.active,
a.u-button-style.u-button-style.active>.u-border-active-body-alt-color,
li.active>a.u-button-style.u-button-style.u-border-active-body-alt-color {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.u-link.u-border-body-alt-color[class*="u-border-"] {
    border-color: #ffffff !important;
}

.u-link.u-border-body-alt-color[class*="u-border-"]:hover {
    border-color: #e6e6e6 !important;
}


/*end-color body-alt-color*/


/*begin-color grey-5*/

.u-border-grey-5,
.u-separator-grey-5:after {
    border-color: #f2f2f2;
    stroke: #f2f2f2;
}

.u-button-style.u-border-grey-5 {
    border-color: #f2f2f2 !important;
    color: #f2f2f2 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-grey-5:hover,
.u-button-style.u-border-grey-5:focus {
    border-color: transparent !important;
    color: #dadada !important;
    background-color: transparent !important;
}

.u-border-hover-grey-5:hover,
.u-border-hover-grey-5:focus,
.u-border-active-grey-5.u-active.u-active,
a.u-button-style.u-border-hover-grey-5:hover,
a.u-button-style:hover>.u-border-hover-grey-5,
a.u-button-style.u-border-hover-grey-5:focus,
a.u-button-style.u-button-style.u-border-active-grey-5:active,
a.u-button-style.u-button-style.u-border-active-grey-5.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-5,
li.active>a.u-button-style.u-button-style.u-border-active-grey-5 {
    color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}

.u-link.u-border-grey-5[class*="u-border-"] {
    border-color: #f2f2f2 !important;
}

.u-link.u-border-grey-5[class*="u-border-"]:hover {
    border-color: #dadada !important;
}


/*end-color grey-5*/


/*begin-color grey-70*/

.u-border-grey-70,
.u-separator-grey-70:after {
    border-color: #4d4d4d;
    stroke: #4d4d4d;
}

.u-button-style.u-border-grey-70 {
    border-color: #4d4d4d !important;
    color: #4d4d4d !important;
    background-color: transparent !important;
}

.u-button-style.u-border-grey-70:hover,
.u-button-style.u-border-grey-70:focus {
    border-color: transparent !important;
    color: #454545 !important;
    background-color: transparent !important;
}

.u-border-hover-grey-70:hover,
.u-border-hover-grey-70:focus,
.u-border-active-grey-70.u-active.u-active,
a.u-button-style.u-border-hover-grey-70:hover,
a.u-button-style:hover>.u-border-hover-grey-70,
a.u-button-style.u-border-hover-grey-70:focus,
a.u-button-style.u-button-style.u-border-active-grey-70:active,
a.u-button-style.u-button-style.u-border-active-grey-70.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-70,
li.active>a.u-button-style.u-button-style.u-border-active-grey-70 {
    color: #4d4d4d !important;
    border-color: #4d4d4d !important;
}

.u-link.u-border-grey-70[class*="u-border-"] {
    border-color: #4d4d4d !important;
}

.u-link.u-border-grey-70[class*="u-border-"]:hover {
    border-color: #454545 !important;
}


/*end-color grey-70*/


/*begin-color grey-75*/

.u-border-grey-75,
.u-separator-grey-75:after {
    border-color: #404040;
    stroke: #404040;
}

.u-button-style.u-border-grey-75 {
    border-color: #404040 !important;
    color: #404040 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-grey-75:hover,
.u-button-style.u-border-grey-75:focus {
    border-color: transparent !important;
    color: #3a3a3a !important;
    background-color: transparent !important;
}

.u-border-hover-grey-75:hover,
.u-border-hover-grey-75:focus,
.u-border-active-grey-75.u-active.u-active,
a.u-button-style.u-border-hover-grey-75:hover,
a.u-button-style:hover>.u-border-hover-grey-75,
a.u-button-style.u-border-hover-grey-75:focus,
a.u-button-style.u-button-style.u-border-active-grey-75:active,
a.u-button-style.u-button-style.u-border-active-grey-75.active,
a.u-button-style.u-button-style.active>.u-border-active-grey-75,
li.active>a.u-button-style.u-button-style.u-border-active-grey-75 {
    color: #404040 !important;
    border-color: #404040 !important;
}

.u-link.u-border-grey-75[class*="u-border-"] {
    border-color: #404040 !important;
}

.u-link.u-border-grey-75[class*="u-border-"]:hover {
    border-color: #3a3a3a !important;
}


/*end-color grey-75*/


/*begin-color color-1*/

.u-text-color-1,
a.u-button-style.u-text-color-1,
a.u-button-style.u-text-color-1[class*="u-border-"] {
    color: #478ac9 !important;
}

a.u-button-style.u-text-color-1:hover,
a.u-button-style.u-text-color-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1:focus,
a.u-button-style.u-text-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1:active,
a.u-button-style.u-button-style.u-text-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1.active,
a.u-button-style.u-button-style.u-text-color-1[class*="u-border-"].active {
    color: #387cbd !important;
}

a.u-button-style:hover>.u-text-hover-color-1,
a.u-button-style:hover>.u-text-hover-color-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-color-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1,
a.u-button-style.u-button-style.active>.u-text-active-color-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1.active,
.u-popupmenu-items.u-text-hover-color-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1 .u-nav-link.active {
    color: #478ac9 !important;
}

.u-text-color-1 svg,
.u-text-hover-color-1:hover svg,
.u-button-style:hover>.u-text-hover-color-1 svg,
.u-button-style.u-button-style.active>.u-text-active-color-1 svg,
.u-text-hover-color-1:focus svg {
    fill: #478ac9;
}

.u-link.u-text-color-1:hover {
    color: #387cbd !important;
}

a.u-link.u-text-hover-color-1:hover {
    color: #478ac9 !important;
}


/*end-color color-1*/


/*begin-color color-2*/

.u-text-color-2,
a.u-button-style.u-text-color-2,
a.u-button-style.u-text-color-2[class*="u-border-"] {
    color: #db545a !important;
}

a.u-button-style.u-text-color-2:hover,
a.u-button-style.u-text-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2:focus,
a.u-button-style.u-text-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2:active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2.active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"].active {
    color: #d63b42 !important;
}

a.u-button-style:hover>.u-text-hover-color-2,
a.u-button-style:hover>.u-text-hover-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2,
a.u-button-style.u-button-style.active>.u-text-active-color-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2.active,
.u-popupmenu-items.u-text-hover-color-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2 .u-nav-link.active {
    color: #db545a !important;
}

.u-text-color-2 svg,
.u-text-hover-color-2:hover svg,
.u-button-style:hover>.u-text-hover-color-2 svg,
.u-button-style.u-button-style.active>.u-text-active-color-2 svg,
.u-text-hover-color-2:focus svg {
    fill: #db545a;
}

.u-link.u-text-color-2:hover {
    color: #d63b42 !important;
}

a.u-link.u-text-hover-color-2:hover {
    color: #db545a !important;
}


/*end-color color-2*/


/*begin-color color-3*/

.u-text-color-3,
a.u-button-style.u-text-color-3,
a.u-button-style.u-text-color-3[class*="u-border-"] {
    color: #f1c50e !important;
}

a.u-button-style.u-text-color-3:hover,
a.u-button-style.u-text-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3:focus,
a.u-button-style.u-text-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3:active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3.active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"].active {
    color: #d9b10d !important;
}

a.u-button-style:hover>.u-text-hover-color-3,
a.u-button-style:hover>.u-text-hover-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3,
a.u-button-style.u-button-style.active>.u-text-active-color-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3.active,
.u-popupmenu-items.u-text-hover-color-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3 .u-nav-link.active {
    color: #f1c50e !important;
}

.u-text-color-3 svg,
.u-text-hover-color-3:hover svg,
.u-button-style:hover>.u-text-hover-color-3 svg,
.u-button-style.u-button-style.active>.u-text-active-color-3 svg,
.u-text-hover-color-3:focus svg {
    fill: #f1c50e;
}

.u-link.u-text-color-3:hover {
    color: #d9b10d !important;
}

a.u-link.u-text-hover-color-3:hover {
    color: #f1c50e !important;
}


/*end-color color-3*/


/*begin-color palette-1*/

.u-text-palette-1,
a.u-button-style.u-text-palette-1,
a.u-button-style.u-text-palette-1[class*="u-border-"] {
    color: #478ac9 !important;
}

a.u-button-style.u-text-palette-1:hover,
a.u-button-style.u-text-palette-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1:focus,
a.u-button-style.u-text-palette-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1:active,
a.u-button-style.u-button-style.u-text-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1.active,
a.u-button-style.u-button-style.u-text-palette-1[class*="u-border-"].active {
    color: #387cbd !important;
}

a.u-button-style:hover>.u-text-hover-palette-1,
a.u-button-style:hover>.u-text-hover-palette-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1,
a.u-button-style.u-button-style.active>.u-text-active-palette-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1.active,
.u-popupmenu-items.u-text-hover-palette-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1 .u-nav-link.active {
    color: #478ac9 !important;
}

.u-text-palette-1 svg,
.u-text-hover-palette-1:hover svg,
.u-button-style:hover>.u-text-hover-palette-1 svg,
.u-button-style.u-button-style.active>.u-text-active-palette-1 svg,
.u-text-hover-palette-1:focus svg {
    fill: #478ac9;
}

.u-link.u-text-palette-1:hover {
    color: #387cbd !important;
}

a.u-link.u-text-hover-palette-1:hover {
    color: #478ac9 !important;
}


/*end-color palette-1*/


/*begin-color palette-1-base*/

.u-text-palette-1-base,
a.u-button-style.u-text-palette-1-base,
a.u-button-style.u-text-palette-1-base[class*="u-border-"] {
    color: #478ac9 !important;
}

a.u-button-style.u-text-palette-1-base:hover,
a.u-button-style.u-text-palette-1-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-base:focus,
a.u-button-style.u-text-palette-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-base:active,
a.u-button-style.u-button-style.u-text-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-base.active,
a.u-button-style.u-button-style.u-text-palette-1-base[class*="u-border-"].active {
    color: #387cbd !important;
}

a.u-button-style:hover>.u-text-hover-palette-1-base,
a.u-button-style:hover>.u-text-hover-palette-1-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-base,
a.u-button-style.u-button-style.active>.u-text-active-palette-1-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-base:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-1-base.active,
.u-popupmenu-items.u-text-hover-palette-1-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-base .u-nav-link.active {
    color: #478ac9 !important;
}

.u-text-palette-1-base svg,
.u-text-hover-palette-1-base:hover svg,
.u-button-style:hover>.u-text-hover-palette-1-base svg,
.u-button-style.u-button-style.active>.u-text-active-palette-1-base svg,
.u-text-hover-palette-1-base:focus svg {
    fill: #478ac9;
}

.u-link.u-text-palette-1-base:hover {
    color: #387cbd !important;
}

a.u-link.u-text-hover-palette-1-base:hover {
    color: #478ac9 !important;
}


/*end-color palette-1-base*/


/*begin-color palette-2*/

.u-text-palette-2,
a.u-button-style.u-text-palette-2,
a.u-button-style.u-text-palette-2[class*="u-border-"] {
    color: #db545a !important;
}

a.u-button-style.u-text-palette-2:hover,
a.u-button-style.u-text-palette-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2:focus,
a.u-button-style.u-text-palette-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2:active,
a.u-button-style.u-button-style.u-text-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2.active,
a.u-button-style.u-button-style.u-text-palette-2[class*="u-border-"].active {
    color: #d63b42 !important;
}

a.u-button-style:hover>.u-text-hover-palette-2,
a.u-button-style:hover>.u-text-hover-palette-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2,
a.u-button-style.u-button-style.active>.u-text-active-palette-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2.active,
.u-popupmenu-items.u-text-hover-palette-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2 .u-nav-link.active {
    color: #db545a !important;
}

.u-text-palette-2 svg,
.u-text-hover-palette-2:hover svg,
.u-button-style:hover>.u-text-hover-palette-2 svg,
.u-button-style.u-button-style.active>.u-text-active-palette-2 svg,
.u-text-hover-palette-2:focus svg {
    fill: #db545a;
}

.u-link.u-text-palette-2:hover {
    color: #d63b42 !important;
}

a.u-link.u-text-hover-palette-2:hover {
    color: #db545a !important;
}


/*end-color palette-2*/


/*begin-color palette-2-base*/

.u-text-palette-2-base,
a.u-button-style.u-text-palette-2-base,
a.u-button-style.u-text-palette-2-base[class*="u-border-"] {
    color: #db545a !important;
}

a.u-button-style.u-text-palette-2-base:hover,
a.u-button-style.u-text-palette-2-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-base:focus,
a.u-button-style.u-text-palette-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-base:active,
a.u-button-style.u-button-style.u-text-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-base.active,
a.u-button-style.u-button-style.u-text-palette-2-base[class*="u-border-"].active {
    color: #d63b42 !important;
}

a.u-button-style:hover>.u-text-hover-palette-2-base,
a.u-button-style:hover>.u-text-hover-palette-2-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-base,
a.u-button-style.u-button-style.active>.u-text-active-palette-2-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-base:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-2-base.active,
.u-popupmenu-items.u-text-hover-palette-2-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-base .u-nav-link.active {
    color: #db545a !important;
}

.u-text-palette-2-base svg,
.u-text-hover-palette-2-base:hover svg,
.u-button-style:hover>.u-text-hover-palette-2-base svg,
.u-button-style.u-button-style.active>.u-text-active-palette-2-base svg,
.u-text-hover-palette-2-base:focus svg {
    fill: #db545a;
}

.u-link.u-text-palette-2-base:hover {
    color: #d63b42 !important;
}

a.u-link.u-text-hover-palette-2-base:hover {
    color: #db545a !important;
}


/*end-color palette-2-base*/


/*begin-color palette-3*/

.u-text-palette-3,
a.u-button-style.u-text-palette-3,
a.u-button-style.u-text-palette-3[class*="u-border-"] {
    color: #f1c50e !important;
}

a.u-button-style.u-text-palette-3:hover,
a.u-button-style.u-text-palette-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3:focus,
a.u-button-style.u-text-palette-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3:active,
a.u-button-style.u-button-style.u-text-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3.active,
a.u-button-style.u-button-style.u-text-palette-3[class*="u-border-"].active {
    color: #d9b10d !important;
}

a.u-button-style:hover>.u-text-hover-palette-3,
a.u-button-style:hover>.u-text-hover-palette-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3,
a.u-button-style.u-button-style.active>.u-text-active-palette-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3.active,
.u-popupmenu-items.u-text-hover-palette-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3 .u-nav-link.active {
    color: #f1c50e !important;
}

.u-text-palette-3 svg,
.u-text-hover-palette-3:hover svg,
.u-button-style:hover>.u-text-hover-palette-3 svg,
.u-button-style.u-button-style.active>.u-text-active-palette-3 svg,
.u-text-hover-palette-3:focus svg {
    fill: #f1c50e;
}

.u-link.u-text-palette-3:hover {
    color: #d9b10d !important;
}

a.u-link.u-text-hover-palette-3:hover {
    color: #f1c50e !important;
}


/*end-color palette-3*/


/*begin-color palette-3-base*/

.u-text-palette-3-base,
a.u-button-style.u-text-palette-3-base,
a.u-button-style.u-text-palette-3-base[class*="u-border-"] {
    color: #f1c50e !important;
}

a.u-button-style.u-text-palette-3-base:hover,
a.u-button-style.u-text-palette-3-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-base:focus,
a.u-button-style.u-text-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-base:active,
a.u-button-style.u-button-style.u-text-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-base.active,
a.u-button-style.u-button-style.u-text-palette-3-base[class*="u-border-"].active {
    color: #d9b10d !important;
}

a.u-button-style:hover>.u-text-hover-palette-3-base,
a.u-button-style:hover>.u-text-hover-palette-3-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-base,
a.u-button-style.u-button-style.active>.u-text-active-palette-3-base[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-base:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-palette-3-base.active,
.u-popupmenu-items.u-text-hover-palette-3-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-base .u-nav-link.active {
    color: #f1c50e !important;
}

.u-text-palette-3-base svg,
.u-text-hover-palette-3-base:hover svg,
.u-button-style:hover>.u-text-hover-palette-3-base svg,
.u-button-style.u-button-style.active>.u-text-active-palette-3-base svg,
.u-text-hover-palette-3-base:focus svg {
    fill: #f1c50e;
}

.u-link.u-text-palette-3-base:hover {
    color: #d9b10d !important;
}

a.u-link.u-text-hover-palette-3-base:hover {
    color: #f1c50e !important;
}


/*end-color palette-3-base*/


/*begin-color grey-dark-1*/

.u-text-grey-dark-1,
a.u-button-style.u-text-grey-dark-1,
a.u-button-style.u-text-grey-dark-1[class*="u-border-"] {
    color: #454545 !important;
}

a.u-button-style.u-text-grey-dark-1:hover,
a.u-button-style.u-text-grey-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-dark-1:focus,
a.u-button-style.u-text-grey-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-dark-1:active,
a.u-button-style.u-button-style.u-text-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-dark-1.active,
a.u-button-style.u-button-style.u-text-grey-dark-1[class*="u-border-"].active {
    color: #3e3e3e !important;
}

a.u-button-style:hover>.u-text-hover-grey-dark-1,
a.u-button-style:hover>.u-text-hover-grey-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-grey-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-dark-1,
a.u-button-style.u-button-style.active>.u-text-active-grey-dark-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-dark-1:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-dark-1.active,
.u-popupmenu-items.u-text-hover-grey-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-dark-1 .u-nav-link.active {
    color: #454545 !important;
}

.u-text-grey-dark-1 svg,
.u-text-hover-grey-dark-1:hover svg,
.u-button-style:hover>.u-text-hover-grey-dark-1 svg,
.u-button-style.u-button-style.active>.u-text-active-grey-dark-1 svg,
.u-text-hover-grey-dark-1:focus svg {
    fill: #454545;
}

.u-link.u-text-grey-dark-1:hover {
    color: #3e3e3e !important;
}

a.u-link.u-text-hover-grey-dark-1:hover {
    color: #454545 !important;
}


/*end-color grey-dark-1*/


/*begin-color grey*/

.u-text-grey,
a.u-button-style.u-text-grey,
a.u-button-style.u-text-grey[class*="u-border-"] {
    color: #b3b3b3 !important;
}

a.u-button-style.u-text-grey:hover,
a.u-button-style.u-text-grey[class*="u-border-"]:hover,
a.u-button-style.u-text-grey:focus,
a.u-button-style.u-text-grey[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey:active,
a.u-button-style.u-button-style.u-text-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey.active,
a.u-button-style.u-button-style.u-text-grey[class*="u-border-"].active {
    color: #a1a1a1 !important;
}

a.u-button-style:hover>.u-text-hover-grey,
a.u-button-style:hover>.u-text-hover-grey[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey:hover,
a.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-grey:focus,
a.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey,
a.u-button-style.u-button-style.active>.u-text-active-grey[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey.active,
.u-popupmenu-items.u-text-hover-grey .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey .u-nav-link.active {
    color: #b3b3b3 !important;
}

.u-text-grey svg,
.u-text-hover-grey:hover svg,
.u-button-style:hover>.u-text-hover-grey svg,
.u-button-style.u-button-style.active>.u-text-active-grey svg,
.u-text-hover-grey:focus svg {
    fill: #b3b3b3;
}

.u-link.u-text-grey:hover {
    color: #a1a1a1 !important;
}

a.u-link.u-text-hover-grey:hover {
    color: #b3b3b3 !important;
}


/*end-color grey*/


/*begin-color white*/

.u-text-white,
a.u-button-style.u-text-white,
a.u-button-style.u-text-white[class*="u-border-"] {
    color: #ffffff !important;
}

a.u-button-style.u-text-white:hover,
a.u-button-style.u-text-white[class*="u-border-"]:hover,
a.u-button-style.u-text-white:focus,
a.u-button-style.u-text-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-white:active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-white.active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"].active {
    color: #e6e6e6 !important;
}

a.u-button-style:hover>.u-text-hover-white,
a.u-button-style:hover>.u-text-hover-white[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-white:hover,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-white:focus,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-white:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-white.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-white,
a.u-button-style.u-button-style.active>.u-text-active-white[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-white:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-white.active,
.u-popupmenu-items.u-text-hover-white .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-white .u-nav-link.active {
    color: #ffffff !important;
}

.u-text-white svg,
.u-text-hover-white:hover svg,
.u-button-style:hover>.u-text-hover-white svg,
.u-button-style.u-button-style.active>.u-text-active-white svg,
.u-text-hover-white:focus svg {
    fill: #ffffff;
}

.u-link.u-text-white:hover {
    color: #e6e6e6 !important;
}

a.u-link.u-text-hover-white:hover {
    color: #ffffff !important;
}


/*end-color white*/


/*begin-color black*/

.u-text-black,
a.u-button-style.u-text-black,
a.u-button-style.u-text-black[class*="u-border-"] {
    color: #000000 !important;
}

a.u-button-style.u-text-black:hover,
a.u-button-style.u-text-black[class*="u-border-"]:hover,
a.u-button-style.u-text-black:focus,
a.u-button-style.u-text-black[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-black:active,
a.u-button-style.u-button-style.u-text-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-black.active,
a.u-button-style.u-button-style.u-text-black[class*="u-border-"].active {
    color: #000000 !important;
}

a.u-button-style:hover>.u-text-hover-black,
a.u-button-style:hover>.u-text-hover-black[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-black:hover,
a.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-black:focus,
a.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-black:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-black.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-black[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-black,
a.u-button-style.u-button-style.active>.u-text-active-black[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-black:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-black.active,
.u-popupmenu-items.u-text-hover-black .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-black .u-nav-link.active {
    color: #000000 !important;
}

.u-text-black svg,
.u-text-hover-black:hover svg,
.u-button-style:hover>.u-text-hover-black svg,
.u-button-style.u-button-style.active>.u-text-active-black svg,
.u-text-hover-black:focus svg {
    fill: #000000;
}

.u-link.u-text-black:hover {
    color: #000000 !important;
}

a.u-link.u-text-hover-black:hover {
    color: #000000 !important;
}


/*end-color black*/


/*begin-color body-alt-color*/

.u-text-body-alt-color,
a.u-button-style.u-text-body-alt-color,
a.u-button-style.u-text-body-alt-color[class*="u-border-"] {
    color: #ffffff !important;
}

a.u-button-style.u-text-body-alt-color:hover,
a.u-button-style.u-text-body-alt-color[class*="u-border-"]:hover,
a.u-button-style.u-text-body-alt-color:focus,
a.u-button-style.u-text-body-alt-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-body-alt-color:active,
a.u-button-style.u-button-style.u-text-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-body-alt-color.active,
a.u-button-style.u-button-style.u-text-body-alt-color[class*="u-border-"].active {
    color: #e6e6e6 !important;
}

a.u-button-style:hover>.u-text-hover-body-alt-color,
a.u-button-style:hover>.u-text-hover-body-alt-color[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-body-alt-color:hover,
a.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-body-alt-color:focus,
a.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-body-alt-color,
a.u-button-style.u-button-style.active>.u-text-active-body-alt-color[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-body-alt-color:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-body-alt-color.active,
.u-popupmenu-items.u-text-hover-body-alt-color .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-body-alt-color .u-nav-link.active {
    color: #ffffff !important;
}

.u-text-body-alt-color svg,
.u-text-hover-body-alt-color:hover svg,
.u-button-style:hover>.u-text-hover-body-alt-color svg,
.u-button-style.u-button-style.active>.u-text-active-body-alt-color svg,
.u-text-hover-body-alt-color:focus svg {
    fill: #ffffff;
}

.u-link.u-text-body-alt-color:hover {
    color: #e6e6e6 !important;
}

a.u-link.u-text-hover-body-alt-color:hover {
    color: #ffffff !important;
}


/*end-color body-alt-color*/


/*begin-color grey-5*/

.u-text-grey-5,
a.u-button-style.u-text-grey-5,
a.u-button-style.u-text-grey-5[class*="u-border-"] {
    color: #f2f2f2 !important;
}

a.u-button-style.u-text-grey-5:hover,
a.u-button-style.u-text-grey-5[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-5:focus,
a.u-button-style.u-text-grey-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-5:active,
a.u-button-style.u-button-style.u-text-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-5.active,
a.u-button-style.u-button-style.u-text-grey-5[class*="u-border-"].active {
    color: #dadada !important;
}

a.u-button-style:hover>.u-text-hover-grey-5,
a.u-button-style:hover>.u-text-hover-grey-5[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-5:hover,
a.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-grey-5:focus,
a.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-5:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-5.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-5,
a.u-button-style.u-button-style.active>.u-text-active-grey-5[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-5:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-5.active,
.u-popupmenu-items.u-text-hover-grey-5 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-5 .u-nav-link.active {
    color: #f2f2f2 !important;
}

.u-text-grey-5 svg,
.u-text-hover-grey-5:hover svg,
.u-button-style:hover>.u-text-hover-grey-5 svg,
.u-button-style.u-button-style.active>.u-text-active-grey-5 svg,
.u-text-hover-grey-5:focus svg {
    fill: #f2f2f2;
}

.u-link.u-text-grey-5:hover {
    color: #dadada !important;
}

a.u-link.u-text-hover-grey-5:hover {
    color: #f2f2f2 !important;
}


/*end-color grey-5*/


/*begin-color grey-70*/

.u-text-grey-70,
a.u-button-style.u-text-grey-70,
a.u-button-style.u-text-grey-70[class*="u-border-"] {
    color: #4d4d4d !important;
}

a.u-button-style.u-text-grey-70:hover,
a.u-button-style.u-text-grey-70[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-70:focus,
a.u-button-style.u-text-grey-70[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-70:active,
a.u-button-style.u-button-style.u-text-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-70.active,
a.u-button-style.u-button-style.u-text-grey-70[class*="u-border-"].active {
    color: #454545 !important;
}

a.u-button-style:hover>.u-text-hover-grey-70,
a.u-button-style:hover>.u-text-hover-grey-70[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-70:hover,
a.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-grey-70:focus,
a.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-70:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-70.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-70[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-70,
a.u-button-style.u-button-style.active>.u-text-active-grey-70[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-70:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-70.active,
.u-popupmenu-items.u-text-hover-grey-70 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-70 .u-nav-link.active {
    color: #4d4d4d !important;
}

.u-text-grey-70 svg,
.u-text-hover-grey-70:hover svg,
.u-button-style:hover>.u-text-hover-grey-70 svg,
.u-button-style.u-button-style.active>.u-text-active-grey-70 svg,
.u-text-hover-grey-70:focus svg {
    fill: #4d4d4d;
}

.u-link.u-text-grey-70:hover {
    color: #454545 !important;
}

a.u-link.u-text-hover-grey-70:hover {
    color: #4d4d4d !important;
}


/*end-color grey-70*/


/*begin-color grey-75*/

.u-text-grey-75,
a.u-button-style.u-text-grey-75,
a.u-button-style.u-text-grey-75[class*="u-border-"] {
    color: #404040 !important;
}

a.u-button-style.u-text-grey-75:hover,
a.u-button-style.u-text-grey-75[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-75:focus,
a.u-button-style.u-text-grey-75[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-75:active,
a.u-button-style.u-button-style.u-text-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-75.active,
a.u-button-style.u-button-style.u-text-grey-75[class*="u-border-"].active {
    color: #3a3a3a !important;
}

a.u-button-style:hover>.u-text-hover-grey-75,
a.u-button-style:hover>.u-text-hover-grey-75[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-75:hover,
a.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-grey-75:focus,
a.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-75:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-75.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-grey-75[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-grey-75,
a.u-button-style.u-button-style.active>.u-text-active-grey-75[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-75:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-grey-75.active,
.u-popupmenu-items.u-text-hover-grey-75 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-75 .u-nav-link.active {
    color: #404040 !important;
}

.u-text-grey-75 svg,
.u-text-hover-grey-75:hover svg,
.u-button-style:hover>.u-text-hover-grey-75 svg,
.u-button-style.u-button-style.active>.u-text-active-grey-75 svg,
.u-text-hover-grey-75:focus svg {
    fill: #404040;
}

.u-link.u-text-grey-75:hover {
    color: #3a3a3a !important;
}

a.u-link.u-text-hover-grey-75:hover {
    color: #404040 !important;
}


/*end-color grey-75*/


/*begin-variables sitestylecss*/


/*begin-color custom-color-1*/

.u-custom-color-1,
.u-body.u-custom-color-1,
.u-container-style.u-custom-color-1:before,
.u-table-alt-custom-color-1 tr:nth-child(even) {
    color: #111111;
    background-color: #eeeeee;
}

.u-button-style.u-custom-color-1,
.u-button-style.u-custom-color-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #eeeeee !important;
}

.u-button-style.u-custom-color-1:hover,
.u-button-style.u-custom-color-1[class*="u-border-"]:hover,
.u-button-style.u-custom-color-1:focus,
.u-button-style.u-custom-color-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-1:active,
.u-button-style.u-button-style.u-custom-color-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-1.active,
.u-button-style.u-button-style.u-custom-color-1[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-custom-color-1,
li.active>.u-button-style.u-button-style.u-custom-color-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d6d6d6 !important;
}

.u-hover-custom-color-1:hover,
.u-hover-custom-color-1[class*="u-border-"]:hover,
.u-hover-custom-color-1:focus,
.u-hover-custom-color-1[class*="u-border-"]:focus,
.u-active-custom-color-1.u-active.u-active,
.u-active-custom-color-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-1:hover,
a.u-button-style.u-hover-custom-color-1[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-custom-color-1,
a.u-button-style:hover>.u-hover-custom-color-1[class*="u-border-"],
a.u-button-style.u-hover-custom-color-1:focus,
a.u-button-style.u-hover-custom-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-1:active,
a.u-button-style.u-button-style.u-active-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-1.active,
a.u-button-style.u-button-style.u-active-custom-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-custom-color-1,
a.u-button-style.u-button-style.active>.u-active-custom-color-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-custom-color-1,
li.active>a.u-button-style.u-button-style.u-active-custom-color-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #eeeeee !important;
}

a.u-link.u-hover-custom-color-1:hover {
    color: #eeeeee !important;
}


/*end-color custom-color-1*/


/*begin-color custom-color-2*/

.u-custom-color-2,
.u-body.u-custom-color-2,
.u-container-style.u-custom-color-2:before,
.u-table-alt-custom-color-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #c82027;
}

.u-button-style.u-custom-color-2,
.u-button-style.u-custom-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #c82027 !important;
}

.u-button-style.u-custom-color-2:hover,
.u-button-style.u-custom-color-2[class*="u-border-"]:hover,
.u-button-style.u-custom-color-2:focus,
.u-button-style.u-custom-color-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-2:active,
.u-button-style.u-button-style.u-custom-color-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-2.active,
.u-button-style.u-button-style.u-custom-color-2[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-custom-color-2,
li.active>.u-button-style.u-button-style.u-custom-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b41d23 !important;
}

.u-hover-custom-color-2:hover,
.u-hover-custom-color-2[class*="u-border-"]:hover,
.u-hover-custom-color-2:focus,
.u-hover-custom-color-2[class*="u-border-"]:focus,
.u-active-custom-color-2.u-active.u-active,
.u-active-custom-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-2:hover,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-custom-color-2,
a.u-button-style:hover>.u-hover-custom-color-2[class*="u-border-"],
a.u-button-style.u-hover-custom-color-2:focus,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-2:active,
a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-2.active,
a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-custom-color-2,
a.u-button-style.u-button-style.active>.u-active-custom-color-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-custom-color-2,
li.active>a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #c82027 !important;
}

a.u-link.u-hover-custom-color-2:hover {
    color: #c82027 !important;
}


/*end-color custom-color-2*/


/*begin-color custom-color-3*/

.u-custom-color-3,
.u-body.u-custom-color-3,
.u-container-style.u-custom-color-3:before,
.u-table-alt-custom-color-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #191c26;
}

.u-button-style.u-custom-color-3,
.u-button-style.u-custom-color-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #191c26 !important;
}

.u-button-style.u-custom-color-3:hover,
.u-button-style.u-custom-color-3[class*="u-border-"]:hover,
.u-button-style.u-custom-color-3:focus,
.u-button-style.u-custom-color-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-3:active,
.u-button-style.u-button-style.u-custom-color-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-3.active,
.u-button-style.u-button-style.u-custom-color-3[class*="u-border-"].active,
li.active>.u-button-style.u-button-style.u-custom-color-3,
li.active>.u-button-style.u-button-style.u-custom-color-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #171922 !important;
}

.u-hover-custom-color-3:hover,
.u-hover-custom-color-3[class*="u-border-"]:hover,
.u-hover-custom-color-3:focus,
.u-hover-custom-color-3[class*="u-border-"]:focus,
.u-active-custom-color-3.u-active.u-active,
.u-active-custom-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-3:hover,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"]:hover,
a.u-button-style:hover>.u-hover-custom-color-3,
a.u-button-style:hover>.u-hover-custom-color-3[class*="u-border-"],
a.u-button-style.u-hover-custom-color-3:focus,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-3:active,
a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-3.active,
a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-custom-color-3,
a.u-button-style.u-button-style.active>.u-active-custom-color-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-custom-color-3,
li.active>a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #191c26 !important;
}

a.u-link.u-hover-custom-color-3:hover {
    color: #191c26 !important;
}


/*end-color custom-color-3*/


/*begin-color custom-color-1*/

.u-border-custom-color-1,
.u-separator-custom-color-1:after {
    border-color: #eeeeee;
    stroke: #eeeeee;
}

.u-button-style.u-border-custom-color-1 {
    border-color: #eeeeee !important;
    color: #eeeeee !important;
    background-color: transparent !important;
}

.u-button-style.u-border-custom-color-1:hover,
.u-button-style.u-border-custom-color-1:focus {
    border-color: transparent !important;
    color: #d6d6d6 !important;
    background-color: transparent !important;
}

.u-border-hover-custom-color-1:hover,
.u-border-hover-custom-color-1:focus,
.u-border-active-custom-color-1.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-1:hover,
a.u-button-style:hover>.u-border-hover-custom-color-1,
a.u-button-style.u-border-hover-custom-color-1:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-1:active,
a.u-button-style.u-button-style.u-border-active-custom-color-1.active,
a.u-button-style.u-button-style.active>.u-border-active-custom-color-1,
li.active>a.u-button-style.u-button-style.u-border-active-custom-color-1 {
    color: #eeeeee !important;
    border-color: #eeeeee !important;
}

.u-link.u-border-custom-color-1[class*="u-border-"] {
    border-color: #eeeeee !important;
}

.u-link.u-border-custom-color-1[class*="u-border-"]:hover {
    border-color: #d6d6d6 !important;
}


/*end-color custom-color-1*/


/*begin-color custom-color-2*/

.u-border-custom-color-2,
.u-separator-custom-color-2:after {
    border-color: #c82027;
    stroke: #c82027;
}

.u-button-style.u-border-custom-color-2 {
    border-color: #c82027 !important;
    color: #c82027 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-custom-color-2:hover,
.u-button-style.u-border-custom-color-2:focus {
    border-color: transparent !important;
    color: #b41d23 !important;
    background-color: transparent !important;
}

.u-border-hover-custom-color-2:hover,
.u-border-hover-custom-color-2:focus,
.u-border-active-custom-color-2.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-2:hover,
a.u-button-style:hover>.u-border-hover-custom-color-2,
a.u-button-style.u-border-hover-custom-color-2:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-2:active,
a.u-button-style.u-button-style.u-border-active-custom-color-2.active,
a.u-button-style.u-button-style.active>.u-border-active-custom-color-2,
li.active>a.u-button-style.u-button-style.u-border-active-custom-color-2 {
    color: #c82027 !important;
    border-color: #c82027 !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"] {
    border-color: #c82027 !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"]:hover {
    border-color: #b41d23 !important;
}


/*end-color custom-color-2*/


/*begin-color custom-color-3*/

.u-border-custom-color-3,
.u-separator-custom-color-3:after {
    border-color: #191c26;
    stroke: #191c26;
}

.u-button-style.u-border-custom-color-3 {
    border-color: #191c26 !important;
    color: #191c26 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-custom-color-3:hover,
.u-button-style.u-border-custom-color-3:focus {
    border-color: transparent !important;
    color: #171922 !important;
    background-color: transparent !important;
}

.u-border-hover-custom-color-3:hover,
.u-border-hover-custom-color-3:focus,
.u-border-active-custom-color-3.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-3:hover,
a.u-button-style:hover>.u-border-hover-custom-color-3,
a.u-button-style.u-border-hover-custom-color-3:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-3:active,
a.u-button-style.u-button-style.u-border-active-custom-color-3.active,
a.u-button-style.u-button-style.active>.u-border-active-custom-color-3,
li.active>a.u-button-style.u-button-style.u-border-active-custom-color-3 {
    color: #191c26 !important;
    border-color: #191c26 !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"] {
    border-color: #191c26 !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"]:hover {
    border-color: #171922 !important;
}


/*end-color custom-color-3*/


/*begin-color custom-color-1*/

.u-text-custom-color-1,
a.u-button-style.u-text-custom-color-1,
a.u-button-style.u-text-custom-color-1[class*="u-border-"] {
    color: #eeeeee !important;
}

a.u-button-style.u-text-custom-color-1:hover,
a.u-button-style.u-text-custom-color-1[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-1:focus,
a.u-button-style.u-text-custom-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-1:active,
a.u-button-style.u-button-style.u-text-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-1.active,
a.u-button-style.u-button-style.u-text-custom-color-1[class*="u-border-"].active {
    color: #d6d6d6 !important;
}

a.u-button-style:hover>.u-text-hover-custom-color-1,
a.u-button-style:hover>.u-text-hover-custom-color-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-1:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-1:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-custom-color-1,
a.u-button-style.u-button-style.active>.u-text-active-custom-color-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-custom-color-1:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-custom-color-1.active,
.u-popupmenu-items.u-text-hover-custom-color-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-1 .u-nav-link.active {
    color: #eeeeee !important;
}

.u-text-custom-color-1 svg,
.u-text-hover-custom-color-1:hover svg,
.u-button-style:hover>.u-text-hover-custom-color-1 svg,
.u-button-style.u-button-style.active>.u-text-active-custom-color-1 svg,
.u-text-hover-custom-color-1:focus svg {
    fill: #eeeeee;
}

.u-link.u-text-custom-color-1:hover {
    color: #d6d6d6 !important;
}

a.u-link.u-text-hover-custom-color-1:hover {
    color: #eeeeee !important;
}


/*end-color custom-color-1*/


/*begin-color custom-color-2*/

.u-text-custom-color-2,
a.u-button-style.u-text-custom-color-2,
a.u-button-style.u-text-custom-color-2[class*="u-border-"] {
    color: #c82027 !important;
}

a.u-button-style.u-text-custom-color-2:hover,
a.u-button-style.u-text-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-2:focus,
a.u-button-style.u-text-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-2:active,
a.u-button-style.u-button-style.u-text-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-2.active,
a.u-button-style.u-button-style.u-text-custom-color-2[class*="u-border-"].active {
    color: #b41d23 !important;
}

a.u-button-style:hover>.u-text-hover-custom-color-2,
a.u-button-style:hover>.u-text-hover-custom-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-custom-color-2,
a.u-button-style.u-button-style.active>.u-text-active-custom-color-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-custom-color-2:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-custom-color-2.active,
.u-popupmenu-items.u-text-hover-custom-color-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-2 .u-nav-link.active {
    color: #c82027 !important;
}

.u-text-custom-color-2 svg,
.u-text-hover-custom-color-2:hover svg,
.u-button-style:hover>.u-text-hover-custom-color-2 svg,
.u-button-style.u-button-style.active>.u-text-active-custom-color-2 svg,
.u-text-hover-custom-color-2:focus svg {
    fill: #c82027;
}

.u-link.u-text-custom-color-2:hover {
    color: #b41d23 !important;
}

a.u-link.u-text-hover-custom-color-2:hover {
    color: #c82027 !important;
}


/*end-color custom-color-2*/


/*begin-color custom-color-3*/

.u-text-custom-color-3,
a.u-button-style.u-text-custom-color-3,
a.u-button-style.u-text-custom-color-3[class*="u-border-"] {
    color: #191c26 !important;
}

a.u-button-style.u-text-custom-color-3:hover,
a.u-button-style.u-text-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-3:focus,
a.u-button-style.u-text-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-3:active,
a.u-button-style.u-button-style.u-text-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-3.active,
a.u-button-style.u-button-style.u-text-custom-color-3[class*="u-border-"].active {
    color: #171922 !important;
}

a.u-button-style:hover>.u-text-hover-custom-color-3,
a.u-button-style:hover>.u-text-hover-custom-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-custom-color-3,
a.u-button-style.u-button-style.active>.u-text-active-custom-color-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-custom-color-3:hover,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-custom-color-3.active,
.u-popupmenu-items.u-text-hover-custom-color-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-3 .u-nav-link.active {
    color: #191c26 !important;
}

.u-text-custom-color-3 svg,
.u-text-hover-custom-color-3:hover svg,
.u-button-style:hover>.u-text-hover-custom-color-3 svg,
.u-button-style.u-button-style.active>.u-text-active-custom-color-3 svg,
.u-text-hover-custom-color-3:focus svg {
    fill: #191c26;
}

.u-link.u-text-custom-color-3:hover {
    color: #171922 !important;
}

a.u-link.u-text-hover-custom-color-3:hover {
    color: #191c26 !important;
}


/*end-color custom-color-3*/


/** common-rules **/

h1.u-title {
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2.u-subtitle {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1:not(.u-title) {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2:not(.u-subtitle) {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

h4 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

h5 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

h6 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.u-large-text {
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.u-small-text {
    font-size: 0.875rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

p:not(.u-text-variant) {
    margin-top: 20px;
    margin-bottom: 20px;
}

.u-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

blockquote {
    font-style: italic;
    padding-left: 20px;
    border-width: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.u-metadata {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul:not(.u-unstyled) {
    margin-top: 20px;
    margin-bottom: 20px;
}

ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.u-post-content {
    margin-top: 20px;
    margin-bottom: 20px;
}


/** common-rules **/


/** publish-rules **/


/*begin-media rules*/

@media screen and (max-width: 767px) {
    h1.u-title {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 615px) {
    h1.u-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 615px) {
    h2.u-subtitle {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 615px) {
    h1:not(.u-title) {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 615px) {
    h2:not(.u-subtitle) {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 615px) {
    h3 {
        font-size: 1.5rem;
    }
}


/*end-media rules*/


/** publish-rules **/


/** cms-rules **/


/*begin-responsive rules*/

.u-sm h1.u-title {
    font-size: 3.75rem;
}

.u-xs h1.u-title {
    font-size: 3rem;
}

.u-xs h2.u-subtitle {
    font-size: 1.5rem;
}

.u-xs h1:not(.u-title) {
    font-size: 2.25rem;
}

.u-xs h2:not(.u-subtitle) {
    font-size: 1.5rem;
}

.u-xs h3 {
    font-size: 1.5rem;
}


/*end-responsive rules*/


/** cms-rules **/


/** color-rules **/

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>a,
.u-gradient>.u-container-layout>a,
.u-image:not(.u-shading)>.u-container-layout>a,
a {
    color: #478ac9;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>a:hover,
.u-gradient>.u-container-layout>a:hover,
.u-image:not(.u-shading)>.u-container-layout>a:hover,
a:hover {
    color: #387cbd;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-btn,
.u-gradient>.u-container-layout>.u-btn,
.u-image:not(.u-shading)>.u-container-layout>.u-btn,
.u-btn {
    background-color: #478ac9;
    color: #ffffff;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-btn:hover,
.u-gradient>.u-container-layout>.u-btn:hover,
.u-image:not(.u-shading)>.u-container-layout>.u-btn:hover,
.u-btn:hover {
    background-color: #387cbd;
    color: #e6e6e6;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-btn:focus,
.u-gradient>.u-container-layout>.u-btn:focus,
.u-image:not(.u-shading)>.u-container-layout>.u-btn:focus,
.u-btn:focus {
    background-color: #387cbd;
    color: #e6e6e6;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-btn:active,
.u-gradient>.u-container-layout>.u-btn:active,
.u-image:not(.u-shading)>.u-container-layout>.u-btn:active,
.u-btn:active {
    background-color: #387cbd;
    color: #e6e6e6;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>blockquote,
.u-gradient>.u-container-layout>blockquote,
.u-image:not(.u-shading)>.u-container-layout>blockquote,
blockquote {
    border-color: #478ac9;
}


/** color-rules **/


/** alt-color-rules **/

.u-custom-color-2 a,
.u-custom-color-3 a,
.u-body-color a,
.u-palette-1-base a,
.u-palette-1-dark-3 a,
.u-palette-1-dark-2 a,
.u-palette-1-dark-1 a,
.u-palette-1 a,
.u-palette-1-light-1 a,
.u-palette-2-base a,
.u-palette-2-dark-3 a,
.u-palette-2-dark-2 a,
.u-palette-2-dark-1 a,
.u-palette-2 a,
.u-palette-2-light-1 a,
.u-palette-3-dark-3 a,
.u-palette-3-dark-2 a,
.u-palette-3-dark-1 a,
.u-palette-4-base a,
.u-palette-4-dark-3 a,
.u-palette-4-dark-2 a,
.u-palette-4-dark-1 a,
.u-palette-5-dark-3 a,
.u-palette-5-dark-2 a,
.u-palette-5-dark-1 a,
.u-grey-40 a,
.u-grey-30 a,
.u-grey-90 a,
.u-grey-80 a,
.u-grey-75 a,
.u-black a,
.u-grey-70 a,
.u-grey-60 a,
.u-grey-50 a,
.u-grey-dark-3 a,
.u-grey-dark-2 a,
.u-grey-dark-1 a,
.u-grey a,
.u-shading a,
.u-overlap-contrast .u-header a:not(.u-nav-link):not(.u-btn) {
    color: #adcce9;
}

.u-custom-color-2 a:hover,
.u-custom-color-3 a:hover,
.u-body-color a:hover,
.u-palette-1-base a:hover,
.u-palette-1-dark-3 a:hover,
.u-palette-1-dark-2 a:hover,
.u-palette-1-dark-1 a:hover,
.u-palette-1 a:hover,
.u-palette-1-light-1 a:hover,
.u-palette-2-base a:hover,
.u-palette-2-dark-3 a:hover,
.u-palette-2-dark-2 a:hover,
.u-palette-2-dark-1 a:hover,
.u-palette-2 a:hover,
.u-palette-2-light-1 a:hover,
.u-palette-3-dark-3 a:hover,
.u-palette-3-dark-2 a:hover,
.u-palette-3-dark-1 a:hover,
.u-palette-4-base a:hover,
.u-palette-4-dark-3 a:hover,
.u-palette-4-dark-2 a:hover,
.u-palette-4-dark-1 a:hover,
.u-palette-5-dark-3 a:hover,
.u-palette-5-dark-2 a:hover,
.u-palette-5-dark-1 a:hover,
.u-grey-40 a:hover,
.u-grey-30 a:hover,
.u-grey-90 a:hover,
.u-grey-80 a:hover,
.u-grey-75 a:hover,
.u-black a:hover,
.u-grey-70 a:hover,
.u-grey-60 a:hover,
.u-grey-50 a:hover,
.u-grey-dark-3 a:hover,
.u-grey-dark-2 a:hover,
.u-grey-dark-1 a:hover,
.u-grey a:hover {
    color: #a1a1a1;
}

.u-custom-color-2 .u-btn,
.u-custom-color-3 .u-btn,
.u-body-color .u-btn,
.u-palette-1-base .u-btn,
.u-palette-1-dark-3 .u-btn,
.u-palette-1-dark-2 .u-btn,
.u-palette-1-dark-1 .u-btn,
.u-palette-1 .u-btn,
.u-palette-1-light-1 .u-btn,
.u-palette-2-base .u-btn,
.u-palette-2-dark-3 .u-btn,
.u-palette-2-dark-2 .u-btn,
.u-palette-2-dark-1 .u-btn,
.u-palette-2 .u-btn,
.u-palette-2-light-1 .u-btn,
.u-palette-3-dark-3 .u-btn,
.u-palette-3-dark-2 .u-btn,
.u-palette-3-dark-1 .u-btn,
.u-palette-4-base .u-btn,
.u-palette-4-dark-3 .u-btn,
.u-palette-4-dark-2 .u-btn,
.u-palette-4-dark-1 .u-btn,
.u-palette-5-dark-3 .u-btn,
.u-palette-5-dark-2 .u-btn,
.u-palette-5-dark-1 .u-btn,
.u-grey-40 .u-btn,
.u-grey-30 .u-btn,
.u-grey-90 .u-btn,
.u-grey-80 .u-btn,
.u-grey-75 .u-btn,
.u-black .u-btn,
.u-grey-70 .u-btn,
.u-grey-60 .u-btn,
.u-grey-50 .u-btn,
.u-grey-dark-3 .u-btn,
.u-grey-dark-2 .u-btn,
.u-grey-dark-1 .u-btn,
.u-grey .u-btn,
.u-shading .u-btn,
.u-overlap-contrast .u-header .u-btn {
    background-color: #adcce9;
    color: #000000;
}

.u-custom-color-2 .u-btn:hover,
.u-custom-color-3 .u-btn:hover,
.u-body-color .u-btn:hover,
.u-palette-1-base .u-btn:hover,
.u-palette-1-dark-3 .u-btn:hover,
.u-palette-1-dark-2 .u-btn:hover,
.u-palette-1-dark-1 .u-btn:hover,
.u-palette-1 .u-btn:hover,
.u-palette-1-light-1 .u-btn:hover,
.u-palette-2-base .u-btn:hover,
.u-palette-2-dark-3 .u-btn:hover,
.u-palette-2-dark-2 .u-btn:hover,
.u-palette-2-dark-1 .u-btn:hover,
.u-palette-2 .u-btn:hover,
.u-palette-2-light-1 .u-btn:hover,
.u-palette-3-dark-3 .u-btn:hover,
.u-palette-3-dark-2 .u-btn:hover,
.u-palette-3-dark-1 .u-btn:hover,
.u-palette-4-base .u-btn:hover,
.u-palette-4-dark-3 .u-btn:hover,
.u-palette-4-dark-2 .u-btn:hover,
.u-palette-4-dark-1 .u-btn:hover,
.u-palette-5-dark-3 .u-btn:hover,
.u-palette-5-dark-2 .u-btn:hover,
.u-palette-5-dark-1 .u-btn:hover,
.u-grey-40 .u-btn:hover,
.u-grey-30 .u-btn:hover,
.u-grey-90 .u-btn:hover,
.u-grey-80 .u-btn:hover,
.u-grey-75 .u-btn:hover,
.u-black .u-btn:hover,
.u-grey-70 .u-btn:hover,
.u-grey-60 .u-btn:hover,
.u-grey-50 .u-btn:hover,
.u-grey-dark-3 .u-btn:hover,
.u-grey-dark-2 .u-btn:hover,
.u-grey-dark-1 .u-btn:hover,
.u-grey .u-btn:hover,
.u-shading .u-btn:hover,
.u-overlap-contrast .u-header .u-btn:hover {
    background-color: #8db8e0;
    color: #ffffff;
}

.u-custom-color-2 .u-btn:active,
.u-custom-color-3 .u-btn:active,
.u-body-color .u-btn:active,
.u-palette-1-base .u-btn:active,
.u-palette-1-dark-3 .u-btn:active,
.u-palette-1-dark-2 .u-btn:active,
.u-palette-1-dark-1 .u-btn:active,
.u-palette-1 .u-btn:active,
.u-palette-1-light-1 .u-btn:active,
.u-palette-2-base .u-btn:active,
.u-palette-2-dark-3 .u-btn:active,
.u-palette-2-dark-2 .u-btn:active,
.u-palette-2-dark-1 .u-btn:active,
.u-palette-2 .u-btn:active,
.u-palette-2-light-1 .u-btn:active,
.u-palette-3-dark-3 .u-btn:active,
.u-palette-3-dark-2 .u-btn:active,
.u-palette-3-dark-1 .u-btn:active,
.u-palette-4-base .u-btn:active,
.u-palette-4-dark-3 .u-btn:active,
.u-palette-4-dark-2 .u-btn:active,
.u-palette-4-dark-1 .u-btn:active,
.u-palette-5-dark-3 .u-btn:active,
.u-palette-5-dark-2 .u-btn:active,
.u-palette-5-dark-1 .u-btn:active,
.u-grey-40 .u-btn:active,
.u-grey-30 .u-btn:active,
.u-grey-90 .u-btn:active,
.u-grey-80 .u-btn:active,
.u-grey-75 .u-btn:active,
.u-black .u-btn:active,
.u-grey-70 .u-btn:active,
.u-grey-60 .u-btn:active,
.u-grey-50 .u-btn:active,
.u-grey-dark-3 .u-btn:active,
.u-grey-dark-2 .u-btn:active,
.u-grey-dark-1 .u-btn:active,
.u-grey .u-btn:active,
.u-shading .u-btn:active,
.u-overlap-contrast .u-header .u-btn:active {
    background-color: #8db8e0;
    color: #ffffff;
}


/** alt-color-rules **/


/*end-variables sitestylecss*/


/*begin-variables base-font-size*/

html {
    font-size: 16px;
}


/*end-variables base-font-size*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

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


/* Links
--------------------------------------------- */

a {
    color: #4169e1;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

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


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

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

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

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

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.u-header {
    background-image: none;
}

.u-header .u-image-1 {
    width: 157px;
    height: 64px;
}

.u-header .u-logo-image-1 {
    width: 100%;
    height: 100%;
}

.u-header .u-btn-1 {
    border-style: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5rem;
    background-image: none;
    align-self: center;
    margin: -64px 189px 0 auto;
    padding: 13px 24px 14px 23px;
}

.u-header .u-btn-2 {
    border-style: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5rem;
    background-image: none;
    margin: -65px 0 18px auto;
    padding: 13px 24px 14px 23px;
}

@media screen and (max-width: 1199px) {
    .u-header .u-sheet-1 {
        min-height: 128px;
    }
    .u-header .u-btn-1 {
        margin-top: -63px;
        margin-right: 195px;
    }
    .u-header .u-btn-2 {
        margin-bottom: 26px;
    }
}

.u-lg .u-header .u-sheet-1 {
    min-height: 128px;
}

.u-lg .u-header .u-btn-1 {
    margin-top: -63px;
    margin-right: 195px;
}

.u-lg .u-header .u-btn-2 {
    margin-bottom: 26px;
}

@media screen and (max-width: 991px) {
    .u-header .u-sheet-1 {
        min-height: 121px;
    }
    .u-header .u-btn-1 {
        margin-top: -64px;
        margin-right: 280px;
    }
    .u-header .u-btn-2 {
        margin-top: -67px;
        margin-bottom: 27px;
    }
}

.u-md .u-header .u-sheet-1 {
    min-height: 121px;
}

.u-md .u-header .u-btn-1 {
    margin-top: -64px;
    margin-right: 280px;
}

.u-md .u-header .u-btn-2 {
    margin-top: -67px;
    margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
    .u-header .u-sheet-1 {
        min-height: 120px;
    }
    .u-header .u-image-1 {
        height: 64px;
        padding-top: 0;
    }
    .u-header .u-btn-1 {
        margin-top: 29px;
        margin-right: auto;
        margin-left: 53px;
    }
    .u-header .u-btn-2 {
        margin-top: -65px;
        margin-right: 53px;
        margin-bottom: 20px;
    }
}

.u-sm .u-header .u-sheet-1 {
    min-height: 199px;
}

.u-sm .u-header .u-image-1 {
    height: 64px;
    margin-left: auto;
}

.u-sm .u-header .u-btn-1 {
    margin-top: 29px;
    margin-right: auto;
    margin-left: 53px;
}

.u-sm .u-header .u-btn-2 {
    margin-top: -65px;
    margin-right: 53px;
    margin-bottom: 20px;
}

@media screen and (max-width: 615px) {
    .u-header .u-sheet-1 {
        max-height: 84px;
    }
    .u-header .u-btn-1 {
        margin-top: 25px;
        margin-left: auto;
    }
    .u-header .u-btn-2 {
        margin-top: 24px;
        margin-right: auto;
    }
}

.u-xs .u-header .u-sheet-1 {
    min-height: 284px;
}

.u-xs .u-header .u-btn-1 {
    margin-top: 25px;
    margin-left: auto;
}

.u-xs .u-header .u-btn-2 {
    margin-top: 24px;
    margin-right: auto;
}

.u-footer {
    background-image: none;
}

.u-footer .u-sheet-1 {
    min-height: 428px;
}

.u-footer .u-text-1 {
    margin: 18px 361px 0 362px;
}

.u-footer .u-btn-1 {
    background-image: none;
    font-size: 1.125rem;
    padding: 0;
}

.u-footer .u-image-1 {
    height: 356px;
    width: 1140px;
    margin: 25px auto 0;
}

@media screen and (max-width: 1199px) {
    .u-footer .u-sheet-1 {
        min-height: 366px;
    }
    .u-footer .u-text-1 {
        width: 417px;
        margin-left: 262px;
        margin-right: 261px;
    }
    .u-footer .u-image-1 {
        height: 294px;
        width: 940px;
    }
}

.u-lg .u-footer .u-sheet-1 {
    min-height: 366px;
}

.u-lg .u-footer .u-text-1 {
    width: 417px;
    margin-left: 262px;
    margin-right: 261px;
}

.u-lg .u-footer .u-image-1 {
    height: 294px;
    width: 940px;
}

@media screen and (max-width: 991px) {
    .u-footer .u-sheet-1 {
        min-height: 297px;
    }
    .u-footer .u-text-1 {
        margin-left: 152px;
        margin-right: 151px;
    }
    .u-footer .u-image-1 {
        height: 225px;
        width: 720px;
    }
}

.u-md .u-footer .u-sheet-1 {
    min-height: 297px;
}

.u-md .u-footer .u-text-1 {
    margin-left: 152px;
    margin-right: 151px;
}

.u-md .u-footer .u-image-1 {
    height: 225px;
    width: 720px;
}

@media screen and (max-width: 767px) {
    .u-footer .u-sheet-1 {
        min-height: 241px;
    }
    .u-footer .u-text-1 {
        margin-left: 62px;
        margin-right: 61px;
    }
    .u-footer .u-image-1 {
        height: 169px;
        width: 540px;
    }
}

.u-sm .u-footer .u-sheet-1 {
    min-height: 241px;
}

.u-sm .u-footer .u-text-1 {
    margin-left: 62px;
    margin-right: 61px;
}

.u-sm .u-footer .u-image-1 {
    height: 169px;
    width: 540px;
}

@media screen and (max-width: 615px) {
    .u-footer .u-sheet-1 {
        min-height: 178px;
    }
    .u-footer .u-text-1 {
        width: 340px;
        margin-top: 1px;
        margin-left: auto;
        margin-right: auto;
    }
    .u-footer .u-image-1 {
        height: 106px;
        margin-top: 0;
        margin-bottom: 1px;
        width: 340px;
    }
}

.u-xs .u-footer .u-sheet-1 {
    min-height: 178px;
}

.u-xs .u-footer .u-text-1 {
    width: 340px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
}

.u-xs .u-footer .u-image-1 {
    height: 106px;
    margin-top: 0;
    margin-bottom: 1px;
    width: 340px;
}

.u-section-2 .u-sheet-1 {
    min-height: 377px;
}

.u-section-2 .u-image-1 {
    margin-top: 0;
    margin-bottom: 0;
    height: 377px;
}

.u-section-2 .u-btn-1 {
    border-style: solid;
    font-weight: 700;
    font-size: 1.25rem;
    animation-duration: 1000ms;
    margin: -183px auto 60px 90px;
    padding: 4px 13px 5px 12px;
}

@media screen and (max-width: 1199px) {
    .u-section-2 .u-sheet-1 {
        min-height: 311px;
    }
    .u-section-2 .u-image-1 {
        height: 311px;
    }
    .u-section-2 .u-btn-1 {
        margin-top: -148px;
        margin-left: 69px;
    }
}

@media screen and (max-width: 991px) {
    .u-section-2 .u-sheet-1 {
        min-height: 239px;
    }
    .u-section-2 .u-image-1 {
        margin-top: 1px;
        height: 238px;
    }
    .u-section-2 .u-btn-1 {
        margin-top: -105px;
        margin-bottom: 61px;
        margin-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .u-section-2 .u-sheet-1 {
        min-height: 182px;
    }
    .u-section-2 .u-image-1 {
        height: 178px;
        width: 539px;
        margin-top: 2px;
        margin-left: auto;
        margin-right: auto;
    }
    .u-section-2 .u-btn-1 {
        margin-top: -89px;
        margin-bottom: 46px;
        margin-left: 23px;
    }
}

@media screen and (max-width: 615px) {
    .u-section-2 .u-sheet-1 {
        min-height: 116px;
    }
    .u-section-2 .u-image-1 {
        height: 112px;
        width: 340px;
    }
    .u-section-2 .u-btn-1 {
        margin-top: -59px;
        margin-bottom: 25px;
        margin-left: 14px;
        padding: 0;
    }
}

.u-section-3 .u-sheet-1 {
    min-height: 62px;
}

.u-section-3 .u-image-1 {
    height: 60px;
    margin-top: 1px;
    margin-bottom: 1px;
}

@media screen and (max-width: 1199px) {
    .u-section-3 .u-sheet-1 {
        min-height: 35px;
    }
    .u-section-3 .u-image-1 {
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .u-section-3 .u-sheet-1 {
        min-height: 32px;
    }
    .u-section-3 .u-image-1 {
        height: 30px;
    }
}

@media screen and (max-width: 615px) {
    .u-section-3 .u-sheet-1 {
        min-height: 17px;
    }
    .u-section-3 .u-image-1 {
        height: 15px;
    }
}

.u-section-4 .u-sheet-1 {
    min-height: 533px;
}

.u-section-4 .u-custom-html-1 {
    min-height: 533px;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
}

@media screen and (max-width: 1199px) {
    .u-section-4 .u-sheet-1 {
        min-height: 383px;
    }
}

@media screen and (max-width: 767px) {
    .u-section-4 .u-sheet-1 {
        min-height: 616px;
    }
    .u-section-4 .u-custom-html-1 {
        min-height: 615px;
        margin-top: 1px;
    }
}

@media screen and (max-width: 615px) {
    .u-section-4 .u-sheet-1 {
        min-height: 859px;
    }
}

.u-section-5 .u-sheet-1 {
    min-height: 797px;
}

.u-section-5 .u-table-1 {
    width: 877px;
    margin: 14px 0 0 auto;
}

.u-block-f951-34 {
    height: 47px;
}

.u-section-5 .u-table-body-1 {
    font-weight: 600;
}

.u-section-5 .u-btn-1 {
    background-image: none;
    padding: 0;
}

.u-block-f951-69 {
    height: 47px;
}

.u-section-5 .u-custom-html-1 {
    min-height: 433px;
    height: auto;
    margin: -507px 890px 0 0;
}

.u-section-5 .u-gallery-1 {
    height: 263px;
    margin-bottom: 0;
    margin-top: 87px;
}

.u-section-5 .u-gallery-inner-1 {
    grid-template-columns: repeat(4, auto);
    grid-gap: 2px;
}

.u-section-5 .u-over-slide-1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-5 .u-over-slide-2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-5 .u-over-slide-3 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-5 .u-over-slide-4 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

@media screen and (max-width: 1199px) {
    .u-section-5 .u-sheet-1 {
        min-height: 750px;
    }
    .u-section-5 .u-table-1 {
        width: 682px;
        margin-top: 0;
    }
    .u-section-5 .u-custom-html-1 {
        margin-top: -533px;
        margin-right: 690px;
    }
    .u-section-5 .u-gallery-1 {
        height: 217px;
        margin-bottom: -1px;
        margin-top: 100px;
    }
}

@media screen and (max-width: 991px) {
    .u-section-5 .u-table-1 {
        width: 460px;
    }
    .u-section-5 .u-custom-html-1 {
        margin-top: -779px;
        margin-right: 469px;
    }
    .u-section-5 .u-gallery-1 {
        height: 665px;
        margin-bottom: 0;
        margin-top: 355px;
    }
    .u-section-5 .u-gallery-inner-1 {
        grid-template-columns: repeat(2, auto);
    }
}

@media screen and (max-width: 767px) {
    .u-section-5 .u-table-1 {
        margin-right: initial;
        margin-left: initial;
        width: auto;
    }
    .u-section-5 .u-custom-html-1 {
        width: 250px;
        margin-top: 9px;
        margin-left: auto;
        margin-right: auto;
    }
    .u-section-5 .u-gallery-1 {
        height: 1995px;
        margin-top: 0;
    }
    .u-section-5 .u-gallery-inner-1 {
        grid-template-columns: repeat(1, auto);
    }
}

@media screen and (max-width: 615px) {
    .u-section-5 .u-custom-html-1 {
        max-height: 380px;
        margin-right: 39px;
        margin-left: 50px;
    }
}

.u-section-6 .u-sheet-1 {
    max-height: 714px;
}

.u-section-6 .u-custom-html-1 {
    margin-bottom: 0;
    max-height: 421px;
    margin-top: 0;
}

.u-section-6 .u-table-1 {
    margin-bottom: 10px;
    margin-top: 0;
}

.u-block-969a-14 {
    height: 47px;
}

.main-cell {
    background-image: linear-gradient(#c82027, #e68387);
    font-weight: 700;
}

.cell p {
    margin: 0;
}

.gallery-img img {
    height: 100% !important;
    width: 100% !important;
}

.u-section-6 .u-table-cell-1 {
    background-image: linear-gradient(#c82027, #e68387);
    font-weight: 700;
}

.u-section-6 .u-table-cell-2 {
    background-image: linear-gradient(#c82027, #e68387);
    font-weight: 700;
}

.u-section-6 .u-table-cell-7 {
    margin: 30px auto 60px 0;
}

.u-section-6 .u-table-cell-9 {
    margin: 30px auto 60px 0;
}

.u-section-6 .u-table-cell-11 {
    margin: 30px auto 60px 0;
}

.u-block-969a-28 {
    height: 47px;
}

@media screen and (max-width: 1199px) {
    .u-section-6 .u-custom-html-1 {
        height: auto;
    }
}

@media screen and (max-width: 615px) {
    .u-section-6 .u-custom-html-1 {
        min-height: 568px;
    }
}

.u-section-7 .u-sheet-1 {
    min-height: 429px;
}

.u-section-7 .u-custom-html-1 {
    margin-bottom: 7px;
    min-height: 416px;
    margin-top: 7px;
}

@media screen and (max-width: 1199px) {
    .u-section-7 .u-custom-html-1 {
        height: auto;
    }
}

.u-section-8 .u-sheet-1 {
    min-height: 635px;
}

.u-section-8 .u-gallery-1 {
    height: 634px;
    width: 634px;
    margin: 1px auto;
}

.u-section-8 .u-gallery-inner-1 {
    grid-template-columns: repeat(2, auto);
    grid-gap: 10px;
}

.u-section-8 .u-over-slide-1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-8 .u-over-slide-2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

@media screen and (max-width: 615px) {
    .u-section-8 .u-sheet-1 {
        min-height: 1361px;
    }
    .u-section-8 .u-gallery-1 {
        height: 1360px;
        width: 340px;
    }
}

.u-section-9 .u-sheet-1 {
    min-height: 294px;
}

.u-section-9 .u-custom-html-1 {
    margin-bottom: 1px;
    min-height: 293px;
    margin-top: 1px;
}

@media screen and (max-width: 1199px) {
    .u-section-9 .u-custom-html-1 {
        height: auto;
    }
}

.u-section-10 .u-sheet-1 {
    min-height: 635px;
}

.u-section-10 .u-gallery-1 {
    height: 634px;
    width: 634px;
    margin: 1px auto;
}

.u-section-10 .u-gallery-inner-1 {
    grid-template-columns: repeat(2, auto);
    grid-gap: 10px;
}

.u-section-10 .u-over-slide-1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-10 .u-over-slide-2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

@media screen and (max-width: 615px) {
    .u-section-10 .u-sheet-1 {
        min-height: 1361px;
    }
    .u-section-10 .u-gallery-1 {
        height: 1360px;
        width: 340px;
    }
}

.u-section-11 .u-sheet-1 {
    min-height: 248px;
}

.u-section-11 .u-custom-html-1 {
    margin-bottom: 0;
    min-height: 248px;
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .u-section-11 .u-custom-html-1 {
        height: auto;
    }
}

@media screen and (max-width: 615px) {
    .u-section-11 .u-sheet-1 {
        min-height: 439px;
    }
    .u-section-11 .u-custom-html-1 {
        min-height: 439px;
    }
}

.u-section-12 .u-image-1 {
    min-height: 364px;
    background-position: 50% 50%;
}

@media screen and (max-width: 1199px) {
    .u-section-12 .u-image-1 {
        min-height: 310px;
    }
}

@media screen and (max-width: 991px) {
    .u-section-12 .u-image-1 {
        min-height: 237px;
    }
}

@media screen and (max-width: 767px) {
    .u-section-12 .u-image-1 {
        min-height: 180px;
    }
}

@media screen and (max-width: 615px) {
    .u-section-12 .u-image-1 {
        min-height: 111px;
    }
}

.u-section-13 .u-sheet-1 {
    min-height: 301px;
}

.u-section-13 .u-tabs-1 {
    min-height: 220px;
    margin-top: 60px;
    margin-bottom: 0;
}

.u-section-13 .u-tab-link-1 {
    background-image: none;
}

.u-section-13 .u-tab-link-2 {
    background-image: none;
}

.u-section-13 .u-tab-link-3 {
    background-image: none;
}

.u-section-13 .u-container-layout-1 {
    padding: 30px 24px;
}

.u-section-13 .u-text-1 {
    margin: 0;
}

.u-section-13 .u-text-2 {
    margin: 9px auto 0 0;
}

.u-section-13 .u-text-3 {
    margin: 8px 0 0;
}

.u-section-13 .u-container-layout-2 {
    padding: 30px;
}

.u-section-13 .u-text-4 {
    margin-top: 0;
    margin-bottom: 0;
}

.u-section-13 .u-container-layout-3 {
    padding: 30px;
}

.u-section-13 .u-text-5 {
    margin-bottom: 0;
    margin-top: 0;
}

.u-section-13 .u-text-6 {
    margin: 8px 0 0;
}

@media screen and (max-width: 1199px) {
    .u-section-13 .u-tabs-1 {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .u-section-13 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .u-section-13 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .u-section-13 .u-container-layout-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.u-section-14 .u-sheet-1 {
    min-height: 844px;
}

.u-section-14 .u-custom-html-1 {
    margin-bottom: 1px;
    min-height: 843px;
    margin-top: 1px;
}

@media screen and (max-width: 1199px) {
    .u-section-14 .u-custom-html-1 {
        height: auto;
    }
}

.u-section-15 .u-image-1 {
    min-height: 704px;
    background-position: 50% 50%;
}

@media screen and (max-width: 1199px) {
    .u-section-15 .u-image-1 {
        min-height: 580px;
    }
}

@media screen and (max-width: 991px) {
    .u-section-15 .u-image-1 {
        min-height: 444px;
    }
}

@media screen and (max-width: 767px) {
    .u-section-15 .u-image-1 {
        min-height: 333px;
    }
}

@media screen and (max-width: 615px) {
    .u-section-15 .u-image-1 {
        min-height: 211px;
    }
}

.u-section-16 .u-sheet-1 {
    min-height: 422px;
}

.u-section-16 .u-custom-html-1 {
    min-height: 420px;
    margin-top: 2px;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .u-section-16 .u-custom-html-1 {
        height: auto;
    }
}

@media screen and (max-width: 615px) {
    .u-section-16 .u-sheet-1 {
        min-height: 811px;
    }
    .u-section-16 .u-custom-html-1 {
        min-height: 809px;
        margin-top: 1px;
        margin-bottom: 1px;
    }
}

.u-section-17 .u-image-1 {
    min-height: 375px;
    background-position: 50% 50%;
}

@media screen and (max-width: 1199px) {
    .u-section-17 .u-image-1 {
        min-height: 309px;
    }
}

@media screen and (max-width: 991px) {
    .u-section-17 .u-image-1 {
        min-height: 237px;
    }
}

@media screen and (max-width: 767px) {
    .u-section-17 .u-image-1 {
        min-height: 177px;
    }
}

@media screen and (max-width: 615px) {
    .u-section-17 .u-image-1 {
        min-height: 111px;
    }
}

.u-section-18 .u-sheet-1 {
    min-height: 248px;
}

.u-section-18 .u-custom-html-1 {
    margin-bottom: 0;
    min-height: 248px;
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .u-section-18 .u-custom-html-1 {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .u-section-18 .u-sheet-1 {
        min-height: 299px;
    }
    .u-section-18 .u-custom-html-1 {
        min-height: 299px;
    }
}

.u-section-19 .u-sheet-1 {
    min-height: 637px;
}

.u-section-19 .u-table-1 {
    margin-bottom: 1px;
    margin-top: 1px;
}

.u-block-9690-20 {
    height: 47px;
}

.u-section-19 .u-table-cell-1 {
    background-image: linear-gradient(#c82027, #e68387);
    font-weight: 700;
}

.u-section-19 .u-table-cell-2 {
    background-image: linear-gradient(#c82027, #e68387);
    font-weight: 700;
}

.u-section-19 .u-table-cell-3 {
    background-image: linear-gradient(#c82027, #e68387);
    font-weight: 700;
}

.u-section-19 .u-table-cell-4 {
    background-image: linear-gradient(#c82027, #e68387);
    font-weight: 700;
}

.u-section-19 .u-table-cell-5 {
    background-image: linear-gradient(#c82027, #e68387);
    font-weight: 700;
}

.u-section-19 .u-table-cell-6 {
    background-image: linear-gradient(#c82027, #e68387);
    font-weight: 700;
}

.u-section-19 .u-table-cell-13 {
    font-weight: 700;
}

.u-section-19 .u-table-cell-19 {
    font-weight: 700;
}

.u-section-19 .u-table-cell-25 {
    font-weight: 700;
}

.u-section-19 .u-table-cell-31 {
    margin-bottom: 9px;
    margin-top: 9px;
    height: auto;
    min-height: 248px;
    font-weight: 700;
}

.u-section-19 .u-table-cell-37 {
    margin-bottom: 9px;
    margin-top: 9px;
    height: auto;
    min-height: 248px;
    font-weight: 700;
}

.u-section-19 .u-table-cell-43 {
    margin-bottom: 9px;
    margin-top: 9px;
    height: auto;
    min-height: 248px;
    font-weight: 700;
}

.u-section-19 .u-table-cell-49 {
    margin-bottom: 9px;
    margin-top: 9px;
    height: auto;
    min-height: 248px;
    font-weight: 700;
}

.u-section-19 .u-table-cell-55 {
    margin-bottom: 9px;
    margin-top: 9px;
    height: auto;
    min-height: 248px;
    font-weight: 700;
}

.u-section-19 .u-table-cell-61 {
    margin-bottom: 9px;
    margin-top: 9px;
    height: auto;
    min-height: 248px;
    font-weight: 700;
}

.u-section-19 .u-table-cell-67 {
    margin-bottom: 9px;
    margin-top: 9px;
    height: auto;
    min-height: 248px;
    font-weight: 700;
}

.u-section-19 .u-table-cell-73 {
    margin-bottom: 9px;
    margin-top: 9px;
    height: auto;
    min-height: 248px;
    font-weight: 700;
}

.u-block-9690-99 {
    height: 47px;
}

.u-section-20 .u-sheet-1 {
    min-height: 304px;
}

.u-section-20 .u-custom-html-1 {
    margin-bottom: 6px;
    margin-top: 6px;
    min-height: 293px;
}

@media screen and (max-width: 1199px) {
    .u-section-20 .u-custom-html-1 {
        height: auto;
    }
}

.u-section-21 .u-image-1 {
    min-height: 377px;
    background-image: url("wp-content/uploads/2023/06/2.jpg");
    background-position: 50% 50%;
}

@media screen and (max-width: 1199px) {
    .u-section-21 .u-image-1 {
        min-height: 309px;
    }
}

@media screen and (max-width: 991px) {
    .u-section-21 .u-image-1 {
        min-height: 239px;
    }
}

@media screen and (max-width: 767px) {
    .u-section-21 .u-image-1 {
        min-height: 180px;
    }
}

@media screen and (max-width: 615px) {
    .u-section-21 .u-image-1 {
        min-height: 109px;
    }
}

.u-section-22 .u-sheet-1 {
    min-height: 299px;
}

.u-section-22 .u-custom-html-1 {
    margin-bottom: 0;
    margin-top: 0;
}

.u-section-23 {
    background-image: none;
}

.u-section-23 .u-sheet-1 {
    min-height: auto;
    margin-bottom: 30px;
}

.u-section-23 .u-custom-html-1 {
    margin: 11px 0 0;
}

.u-section-23 .u-accordion-1 {
    width: 894px;
    margin: 10px auto 11px;
}

.u-section-23 .u-accordion-link-1 {
    background-image: none;
    font-weight: 700;
    padding: 25px 30px;
}

.u-section-23 .u-icon-1 {
    height: 37px;
    width: 37px;
    color: rgb(128, 128, 128);
    background-image: none;
}

.u-section-23 .u-accordion-pane-1 {
    min-height: 154px;
    background-image: none;
}

.u-section-23 .u-container-layout-1 {
    padding: 20px 30px;
}

.u-section-23 .u-accordion-link-2 {
    background-image: none;
    font-weight: 700;
    padding: 25px 30px;
}

.u-section-23 .u-icon-2 {
    height: 37px;
    width: 37px;
    color: rgb(128, 128, 128);
    background-image: none;
}

.u-section-23 .u-accordion-pane-2 {
    min-height: 154px;
    background-image: none;
}

.u-section-23 .u-container-layout-2 {
    padding: 20px 30px;
}

.u-container-layout .faq {
    padding: 10px 30px;
}

.u-section-23 .u-accordion-link-3 {
    background-image: none;
    font-weight: 700;
    padding: 25px 30px;
}

.u-section-23 .u-icon-3 {
    height: 37px;
    width: 37px;
    color: rgb(128, 128, 128);
    background-image: none;
}

.u-section-23 .u-accordion-pane-3 {
    min-height: 154px;
    background-image: none;
}

.u-section-23 .u-container-layout-3 {
    padding: 20px 30px;
}

.u-section-23 .u-accordion-link-4 {
    background-image: none;
    font-weight: 700;
    padding: 25px 30px;
}

.u-section-23 .u-icon-4 {
    height: 37px;
    width: 37px;
    color: rgb(128, 128, 128);
    background-image: none;
}

.u-section-23 .u-accordion-pane-4 {
    min-height: 154px;
    background-image: none;
}

.u-section-23 .u-container-layout-4 {
    padding: 20px 30px;
}

.u-section-23 .u-accordion-link-5 {
    background-image: none;
    font-weight: 700;
    margin-bottom: 0;
    padding: 25px 30px;
}

.u-section-23 .u-icon-5 {
    height: 37px;
    width: 37px;
    color: rgb(128, 128, 128);
    background-image: none;
}

.u-section-23 .u-accordion-pane-5 {
    min-height: 154px;
    background-image: none;
}

.u-section-23 .u-container-layout-5 {
    padding: 20px 30px;
}

.u-section-23 .u-text-5 {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .u-section-23 .u-accordion-pane-1 {
        height: auto;
    }
    .u-section-23 .u-accordion-pane-2 {
        height: auto;
    }
    .u-section-23 .u-accordion-pane-3 {
        height: auto;
    }
    .u-section-23 .u-accordion-pane-4 {
        height: auto;
    }
    .u-section-23 .u-accordion-pane-5 {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .u-section-23 .u-accordion-1 {
        width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .u-section-23 .u-accordion-1 {
        width: 540px;
    }
    .u-section-23 .u-container-layout-1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .u-section-23 .u-container-layout-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .u-section-23 .u-container-layout-3 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .u-section-23 .u-container-layout-4 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .u-section-23 .u-container-layout-5 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 615px) {
    .u-section-23 .u-accordion-1 {
        width: 340px;
    }
}

#breadcrumbs {
    font-size: 14px;
    color: #555;
}

#breadcrumbs a {
    color: #C72027;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

.nav__list {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: right;
    background-color: #c92027;
    z-index: 10000;
    font-size: 14px;
    transition: none;
}

.nav__list>li {
    position: relative;
}

.nav__list>li>a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.nav__list>li:hover>a,
.nav__list>li:has(.sub-menu:hover)>a {
    background-color: #F1C50D;
    color: #111111;
    transition: ease .3s;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 60%;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #F1C50D;
    color: #111111;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .4);
    z-index: 12000;
}

.sub-menu li {
    width: 250px;
}

.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #111111;
    text-decoration: none;
}

.sub-menu li a:hover {
    background-color: #c92027;
    color: #ffffff;
    transition: ease .3s;
}

.menu-item-has-children:hover>.sub-menu {
    display: block;
    transition: ease .3s;
}

.burger-menu {
    background: #ffffff;
}

@media (max-width: 768px) {
    .sub-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #F1C50D;
        padding: 0;
        margin: 0;
    }
    .sub-menu.active {
        display: flex;
        transition: max-height 0.3s ease;
    }
    .sub-menu li {
        width: auto;
    }
    .nav__list {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #c92027;
        z-index: 10000;
        font-size: 14px;
        justify-content: flex-start;
        align-items: center;
        overflow-y: auto;
        transition: top 0.4s ease;
    }
    .nav__list.active {
        top: 0;
    }
    .nav__list>li {
        width: 100%;
        text-align: center;
    }
    .burger-menu {
        display: flex;
        position: sticky;
        top: 25px;
        right: 25px;
        width: 30px;
        height: 25px;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 10001;
        background: none;
        border: none;
        padding: 0;
        margin-left: auto;
    }
    .burger-menu::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        background-color: #c92027;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        /
    }
    .burger-menu span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #ffffff;
        transition: 0.3s;
    }
    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(10px, -10px);
    }
}

.menu__list {
    list-style: none;
    display: flex;
    padding-top: 10px;
    margin: 0;
    flex-wrap: wrap;
}

.menu__list li {
    margin: 0 auto;
}

.menu__list li:hover {
    color: #c92027;
}

.menu__list li a:visited {
    color: inherit;
}

.footer__logo {
    max-width: 150px;
    margin: 20px auto 0 auto;
    opacity: 50%;
}

.footer__partners {
    list-style: none;
    display: flex;
    justify-content: center;
    opacity: 50%;
    margin: 0;
    flex-wrap: wrap;
}

.footer__partners--logo {
    margin: 0 15px 0 15px;
}

.footer__partners--logo img {
    max-height: 50px;
}

.footer__copyrights {
    text-align: left;
    opacity: 50%;
    font-size: 14px;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #C92027;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

.scroll-to-top::after {
    opacity: 0.8;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid white;
    transform: translate(-50%, -50%);
}

.scroll-to-top.visible {
    opacity: 0.8;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background-color: #F1C50D;
}

.space-footer {
    overflow: hidden;
}

.space-footer-ins {
    /* overflow: hidden; */
    margin: 0 auto;
    max-width: 1170px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.space-footer-top {
    padding: 45px 0;
    background-color: #f1f3f4;
}

.space-footer-top-desc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    order: 1;
}

.space-footer-top-desc span {
    display: block;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.45em;
    color: #7f8c8d;
}

.space-footer-top-age {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}

.space-footer-top-age span.age-limit {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    font-size: 1.333em;
    line-height: 49px;
    text-align: center;
    background-color: #ff2453;
}

.space-footer-top-soc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 3;
}

.space-footer-top-soc a {
    display: inline-block;
    border: 1px solid #7f8c8d;
    width: 50px;
    height: 50px;
    color: #7f8c8d;
    font-weight: 400;
    border-radius: 50%;
    font-size: 1.333em;
    line-height: 49px;
    text-align: center;
    margin-left: 10px;
    background-color: transparent;
}

.space-footer-top-soc a:hover {
    color: #fff;
    border: 1px solid #d63031;
    background-color: #d63031;
}

.space-footer-copy {
    padding: 30px 0;
}

.space-footer-copy-left {
    color: #777777;
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: 400;
}

.space-footer-copy-left a {
    color: #777777;
    text-decoration: underline;
}

.space-footer-copy-left a:hover {
    text-decoration: underline;
}

.space-footer-copy-menu ul {
    float: right;
}

.space-footer-copy-menu ul li {
    margin-left: 30px;
    float: left;
}

.space-footer-copy-menu ul li a {
    color: #777777;
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: 400;
    text-decoration: underline;
}

.space-footer-copy-menu ul li a:hover {
    text-decoration: underline;
}

.space-footer-area.space-widget {
    margin-bottom: 0;
    color: #7f8c8d;
}

.space-footer-area.space-widget a {
    color: #7f8c8d;
    text-decoration: underline;
}

.space-footer-area.space-widget p:last-child {
    margin-bottom: 0;
}

.space-footer-area.space-widget .aligncenter {
    padding-bottom: 0;
}

.space-footer-area.space-widget .alignleft {
    padding: 0;
}

.space-footer-area.space-widget .alignright {
    padding: 0;
}

.footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.footer__logos-item {
    width: 150px;
    height: 100%;
}

.footer__logos-item>img {
    width: 100%;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
}

.google-mobile-block {
    display: none !important;
}

.space-organizations-8-archive-item-brand-logo {
    width: 102px;
    height: 104px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #FDE54F;
    padding: 2px;
    background: linear-gradient(150deg, rgba(253, 229, 79, 1) 0%, rgba(253, 195, 79, 1) 30%, rgba(237, 136, 82, 1) 66%, rgba(217, 40, 130, 1) 88%, rgba(151, 68, 199, 1) 100%);
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0.4);
}


/* .space-organizations-8-archive-item-brand-logo-ins {
    padding: 2px;
} */

.space-organizations-8-archive-item-brand-logo-ins>a>img {}

.star-rating {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 15px;
}

.star {
    width: 20px;
    height: 20px;
    margin: 2px;
    border-radius: 50%;
}

.space-organizations-8-archive-item-brand-name-link {
    padding: 15px 0;
}

.space-organizations-8-archive-item-brand-name-link>a {
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}

.space-organizations-8-archive-item-left {
    width: 40% !important;
}

.inner__text {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.space-organizations-8-archive-item-central {
    /* display: block;
    width: 100% !important;
    text-align: center;
    background: transparent;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    border: 5px solid #612121;
    box-shadow: 0px 10px 13px -7px #000000, 1px 5px 25px 14px rgba(97, 33, 33, 0.46);
    justify-self: center; */
    width: 100% !important;
    display: inline-block;
    align-self: flex-start;
    padding: 12px 18px;
    border-radius: 14px;
    background: linear-gradient(to right, #c0275f, #8b1c7c);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.space-organizations-8-archive-item-button-two a {
    /* display: inline-block;
    padding: 10px;
    margin: 0;
    width: 100%;
    font-weight: bolder;
    font-size: 20px;
    line-height: 1.25em;
    color: #732626;
    text-decoration: none !important;
    border-radius: 15px;
    border: 2px solid #C93D3D;
    background-color: #ECEFCF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 4px 2px 30px 2px rgba(255, 194, 194, 0); */
    padding: 10px 30px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(to right, #ffe29a, #ffcc66);
    color: #8b1c0a;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
    font-weight: bold;
}

.space-organizations-8-archive-item-button-two a:hover {
    transform: translateY(-1px);
}

.space-organizations-8-archive-item-stars-rating .star-rating .star-full:before {
    content: "\f005";
    font-weight: 900;
    color: #FDAB0C;
    font-size: 16px;
}

.star-rating .star::before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
}

.space-organizations-8-archive-item-stars-rating .star-rating .star-half:before {
    content: "\f5c0";
    font-weight: 900;
    color: #FDAB0C;
    font-size: 16px;
}

.space-organizations-8-archive-item-stars-rating .star-rating .star-empty:before {
    content: "\f005";
    font-weight: 400;
    color: #FDAB0C;
    font-size: 16px;
}

.space-organizations-8-archive-item {
    background: linear-gradient(150deg, rgba(253, 229, 79, 1) 0%, rgba(253, 195, 79, 1) 30%, rgba(237, 136, 82, 1) 66%, rgba(217, 40, 130, 1) 88%, rgba(151, 68, 199, 1) 100%);
    border-radius: 18px;
    padding: 4px;
}

.space-organizations-8-archive {}

.space-organizations-8-archive-item-bg {
    /* display: flex;
    justify-self: center;
    padding: 20px;
    background: #612121;
    background: linear-gradient(129deg, rgba(97, 33, 33, 1) 10%, rgba(201, 66, 66, 1) 50%, rgba(130, 11, 9, 1) 100%);
    box-shadow: 2px 5px 16px 0px #0B325E, inset 1px 5px 19px 9px rgba(196, 65, 64, 0.5);
    border: 3px solid black;
    border-radius: 15px;
    width: 80% !important; */
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
    background: linear-gradient(142deg, rgba(247, 89, 27, 1) 0%, rgba(142, 22, 49, 1) 42%, rgba(81, 7, 50, 1) 71%, rgba(84, 11, 84, 1) 89%, rgba(84, 11, 84, 1) 100%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    border-radius: 16px;
}

.space-organizations-8-archive-item-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.space-organizations-8-archive-item-ins {
    transition: ease-in-out 0.2s;
}

.space-organizations-8-archive-item-ins:hover {
    transform: scale(1.03);
}

@media (max-width: 767.98px) {
    .google-mobile-block {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .space-organizations-8-archive-item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .space-organizations-8-archive-item {
        margin-bottom: 20px;
    }
    .space-organizations-8-archive-item-bg {
        background-color: #dfe6e9;
    }
    .space-organizations-8-archive-item-right {
        width: 100% !important;
        justify-content: center;
        border-radius: 0 0 5px 5px;
    }
    .space-organizations-8-archive-item-ins-pd {
        padding: 20px;
    }
    .space-organizations-8-archive-item-central .space-organizations-8-archive-item-ins-pd {
        padding-top: 15px;
    }
    .space-organizations-8-archive-item-brand-logo {
        width: 150px !important;
    }
    .space-organizations-8-archive-item-brand-logo-ins {
        padding: 0;
    }
    .space-organizations-8-archive-item-brand .space-organizations-8-archive-item-brand-logo img {
        margin: 25px 0 25px 25px;
        max-width: 100px;
        border-radius: 5px !important;
    }
    .space-organizations-8-archive-item-brand-name {
        width: 100% !important;
        line-height: 1em !important;
    }
    .space-organizations-8-archive-item-stars-rating {
        margin-top: 0;
        padding: 2px 15px;
        background-color: transparent;
    }
    .space-organizations-8-archive-item-stars-rating .star-rating .star {
        font-size: 0.85em;
    }
    .space-organizations-8-archive-item-buttons {
        flex-wrap: wrap;
    }
    .space-organizations-8-archive-item-buttons-left {
        order: 2;
        width: 100% !important;
        padding: 20px;
    }
    .space-organizations-8-archive-item-buttons-right {
        order: 1;
        width: 100% !important;
    }
    .space-organizations-8-archive-item-button-two a {
        max-width: 300px;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .space-organizations-8-archive-item {
        margin-bottom: 20px;
    }
    .space-organizations-8-archive-item-bg {
        background-color: #dfe6e9;
    }
    .space-organizations-8-archive-item-right {
        width: 100% !important;
        justify-content: center;
        border-radius: 0 0 5px 5px;
    }
    .space-organizations-8-archive-item-ins-pd {
        padding: 10px;
    }
    .space-organizations-8-archive-item-central .space-organizations-8-archive-item-ins-pd {
        padding-top: 15px;
    }
    .space-organizations-8-archive-item-brand-logo-ins {
        padding: 0;
    }
    .space-organizations-8-archive-item-brand .space-organizations-8-archive-item-brand-logo img {
        max-width: 100px;
        border-radius: 5px !important;
    }
    .space-organizations-8-archive-item-brand-name {
        width: 100% !important;
    }
    .space-organizations-8-archive-item-stars-rating {
        margin-top: 0;
        padding: 2px 15px;
        background-color: transparent;
    }
    .space-organizations-8-archive-item-stars-rating .star-rating .star {
        font-size: 0.85em;
    }
    .space-organizations-8-archive-item-buttons {
        flex-wrap: wrap;
    }
    .space-organizations-8-archive-item-buttons-left {
        order: 2;
        width: 100% !important;
        padding: 10px;
    }
    .space-organizations-8-archive-item-buttons-right {
        order: 1;
        width: 100% !important;
    }
    .space-organizations-8-archive-item-button-two a {
        max-width: 300px;
    }
}

@media screen and (max-width: 615px) {
    .space-organizations-8-archive-item-bg {
        gap: 36px;
    }
    .space-organizations-8-archive-item-central {
        width: 100% !important;
        padding: 10px;
    }
    .space-organizations-8-archive-item-button-two a {
        font-size: 14px;
        padding: 15px 15px;
        font-weight: bold;
    }
}

@media screen and (max-width: 479px) {
    .space-organizations-8-archive-item {
        margin-bottom: 20px;
    }
    .space-organizations-8-archive-item-bg {
        background-color: #dfe6e9;
    }
    .space-organizations-8-archive-item-right {
        width: 100% !important;
        justify-content: center;
        border-radius: 0 0 5px 5px;
    }
    .space-organizations-8-archive-item-central {
        padding-top: 15px;
    }
    .space-organizations-8-archive-item-brand-logo-ins {
        padding: 0;
    }
    .space-organizations-8-archive-item-brand .space-organizations-8-archive-item-brand-logo img {
        max-width: 100px;
        border-radius: 5px !important;
    }
    .space-organizations-8-archive-item-brand-name {
        width: 100% !important;
        line-height: 1em;
    }
    .space-organizations-8-archive-item-stars-rating {
        margin-top: 0;
        padding: 2px 15px;
        background-color: transparent;
    }
    .space-organizations-8-archive-item-stars-rating .star-rating .star {
        font-size: 0.85em;
    }
    .space-organizations-8-archive-item-buttons {
        flex-wrap: wrap;
    }
    .space-organizations-8-archive-item-buttons-left {
        order: 2;
        width: 100% !important;
        padding: 20px;
    }
    .space-organizations-8-archive-item-buttons-right {
        order: 1;
        width: 100% !important;
    }
    .space-organizations-8-archive-item-button-two a {
        max-width: 300px;
    }
}

.relative {
    position: relative;
}

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

.box-100 {
    width: 100%;
}

.box-33 {
    width: 33.33333333%;
}

.box-40 {
    width: 40%;
}

.box-50 {
    width: 50%;
}

.box-60 {
    width: 60%;
}

.star-rating {
    line-height: 1.2em;
}

header.u-header {
    background: white;
    border-bottom: 3px solid #992C24;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.u-image .u-logo .u-image-1 {
    margin: 0 !important;
}

.u-logo-image-1 {
    max-height: 75px;
    transition: transform 0.3s ease;
}

.u-logo-image-1:hover {
    transform: scale(1.03);
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-btn {
    font-size: 12px;
    height: 70%;
    padding: 10px 25px;
    border-radius: 8px;
    background: #992C24;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
    border: 2px solid #992C24;
}

.nav-btn:hover {
    background: transparent;
    color: #992C24;
    border-color: #992C24;
    box-shadow: 0 0 10px rgba(153, 44, 36, 0.25);
}

@media (max-width: 768px) {
    .u-sheet-1 {
        flex-direction: column;
        gap: 12px;
    }
    .header-nav {
        gap: 12px;
    }
    .nav-btn {
        font-size: 12px;
        height: 50%;
        padding: 5px 15px;
    }
}

.footer-nav {
    display: flex;
    justify-content: space-around;
    padding-bottom: 25px;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.footer-link:hover {
    color: #992C24;
    text-decoration: underline;
}