/*--------------------------------------------------------------
# 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;
	padding-top: 20px;
}

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

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

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

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

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

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

/*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:visited {
	color: #800080;
}

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

/* 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-sheet-1 {
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.u-header .u-sheet-1 {
		flex-direction: row;
		padding-top: 56px;
	}
}

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

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

.u-header .u-btn-1 {
	border-style: none;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16px;
	background-image: none;
	align-self: center;
	padding: 10px;
}

.u-header .u-btn-2 {
	border-style: none;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16px;
	background-image: none;
	padding: 10px;
	margin-left: 10px;
}

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

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

.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-text-1 {
		width: 417px;
		margin-left: 262px;
		margin-right: 261px;
	}

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

.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-text-1 {
		margin-left: 152px;
		margin-right: 151px;
	}

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

.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-text-1 {
		margin-left: 62px;
		margin-right: 61px;
	}

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

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



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

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