/*!
Theme Name: CRK
Theme URI: https://ideabaragency.com//
Author: Ideabar
Author URI: https://ideabaragency.com//
Description: Custom theme for CRK developed by Marc Russell in collaboration with Ideabar.
Version: 1.6.0
Tested up to: 6.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crk

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CRK is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #164563;
	font-family: neue-haas-unica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

/* Fonts */
h1, h2, h3, h4, h5, h6 {
	font-family: aesthet-nova, serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 15px;
	line-height: normal;
	color: #164563;
}

h1 {
	font-size: 3.2em;
	margin-bottom: calc(3.2em / 4.3);
}

h2 {
	font-size: 2.2em;
	margin-bottom: calc(2.2em / 3);
}

h3 {
	font-size: 1.7em;
	margin-bottom: calc(1.7em / 2.8);
}

.size-h2 {
	font-size: 2.2em;
}

.size-h3 {
	font-size: 1.7em;
}

.crk-mega-menu-interior h3 {
	font-size: 1.25em;
}

.footer-col h3 {
	font-family: neue-haas-unica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}

.quote-mark {
	width: 75px;
	height: 75px;
	display: block;
	opacity: 0.3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 216 216' style='enable-background:new 0 0 216 216;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M83.6,29.4c0,4.8-2.8,11.1-9,20.1C63.5,65.4,55.9,78.5,55.9,95.9c0,5.5,6.2,9.7,14.5,13.9 c14.5,6.2,24.9,18,24.9,36.7c0,24.9-15.9,43.6-40.9,43.6c-28.4,0-47.8-21.5-47.8-57.5c0-65.1,45-114.3,63-114.3 C77.3,18.3,83.6,23.1,83.6,29.4z M197.9,29.4c0,4.8-2.8,11.1-9,20.1c-10.4,15.9-18,29.1-18,46.4c0,5.5,6.2,9.7,14.5,13.9 c14.5,6.2,24.2,18,24.2,36.7c0,24.9-15.2,43.6-40.2,43.6c-29.1,0-48.5-21.5-48.5-57.5c0-65.1,45-114.3,63.7-114.3 C192.3,18.3,197.9,23.1,197.9,29.4z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.crk-section.color-blue-bg figcaption, .crk-background-section.color-blue-bg figcaption {
	color: #FFFBF0;
}

.crk-section.color-light-blue-bg figcaption, .crk-background-section.color-light-blue-bg figcaption {
	color: #164563;
}

.crk-section.color-orange-bg figcaption, .crk-background-section.color-orange-bg figcaption {
	color: #164563;
}

.crk-section.color-green-bg figcaption, .crk-background-section.color-green-bg figcaption {
	color: #FFFBF0;
}

.crk-section.color-cream-bg figcaption, .crk-background-section.color-cream-bg figcaption {
	color: #164563;
}

.crk-section.color-tan-bg figcaption, .crk-background-section.color-tan-bg figcaption {
	color: #FFFBF0;
}

.crk-section.color-white-bg figcaption, .crk-background-section.color-white-bg figcaption {
	color: #164563;
}

.crk-section.color-cream-shade-bg figcaption, .crk-background-section.color-cream-shade-bg figcaption {
	color: #164563;
}

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

p {
	margin-bottom: 1.5em;
	color: #164563;
}

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 !important;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	margin-top: 2em;
	width: 30%;
}

hr.wp-block-separator.is-style-wide {
	width: 100%;
}

hr.wp-block-separator.is-style-dots:before {
	letter-spacing: 0.5em;
	padding-left: 0px;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

.entry-content .flexslider ul, .wp-block .flexslider ul, .woocommerce-product-details__short-description .flexslider ul {
	margin-left: 0px;
}

.entry-content .flexslider li:before, .wp-block .flexslider li:before, .woocommerce-product-details__short-description .flexslider li:before {
	display: none;
}

.entry-content .flexslider li, .wp-block .flexslider li, .woocommerce-product-details__short-description .flexslider li {
	padding-left: 0px !important;
}

.entry-content .flexslider ul.flex-direction-nav li, .wp-block .flexslider ul.flex-direction-nav li, .woocommerce-product-details__short-description .flexslider ul.flex-direction-nav li {
	position: inherit;
}

.entry-content ul, .entry-content ol, .wp-block ul, .wp-block ol, .woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description ol {
	margin-bottom: 20px;
	margin-left: 20px;
}

.entry-content ul li, .entry-content ol li, .wp-block ul li, .wp-block ol li, .woocommerce-product-details__short-description ul li, .woocommerce-product-details__short-description ol li {
	margin-bottom: 10px;
}

.entry-content ol li, .wp-block ol li, .woocommerce-product-details__short-description ol li {
	list-style-position: inside;
}

.entry-content ul li, .wp-block ul li, .woocommerce-product-details__short-description ul li {
	position: relative;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 30px;
}

.entry-content ul li:before, .wp-block ul li:before, .woocommerce-product-details__short-description ul li:before {
	position: absolute;
	width: 18px;
	height: 18px;
	content: '';
	top: 50%;
	margin-top: -9px;
	left: 0;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2391D3D6;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
}

.entry-content ul.social-links li:before, .wp-block ul.social-links li:before, .woocommerce-product-details__short-description ul.social-links li:before {
	display: none;
}

.entry-content ul.blue-drops li:before, .wp-block ul.blue-drops li:before, .woocommerce-product-details__short-description ul.blue-drops li:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23164563;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
}

.entry-content ul.orange-drops li:before, .wp-block ul.orange-drops li:before, .woocommerce-product-details__short-description ul.orange-drops li:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FCD765;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
}

.entry-content ul.green-drops li:before, .wp-block ul.green-drops li:before, .woocommerce-product-details__short-description ul.green-drops li:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2309705C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
}

.entry-content ul.cream-drops li:before, .wp-block ul.cream-drops li:before, .woocommerce-product-details__short-description ul.cream-drops li:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
}

.entry-content ul.tan-drops li:before, .wp-block ul.tan-drops li:before, .woocommerce-product-details__short-description ul.tan-drops li:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%238B711E;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
}

.entry-content ul.white-drops li:before, .wp-block ul.white-drops li:before, .woocommerce-product-details__short-description ul.white-drops li:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
}

.entry-content ul.black-drops li:before, .wp-block ul.black-drops li:before, .woocommerce-product-details__short-description ul.black-drops li:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23000000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border: 0;
}

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

figure.woocommerce-product-gallery__wrapper {
	margin: 0;
}

figure.woocommerce-product-gallery__wrapper img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}

.wp-block-embed figcaption {
	text-align: center;
}

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

/* Links
--------------------------------------------- */
p a, ul li a, .tribe-common li a, figcaption a {
	color: #09705C;
	text-decoration: none;
	transition: color 0.3s ease-in;
}

p a:visited, ul li a:visited, .tribe-common li a:visited, figcaption a:visited {
	color: #09705C;
}

p a:hover, p a:focus, p a:active, ul li a:hover, ul li a:focus, ul li a:active, .tribe-common li a:hover, .tribe-common li a:focus, .tribe-common li a:active, figcaption a:hover, figcaption a:focus, figcaption a:active {
	color: #0b886f;
	text-decoration: underline;
}

p a:focus, ul li a:focus, .tribe-common li a:focus, figcaption a:focus {
	outline: thin dotted;
}

p a:hover, p a:active, ul li a:hover, ul li a:active, .tribe-common li a:hover, .tribe-common li a:active, figcaption a:hover, figcaption a:active {
	outline: 0;
}

ul.slides li a:hover, ul.slides li a:focus, ul.slides li a:active {
	text-decoration: none;
}

.crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a {
	color: #91D3D6;
}

.crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:visited, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:visited, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:visited, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:visited, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:visited, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:visited {
	color: #91D3D6;
}

.crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:hover, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:focus, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:active, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:hover, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:focus, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:active, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:hover, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:focus, .crk-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:active, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:hover, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:focus, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:active, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:hover, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:focus, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:active, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:hover, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:focus, .crk-background-section.color-blue-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:active {
	color: #a4dadd;
}

.crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a {
	color: #FCD765;
}

.crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a:visited, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:visited, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a:visited, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a:visited, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:visited, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a:visited {
	color: #FCD765;
}

.crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a:hover, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a:focus, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a:active, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:hover, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:focus, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:active, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a:hover, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a:focus, .crk-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a:active, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a:hover, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a:focus, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > p a:active, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:hover, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:focus, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:active, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a:hover, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a:focus, .crk-background-section.color-green-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-tan-background-color):not(.has-blue-background-color):not(.has-orange-background-color) > figcaption a:active {
	color: #fcdd7e;
}

.crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a {
	color: #FCD765;
}

.crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:visited, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:visited, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:visited, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:visited, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:visited, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:visited {
	color: #FCD765;
}

.crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:hover, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:focus, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:active, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:hover, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:focus, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:active, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:hover, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:focus, .crk-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:active, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:hover, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:focus, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > p a:active, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:hover, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:focus, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > ul:not(.slides) li a:active, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:hover, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:focus, .crk-background-section.color-tan-bg :not(.has-light-blue-background-color):not(.has-cream-shade-background-color):not(.has-cream-background-color):not(.has-white-background-color):not(.has-blue-background-color):not(.has-green-background-color):not(.has-orange-background-color) > figcaption a:active {
	color: #fcdd7e;
}

.site-footer a {
	color: #91D3D6 !important;
	text-decoration: none;
	transition: color 0.3s ease-in;
}

.site-footer a:visited {
	color: #09705C;
}

.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
	color: #b6e2e4 !important;
	text-decoration: underline;
}

/* Forms
--------------------------------------------- */
/* Buttons */
.donate-now-btn {
	background-color: #FCD765;
	color: #614f15 !important;
	padding: 10px 25px;
	border-radius: 25px;
	transition: border-radius 0.5s, background-color 0.5s;
	text-decoration: none;
}

.donate-now-btn:hover {
	text-decoration: none !important;
	background-color: #fcdd7e;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.blue-bg-btn {
	display: inline-flex;
	background-color: #164563;
	color: #FFFBF0 !important;
	margin-top: 35px;
	padding: 10px 45px;
	border-radius: 25px;
	text-decoration: none;
	transition: background-color 0.5s;
}

.blue-bg-btn:hover {
	text-decoration: none !important;
	background-color: #1B506D;
	color: #FFFBF0;
}

.orange-bg-btn {
	display: inline-flex;
	background-color: #FCD765;
	color: #483E1E !important;
	padding: 10px 25px;
	border-radius: 25px;
	text-decoration: none;
	transition: background-color 0.5s;
}

.orange-bg-btn:hover {
	text-decoration: none !important;
	background-color: #FFE578;
}

.green-bg-btn {
	background-color: #09705C;
	color: #FFFBF0 !important;
	padding: 10px 25px;
	border-radius: 25px;
	text-decoration: none;
	display: inline-flex;
	transition: background-color 0.5s;
}

.green-bg-btn:hover {
	text-decoration: none !important;
	background-color: #0E7763;
}

.tan-bg-btn {
	display: inline-flex;
	background-color: #8B711E;
	color: #FFFBF0 !important;
	padding: 10px 25px;
	border-radius: 25px;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s ease-in;
}

.tan-bg-btn:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

.wp-block-button__link, .summary form .single_add_to_cart_button, .woocommerce-cart-form .single_add_to_cart_button, .woocommerce-checkout .button, .tribe-events-c-search__button, .tribe-events-c-top-bar__today-button, .tribe-events-c-top-bar__datepicker-button {
	font-size: 1em;
	border-radius: 25px;
	transition: border-radius 0.5s, background-color 0.5s;
}

.wp-block-button__link.has-blue-color, .summary form .has-blue-color.single_add_to_cart_button, .woocommerce-cart-form .has-blue-color.single_add_to_cart_button, .woocommerce-checkout .has-blue-color.button, .has-blue-color.tribe-events-c-search__button, .has-blue-color.tribe-events-c-top-bar__today-button, .has-blue-color.tribe-events-c-top-bar__datepicker-button {
	color: #164563;
}

.wp-block-button__link.has-light-blue-color, .summary form .has-light-blue-color.single_add_to_cart_button, .woocommerce-cart-form .has-light-blue-color.single_add_to_cart_button, .woocommerce-checkout .has-light-blue-color.button, .has-light-blue-color.tribe-events-c-search__button, .has-light-blue-color.tribe-events-c-top-bar__today-button, .has-light-blue-color.tribe-events-c-top-bar__datepicker-button {
	color: #91D3D6;
}

.wp-block-button__link.has-orange-color, .summary form .has-orange-color.single_add_to_cart_button, .woocommerce-cart-form .has-orange-color.single_add_to_cart_button, .woocommerce-checkout .has-orange-color.button, .has-orange-color.tribe-events-c-search__button, .has-orange-color.tribe-events-c-top-bar__today-button, .has-orange-color.tribe-events-c-top-bar__datepicker-button {
	color: #FCD765;
}

.wp-block-button__link.has-green-color, .summary form .has-green-color.single_add_to_cart_button, .woocommerce-cart-form .has-green-color.single_add_to_cart_button, .woocommerce-checkout .has-green-color.button, .has-green-color.tribe-events-c-search__button, .has-green-color.tribe-events-c-top-bar__today-button, .has-green-color.tribe-events-c-top-bar__datepicker-button {
	color: #09705C;
}

.wp-block-button__link.has-cream-color, .summary form .has-cream-color.single_add_to_cart_button, .woocommerce-cart-form .has-cream-color.single_add_to_cart_button, .woocommerce-checkout .has-cream-color.button, .has-cream-color.tribe-events-c-search__button, .has-cream-color.tribe-events-c-top-bar__today-button, .has-cream-color.tribe-events-c-top-bar__datepicker-button {
	color: #FFFBF0;
}

.wp-block-button__link.has-tan-color, .summary form .has-tan-color.single_add_to_cart_button, .woocommerce-cart-form .has-tan-color.single_add_to_cart_button, .woocommerce-checkout .has-tan-color.button, .has-tan-color.tribe-events-c-search__button, .has-tan-color.tribe-events-c-top-bar__today-button, .has-tan-color.tribe-events-c-top-bar__datepicker-button {
	color: #614f15;
}

.wp-block-button__link.has-white-color, .summary form .has-white-color.single_add_to_cart_button, .woocommerce-cart-form .has-white-color.single_add_to_cart_button, .woocommerce-checkout .has-white-color.button, .has-white-color.tribe-events-c-search__button, .has-white-color.tribe-events-c-top-bar__today-button, .has-white-color.tribe-events-c-top-bar__datepicker-button {
	color: #FFFFFF;
}

.wp-block-button__link.has-black-color, .summary form .has-black-color.single_add_to_cart_button, .woocommerce-cart-form .has-black-color.single_add_to_cart_button, .woocommerce-checkout .has-black-color.button, .has-black-color.tribe-events-c-search__button, .has-black-color.tribe-events-c-top-bar__today-button, .has-black-color.tribe-events-c-top-bar__datepicker-button {
	color: #000000;
}

.wp-block-button__link:hover, .summary form .single_add_to_cart_button:hover, .woocommerce-cart-form .single_add_to_cart_button:hover, .woocommerce-checkout .button:hover, .tribe-events-c-search__button:hover, .tribe-events-c-top-bar__today-button:hover, .tribe-events-c-top-bar__datepicker-button:hover {
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.wp-block-button__link:hover.has-blue-color, .summary form .single_add_to_cart_button:hover.has-blue-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-blue-color, .woocommerce-checkout .button:hover.has-blue-color, .tribe-events-c-search__button:hover.has-blue-color, .tribe-events-c-top-bar__today-button:hover.has-blue-color, .tribe-events-c-top-bar__datepicker-button:hover.has-blue-color {
	color: #164563;
}

.wp-block-button__link:hover.has-light-blue-color, .summary form .single_add_to_cart_button:hover.has-light-blue-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-light-blue-color, .woocommerce-checkout .button:hover.has-light-blue-color, .tribe-events-c-search__button:hover.has-light-blue-color, .tribe-events-c-top-bar__today-button:hover.has-light-blue-color, .tribe-events-c-top-bar__datepicker-button:hover.has-light-blue-color {
	color: #91D3D6;
}

.wp-block-button__link:hover.has-orange-color, .summary form .single_add_to_cart_button:hover.has-orange-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-orange-color, .woocommerce-checkout .button:hover.has-orange-color, .tribe-events-c-search__button:hover.has-orange-color, .tribe-events-c-top-bar__today-button:hover.has-orange-color, .tribe-events-c-top-bar__datepicker-button:hover.has-orange-color {
	color: #FCD765;
}

.wp-block-button__link:hover.has-green-color, .summary form .single_add_to_cart_button:hover.has-green-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-green-color, .woocommerce-checkout .button:hover.has-green-color, .tribe-events-c-search__button:hover.has-green-color, .tribe-events-c-top-bar__today-button:hover.has-green-color, .tribe-events-c-top-bar__datepicker-button:hover.has-green-color {
	color: #09705C;
}

.wp-block-button__link:hover.has-cream-color, .summary form .single_add_to_cart_button:hover.has-cream-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-cream-color, .woocommerce-checkout .button:hover.has-cream-color, .tribe-events-c-search__button:hover.has-cream-color, .tribe-events-c-top-bar__today-button:hover.has-cream-color, .tribe-events-c-top-bar__datepicker-button:hover.has-cream-color {
	color: #FFFBF0;
}

.wp-block-button__link:hover.has-tan-color, .summary form .single_add_to_cart_button:hover.has-tan-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-tan-color, .woocommerce-checkout .button:hover.has-tan-color, .tribe-events-c-search__button:hover.has-tan-color, .tribe-events-c-top-bar__today-button:hover.has-tan-color, .tribe-events-c-top-bar__datepicker-button:hover.has-tan-color {
	color: #614f15;
}

.wp-block-button__link:hover.has-white-color, .summary form .single_add_to_cart_button:hover.has-white-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-white-color, .woocommerce-checkout .button:hover.has-white-color, .tribe-events-c-search__button:hover.has-white-color, .tribe-events-c-top-bar__today-button:hover.has-white-color, .tribe-events-c-top-bar__datepicker-button:hover.has-white-color {
	color: #FFFFFF;
}

.wp-block-button__link:hover.has-black-color, .summary form .single_add_to_cart_button:hover.has-black-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-black-color, .woocommerce-checkout .button:hover.has-black-color, .tribe-events-c-search__button:hover.has-black-color, .tribe-events-c-top-bar__today-button:hover.has-black-color, .tribe-events-c-top-bar__datepicker-button:hover.has-black-color {
	color: #000000;
}

.wp-block-button__link:hover.has-blue-background-color, .summary form .single_add_to_cart_button:hover.has-blue-background-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-blue-background-color, .woocommerce-checkout .button:hover.has-blue-background-color, .tribe-events-c-search__button:hover.has-blue-background-color, .tribe-events-c-top-bar__today-button:hover.has-blue-background-color, .tribe-events-c-top-bar__datepicker-button:hover.has-blue-background-color {
	background-color: #1b5478;
}

.wp-block-button__link:hover.has-light-blue-background-color, .summary form .single_add_to_cart_button:hover.has-light-blue-background-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-light-blue-background-color, .woocommerce-checkout .button:hover.has-light-blue-background-color, .tribe-events-c-search__button:hover.has-light-blue-background-color, .tribe-events-c-top-bar__today-button:hover.has-light-blue-background-color, .tribe-events-c-top-bar__datepicker-button:hover.has-light-blue-background-color {
	background-color: #a4dadd;
}

.wp-block-button__link:hover.has-orange-background-color, .summary form .single_add_to_cart_button:hover.has-orange-background-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-orange-background-color, .woocommerce-checkout .button:hover.has-orange-background-color, .tribe-events-c-search__button:hover.has-orange-background-color, .tribe-events-c-top-bar__today-button:hover.has-orange-background-color, .tribe-events-c-top-bar__datepicker-button:hover.has-orange-background-color {
	background-color: #fcdd7e;
}

.wp-block-button__link:hover.has-green-background-color, .summary form .single_add_to_cart_button:hover.has-green-background-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-green-background-color, .woocommerce-checkout .button:hover.has-green-background-color, .tribe-events-c-search__button:hover.has-green-background-color, .tribe-events-c-top-bar__today-button:hover.has-green-background-color, .tribe-events-c-top-bar__datepicker-button:hover.has-green-background-color {
	background-color: #0b886f;
}

.wp-block-button__link:hover.has-cream-background-color, .summary form .single_add_to_cart_button:hover.has-cream-background-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-cream-background-color, .woocommerce-checkout .button:hover.has-cream-background-color, .tribe-events-c-search__button:hover.has-cream-background-color, .tribe-events-c-top-bar__today-button:hover.has-cream-background-color, .tribe-events-c-top-bar__datepicker-button:hover.has-cream-background-color {
	background-color: white;
}

.wp-block-button__link:hover.has-tan-background-color, .summary form .single_add_to_cart_button:hover.has-tan-background-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-tan-background-color, .woocommerce-checkout .button:hover.has-tan-background-color, .tribe-events-c-search__button:hover.has-tan-background-color, .tribe-events-c-top-bar__today-button:hover.has-tan-background-color, .tribe-events-c-top-bar__datepicker-button:hover.has-tan-background-color {
	background-color: #a08223;
}

.wp-block-button__link:hover.has-white-background-color, .summary form .single_add_to_cart_button:hover.has-white-background-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-white-background-color, .woocommerce-checkout .button:hover.has-white-background-color, .tribe-events-c-search__button:hover.has-white-background-color, .tribe-events-c-top-bar__today-button:hover.has-white-background-color, .tribe-events-c-top-bar__datepicker-button:hover.has-white-background-color {
	background-color: white;
}

.wp-block-button__link:hover.has-black-background-color, .summary form .single_add_to_cart_button:hover.has-black-background-color, .woocommerce-cart-form .single_add_to_cart_button:hover.has-black-background-color, .woocommerce-checkout .button:hover.has-black-background-color, .tribe-events-c-search__button:hover.has-black-background-color, .tribe-events-c-top-bar__today-button:hover.has-black-background-color, .tribe-events-c-top-bar__datepicker-button:hover.has-black-background-color {
	background-color: #0d0d0d;
}

.woocommerce-cart button.button, .woocommerce-cart .checkout-button {
	font-size: 1em;
	border-radius: 25px;
	transition: border-radius 0.5s, background-color 0.5s;
	background-color: #164563;
	color: #FFFBF0;
	border: none;
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	cursor: pointer;
}

.woocommerce-cart button.button:hover, .woocommerce-cart .checkout-button:hover {
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.woocommerce-cart button[name=update_cart] {
	background-color: #FCD765;
	color: #8B711E;
}

.woocommerce-cart .checkout-button {
	background-color: #09705C;
	color: #FFFBF0;
}

.wp-block-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 0.5em;
}

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
--------------------------------------------------------------*/
.max-width, .content-container, .entry-content > .woocommerce, #tribe-events-content, .wp-block-columns, .tribe-common {
	max-width: 1260px;
}

.content-container, .entry-content > .woocommerce {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 50px;
	z-index: 100;
}

.crk-section, .crk-background-section {
	width: 100%;
	position: relative;
	display: block;
	z-index: 200;
}

.crk-section.color-blue-bg, .crk-background-section.color-blue-bg {
	background-color: #164563;
}

.crk-section.color-light-blue-bg, .crk-background-section.color-light-blue-bg {
	background-color: #91D3D6;
}

.crk-section.color-orange-bg, .crk-background-section.color-orange-bg {
	background-color: #FCD765;
}

.crk-section.color-green-bg, .crk-background-section.color-green-bg {
	background-color: #09705C;
}

.crk-section.color-cream-bg, .crk-background-section.color-cream-bg {
	background-color: #FFFBF0;
}

.crk-section.color-tan-bg, .crk-background-section.color-tan-bg {
	background-color: #8B711E;
}

.crk-section.color-white-bg, .crk-background-section.color-white-bg {
	background-color: #FFFFFF;
}

.crk-section.color-cream-shade-bg, .crk-background-section.color-cream-shade-bg {
	background-color: #F3EDDB;
}

.crk-background-section[class*="background-design-one-"] {
	background-size: clamp(500px, 4%, 745px) auto;
	background-position: left bottom, top right;
	background-repeat: no-repeat, no-repeat;
}

.crk-background-section[class*="background-design-one-"].top-only {
	background-position: -9999px -9999px, top right;
}

.crk-background-section[class*="background-design-one-"].bottom-only {
	background-position: left bottom, -9999px -9999px;
}

.crk-background-section[class*="background-design-two-"] {
	background-size: clamp(500px, 4%, 745px) auto;
	background-position: left top, bottom right;
	background-repeat: no-repeat, no-repeat;
}

.crk-background-section[class*="background-design-two-"].top-only {
	background-position: left top, -9999px -9999px;
}

.crk-background-section[class*="background-design-two-"].bottom-only {
	background-position: -9999px -9999px, bottom right;
}

.crk-background-section[class*="background-design-three-"]:after {
	content: '';
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	right: -150px;
	background-size: clamp(500px, 4%, 745px) auto;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("assets/section_accent.svg");
}

.crk-background-section[class*="background-design-four-"]:after {
	content: '';
	width: 270px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-size: clamp(325px, 4%, 745px) auto;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("assets/section_accent_dots.svg");
}

.crk-background-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.crk-section:before {
	width: 100%;
	height: 40px;
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: -39px;
	transform: rotate(180deg);
	background-repeat: repeat-x;
}

.crk-section:after {
	width: 100%;
	height: 40px;
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: -39px;
	background-repeat: repeat-x;
}

.crk-section.flip-horizontal:after {
	transform: scaleX(-1);
}

.crk-section.flip-horizontal:before {
	transform: scaleY(-1);
}

.crk-section.crk-separator {
	z-index: 201;
}

.crk-background-section {
	z-index: 199;
	overflow: hidden;
}

.crk-section.location-top:after {
	display: none;
}

.crk-section.location-bottom:before {
	display: none;
}

.crk-section-container, .crk-background-section-container {
	padding: 100px 50px;
	margin: 0px auto;
}

.crk-section-container {
	padding-bottom: 100px;
}

.crk-section .crk-intro {
	max-width: 600px;
	margin: 0px auto;
	margin-bottom: 2.5em;
}

.crk-section:nth-of-type(2n):after {
	transform: scaleX(-1);
}

.crk-section:nth-of-type(2n):before {
	transform: scaleY(-1);
}

.crk-edge {
	width: 100%;
	position: relative;
	display: block;
	z-index: 200;
}

.crk-edge:before {
	width: 100%;
	height: 40px;
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: -39px;
	transform: rotate(180deg);
	background-repeat: repeat-x;
	background-size: 115%;
}

.crk-edge:before.small-edge {
	background-size: 102%;
}

.crk-edge:after {
	width: 100%;
	height: 40px;
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: -39px;
	transform: scaleX(-1);
	background-repeat: repeat-x;
	background-size: 130%;
}

.crk-edge:after.small-edge {
	background-size: 100%;
}

.counter-container {
	margin-bottom: 50px !important;
}

.counter-container .wp-block-column {
	word-break: normal;
}

.number-card-container {
	flex-direction: row;
	display: flex;
	flex: 1;
	align-items: center;
}

.number-card-icon .icon {
	height: 100px;
	width: 100px;
	min-height: 100px;
	min-width: 120px;
}

.number-card-data {
	flex: 1;
	color: #FFFBF0;
	margin: 0px 15px;
	text-align: left;
}

.number-card-data h2 {
	font-size: 3.25em;
	margin-bottom: 0px;
}

.card-block {
	padding: 20px;
	padding-top: 50px;
	text-align: center;
	height: calc(100% - 80px);
}

.card-block.no-icon {
	padding-top: 20px;
}

.card-block-content h2 {
	font-size: 1.5em;
}

.card-block-container {
	position: relative;
	height: calc(100% - 40px);
	margin-top: 50px;
	padding-bottom: 50px;
}

.card-block-icon {
	width: 120px;
	height: 120px;
	text-align: center;
	color: #fff;
	border-radius: 200px;
	margin: 0px auto;
	display: block;
	top: -50px;
	left: 50%;
	margin-left: -60px;
	position: absolute;
	z-index: 15;
}

.card-block-icon i.material-icons {
	font-size: 4.0em;
	line-height: 120px;
	color: inherit;
}

.insta-feed-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0px;
}

.insta-feed-control, .list-slider-control {
	margin: 0px 20px;
	height: 40px;
	width: 40px;
	opacity: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 51 47' style='enable-background:new 0 0 51 47;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%238B711E;%7D%0A%3C/style%3E%3Crect x='-966' y='-5594' class='st0' width='1640' height='7370'/%3E%3Cpath class='st1' d='M5.4,5.4C4.1,6.2,6.6,7.7,6.6,9.3s0,1.6,0,3.2S6,14.1,6,15.7s0.5,1.6,0.5,3.2s-1.1,1.6-1.1,3.2S6,23.8,6,25.4 S5.5,27,5.5,28.6S6,30.2,6,31.8s0.8,1.6,0.8,3.2s-1.7,1.6-1.7,3.2s-0.5,2.3,0.8,3.2s1.9,0.5,3.4,0s1-1.8,2.4-2.4s1.5-0.5,3-1.1 s1.9,0.4,3.3-0.2s0.8-2.4,2.2-3c1.5-0.6,1.9,0.6,3.4,0s1.3-1.1,2.8-1.7s1-1.6,2.5-2.2s1.5-0.6,2.9-1.2s2,0.8,3.5,0.2s1.7,0,3.2-0.6 s1.4-0.8,2.8-1.5s1.4-0.7,2.9-1.3s1.7-0.3,1.7-1.9s-0.5-0.7-2-1.3s-1.5-0.6-3-1.3s-1.7-0.2-3.1-0.9s-0.9-1.9-2.4-2.6 s-1.7-0.1-3.2-0.8s-2,0.4-3.4-0.2c-1.5-0.7-1.5-0.6-2.9-1.3s-1.3-1.1-2.7-1.8s-1.3-1.1-2.7-1.7s-1-1.6-2.5-2.3s-2.2,1-3.7,0.3 c-1.5-0.7-1.3-1-2.8-1.7s-1-1.3-2.2-2.4C7.8,5.3,6.8,4.5,5.4,5.4'/%3E%3C/svg%3E%0A");
	transition: opacity 0.3s ease-in;
}

#insta-feed-prev {
	transform: rotate(180deg);
}

#insta-feed-prev:hover, #insta-feed-next:hover {
	cursor: pointer;
	opacity: 0.8;
}

div.crk-insta-feed > div > div {
	height: 300px !important;
}

.insta-img {
	object-fit: cover;
}

.site-footer {
	margin-top: -50px;
	position: relative;
	z-index: 999;
}

.site-footer .crk-background-section {
	padding-top: 0px;
	padding-bottom: 0px;
}

.site-footer h3 {
	font-family: neue-haas-unica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}

i.material-icons {
	font-size: 1em;
	vertical-align: middle;
	position: relative;
	color: #91D3D6;
}

.site-footer .partnership-logo {
	max-width: 150px;
	max-height: 85px;
	margin: 0px;
	margin-right: 20px;
	vertical-align: middle;
	display: inline-flex;
}

.list-slider-control {
	position: absolute;
	background-size: auto;
	background-position: center;
	margin: 0;
}

.list-slider-control.control-prev {
	transform: rotate(180deg);
	top: 0;
	left: -40px;
	height: 100%;
}

.list-slider-control.control-next {
	top: 0;
	right: -40px;
	height: 100%;
}

.list-slider-control:hover {
	cursor: pointer;
	opacity: 0.8;
}

.item-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.item-container .item p {
	margin: 0;
	padding: 0px 20px;
	text-align: center;
}

.item-container .item.item-col-single {
	flex: 1 1 30%;
}

.item-container .item.item-col-double {
	flex: 1 1 70%;
}

.item-container .item[class*="item-col-"]:nth-child(1n) div.clip-top, .item-container .item[class*="item-col-"]:nth-child(1n) div.c-accordion__item:before, .item-container .item[class*="item-col-"]:nth-child(1n) div.post-image:before, .item-container .item[class*="item-col-"]:nth-child(1n) div.clip-bottom, .item-container .item[class*="item-col-"]:nth-child(1n) div.c-accordion__title:before, .item-container .item[class*="item-col-"]:nth-child(1n) div.c-accordion__content:after, .item-container .item[class*="item-col-"]:nth-child(1n) p {
	color: #FFFBF0;
	background-color: #164563;
}

.item-container .item[class*="item-col-"]:nth-child(1n) p > a {
	color: #91D3D6 !important;
}

.item-container .item[class*="item-col-"]:nth-child(2n) div.clip-top, .item-container .item[class*="item-col-"]:nth-child(2n) div.c-accordion__item:before, .item-container .item[class*="item-col-"]:nth-child(2n) div.post-image:before, .item-container .item[class*="item-col-"]:nth-child(2n) div.clip-bottom, .item-container .item[class*="item-col-"]:nth-child(2n) div.c-accordion__title:before, .item-container .item[class*="item-col-"]:nth-child(2n) div.c-accordion__content:after, .item-container .item[class*="item-col-"]:nth-child(2n) p {
	color: #FFFBF0;
	background-color: #09705C;
}

.item-container .item[class*="item-col-"]:nth-child(2n) p > a {
	color: #FCD765 !important;
}

.item-container .item[class*="item-col-"]:nth-child(3n) div.clip-top, .item-container .item[class*="item-col-"]:nth-child(3n) div.c-accordion__item:before, .item-container .item[class*="item-col-"]:nth-child(3n) div.post-image:before, .item-container .item[class*="item-col-"]:nth-child(3n) div.clip-bottom, .item-container .item[class*="item-col-"]:nth-child(3n) div.c-accordion__title:before, .item-container .item[class*="item-col-"]:nth-child(3n) div.c-accordion__content:after, .item-container .item[class*="item-col-"]:nth-child(3n) p {
	color: #164563;
	background-color: #FCD765;
}

.item-container .item[class*="item-col-"]:nth-child(3n) p > a {
	color: #09705C !important;
}

.crk-list-slider-mobile, .list-slider-control.control-mobile {
	display: none;
}

.crk-list-slider-mobile {
	align-items: center;
}

.crk-list-slider-mobile .item p {
	margin: 0;
	padding: 0px 20px;
	text-align: center;
}

.crk-list-slider-mobile div:nth-child(1n) > div.item[class*="item-col-"] div.clip-top, .crk-list-slider-mobile div:nth-child(1n) > div.item[class*="item-col-"] div.c-accordion__item:before, .crk-list-slider-mobile div:nth-child(1n) > div.item[class*="item-col-"] div.post-image:before, .crk-list-slider-mobile div:nth-child(1n) > div.item[class*="item-col-"] div.clip-bottom, .crk-list-slider-mobile div:nth-child(1n) > div.item[class*="item-col-"] div.c-accordion__title:before, .crk-list-slider-mobile div:nth-child(1n) > div.item[class*="item-col-"] div.c-accordion__content:after, .crk-list-slider-mobile div:nth-child(1n) > div.item[class*="item-col-"] p {
	color: #FFFBF0;
	background-color: #164563;
}

.crk-list-slider-mobile div:nth-child(1n) > div.item[class*="item-col-"] p > a {
	color: #91D3D6 !important;
}

.crk-list-slider-mobile div:nth-child(2n) > div.item[class*="item-col-"] div.clip-top, .crk-list-slider-mobile div:nth-child(2n) > div.item[class*="item-col-"] div.c-accordion__item:before, .crk-list-slider-mobile div:nth-child(2n) > div.item[class*="item-col-"] div.post-image:before, .crk-list-slider-mobile div:nth-child(2n) > div.item[class*="item-col-"] div.clip-bottom, .crk-list-slider-mobile div:nth-child(2n) > div.item[class*="item-col-"] div.c-accordion__title:before, .crk-list-slider-mobile div:nth-child(2n) > div.item[class*="item-col-"] div.c-accordion__content:after, .crk-list-slider-mobile div:nth-child(2n) > div.item[class*="item-col-"] p {
	color: #FFFBF0;
	background-color: #09705C;
}

.crk-list-slider-mobile div:nth-child(2n) > div.item[class*="item-col-"] p > a {
	color: #FCD765 !important;
}

.crk-list-slider-mobile div:nth-child(3n) > div.item[class*="item-col-"] div.clip-top, .crk-list-slider-mobile div:nth-child(3n) > div.item[class*="item-col-"] div.c-accordion__item:before, .crk-list-slider-mobile div:nth-child(3n) > div.item[class*="item-col-"] div.post-image:before, .crk-list-slider-mobile div:nth-child(3n) > div.item[class*="item-col-"] div.clip-bottom, .crk-list-slider-mobile div:nth-child(3n) > div.item[class*="item-col-"] div.c-accordion__title:before, .crk-list-slider-mobile div:nth-child(3n) > div.item[class*="item-col-"] div.c-accordion__content:after, .crk-list-slider-mobile div:nth-child(3n) > div.item[class*="item-col-"] p {
	color: #164563;
	background-color: #FCD765;
}

.crk-list-slider-mobile div:nth-child(3n) > div.item[class*="item-col-"] p > a {
	color: #09705C !important;
}

.post-card-container {
	height: calc(100% - 50px);
}

.post-card-container a.post-image {
	display: block;
	transition: opacity 0.3s linear, transform 0.3s linear;
	opacity: 1;
}

.post-card-container a.post-image:hover {
	opacity: 0.8;
	transform: scale(1.03);
}

.download-row {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.download-row p.file-type {
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #A80707;
	text-transform: uppercase;
	color: #FFFBF0;
	font-size: 0.8em;
	white-space: nowrap;
}

.download-row p.name {
	flex: auto;
	margin: 0;
}

.download-row .wp-block-button__link, .download-row .summary form .single_add_to_cart_button, .summary form .download-row .single_add_to_cart_button, .download-row .woocommerce-cart-form .single_add_to_cart_button, .woocommerce-cart-form .download-row .single_add_to_cart_button, .download-row .woocommerce-checkout .button, .woocommerce-checkout .download-row .button, .download-row .tribe-events-c-search__button, .download-row .tribe-events-c-top-bar__today-button, .download-row .tribe-events-c-top-bar__datepicker-button {
	white-space: nowrap;
}

.accent-badge, .card-accent, .accent-tag, .event-banner .event-accent, .post-banner .event-accent {
	color: #FFFFFF;
	display: inline-block;
	font-family: aesthet-nova, serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("assets/accent_bg.svg");
}

.event-card .card-category {
	color: #FFFBF0;
}

.event-card .card-category a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 0.75em;
	transition: opacity 0.3s ease-in;
}

.event-card .card-category a:hover {
	opacity: 0.8;
}

.event-card .card-category.crk-edge:before {
	pointer-events: none;
}

.event-card h2 {
	font-size: 1.85em;
}

.event-date {
	display: flex;
	align-items: center;
	font-family: aesthet-nova, serif;
	font-weight: 400;
	font-style: normal;
}

.event-date .event-month {
	font-size: 2.75em;
	text-transform: uppercase;
}

.event-date .event-day-year {
	line-height: initial;
}

.card-accent {
	position: absolute;
	top: 40px;
	right: 0px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

#tribe-events-content {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 50px !important;
}

.title-container-label {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 0.75em;
}

.c-accordion__item {
	margin-bottom: 40px;
	margin-top: 20px;
	position: relative;
}

.c-accordion__item:before {
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	top: -15px;
	left: 0;
	background-color: #164563;
}

.c-accordion__item.green-accordion:before, .c-accordion__item.green-accordion .c-accordion__title, .c-accordion__item.green-accordion .c-accordion__title:before {
	background-color: #09705C;
}

.c-accordion__title {
	margin: 0px;
	padding: 20px;
	z-index: 11;
	font-size: 1.25em;
	transition: box-shadow 0.2s linear;
	background-color: #164563;
	color: #FFFBF0 !important;
}

.c-accordion__title:hover {
	box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.2);
}

.c-accordion__title:before {
	background-color: #164563;
	content: '';
	height: 40px;
	width: 100%;
	bottom: -20px;
	left: 0;
	display: block;
	position: absolute;
}

.c-accordion__title:after {
	right: 30px;
	color: #FFFBF0;
	font-family: aesthet-nova, serif;
	font-weight: 400;
	font-size: 1.45em;
}

.c-accordion__content {
	background-color: #FFFBF0;
	padding: 20px;
	padding-top: 50px;
	top: -10px;
	z-index: 10;
	position: relative;
}

.c-accordion__content:after {
	background-color: #FFFBF0;
	content: '';
	height: 40px;
	width: 100%;
	bottom: -40px;
	left: 0;
	display: block;
	position: absolute;
}

.post-image {
	position: relative;
}

.post-image:before {
	content: '';
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
	position: absolute;
}

.post-category a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 0.75em;
	transition: opacity 0.3s ease-in;
}

.post-category a:hover {
	opacity: 0.8;
}

.post-category.crk-edge:before {
	pointer-events: none;
}

.crk-control-wrapper {
	position: relative;
	background-repeat: repeat-x;
	background-position-x: center;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
	width: 100%;
}

.crk-control-wrapper.darken-background, .woocommerce-checkout input.crk-control-wrapper.input-text, .woocommerce-checkout .crk-control-wrapper.select2-selection {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F3EDDB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-control-wrapper.search-icon:after {
	content: 'search';
	width: auto;
	height: 20px;
	line-height: 20px;
	top: 22px;
	right: 15px;
	font-family: 'Material Icons';
	font-size: 1.5em;
	font-weight: bold;
	color: #164563;
	position: absolute;
}

.crk-control-wrapper .crk-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	width: 100% !important;
	height: 65px !important;
	padding: 0px 15px !important;
	font-size: 1em !important;
	border: none !important;
	color: #164563 !important;
	background-color: transparent !important;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23164563;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M23.8,3c-0.6-0.6-1.5,0.5-2.5,0.5s-1,0-2.1,0c-1,0-1-0.3-2.1-0.3c-1,0-1,0.2-2.1,0.2c-1,0-1-0.5-2.1-0.5 c-1,0-1,0.3-2.1,0.3c-1,0-1-0.2-2.1-0.2c-1,0-1,0.2-2.1,0.2c-1,0-1,0.4-2.1,0.4c-1,0-1-0.8-2.1-0.8c-1,0-1.5-0.2-2.1,0.4 c-0.6,0.6-0.4,0.9,0,1.6C0.8,5.5,1.6,5.3,2,6c0.4,0.7,0.3,0.7,0.7,1.4C3,8,2.4,8.2,2.8,8.9c0.4,0.7,1.5,0.3,1.9,1 c0.4,0.7-0.4,0.9,0,1.6c0.4,0.7,0.7,0.6,1.1,1.3c0.4,0.7,1.1,0.5,1.4,1.2c0.4,0.7,0.4,0.7,0.8,1.4c0.4,0.7-0.5,0.9-0.1,1.6 c0.4,0.7,0,0.8,0.4,1.5c0.4,0.7,0.5,0.6,0.9,1.3c0.4,0.7,0.5,0.7,0.9,1.3c0.4,0.7,0.2,0.8,1.2,0.8c1,0,0.4-0.2,0.9-0.9 s0.4-0.7,0.8-1.4c0.4-0.7,0.1-0.8,0.6-1.5c0.4-0.7,1.2-0.4,1.7-1.1c0.4-0.7,0.1-0.8,0.5-1.5c0.4-0.7-0.3-0.9,0.2-1.6 c0.4-0.7,0.4-0.7,0.8-1.4c0.4-0.7,0.7-0.6,1.2-1.3c0.4-0.7,0.7-0.6,1.1-1.3c0.4-0.7,1.1-0.5,1.5-1.2c0.4-0.7-0.6-1-0.2-1.7 c0.4-0.7,0.7-0.6,1.1-1.3c0.4-0.7,0.9-0.4,1.5-1C23.8,4.1,24.4,3.7,23.8,3'/%3E%3C/svg%3E%0A") !important;
	background-repeat: no-repeat;
	background-position: 95% 22px;
	background-size: 20px;
}

.crk-control-wrapper .crk-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	width: 100% !important;
	height: 65px !important;
	padding: 0px 15px !important;
	font-size: 1em !important;
	border: none !important;
	color: #164563 !important;
	background-color: transparent !important;
}

.crk-control-wrapper .crk-input::placeholder {
	color: #164563;
}

.crk-control-wrapper .crk-input:-ms-input-placeholder {
	color: #164563;
}

.crk-control-wrapper .crk-input::-ms-input-placeholder {
	color: #164563;
}

.crk-form-control, .variant-form-control, .summary form input.input-text.qty, .woocommerce-cart-form input.input-text.qty, .woocommerce-checkout input.input-text, .woocommerce-checkout .select2-selection {
	position: relative;
	width: 100% !important;
	height: 65px !important;
	padding: 0px 15px !important;
	font-size: 1em !important;
	border: none !important;
	color: #164563 !important;
	background-color: transparent !important;
	background-repeat: repeat-x;
	background-position-x: center;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-form-control::placeholder, .variant-form-control::placeholder, .summary form input.input-text.qty::placeholder, .woocommerce-cart-form input.input-text.qty::placeholder, .woocommerce-checkout input.input-text::placeholder, .woocommerce-checkout .select2-selection::placeholder {
	color: #164563;
}

.crk-form-control:-ms-input-placeholder, .variant-form-control:-ms-input-placeholder, .summary form input.input-text.qty:-ms-input-placeholder, .woocommerce-cart-form input.input-text.qty:-ms-input-placeholder, .woocommerce-checkout input.input-text:-ms-input-placeholder, .woocommerce-checkout .select2-selection:-ms-input-placeholder {
	color: #164563;
}

.crk-form-control::-ms-input-placeholder, .variant-form-control::-ms-input-placeholder, .summary form input.input-text.qty::-ms-input-placeholder, .woocommerce-cart-form input.input-text.qty::-ms-input-placeholder, .woocommerce-checkout input.input-text::-ms-input-placeholder, .woocommerce-checkout .select2-selection::-ms-input-placeholder {
	color: #164563;
}

.crk-form-control.darken-background, .darken-background.variant-form-control, .summary form input.darken-background.input-text.qty, .summary form .woocommerce-checkout input.input-text.qty, .woocommerce-checkout .summary form input.input-text.qty, .woocommerce-cart-form input.darken-background.input-text.qty, .woocommerce-cart-form .woocommerce-checkout input.input-text.qty, .woocommerce-checkout .woocommerce-cart-form input.input-text.qty, .woocommerce-checkout input.input-text, .woocommerce-checkout .select2-selection {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F3EDDB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

#loadmore {
	display: none;
}

.loader, .tribe-events-view-loader {
	display: none;
	position: fixed !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000 !important;
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.loader .droplet, .tribe-events-view-loader .droplet {
	width: 80px;
	height: 80px;
	margin-top: -25px;
	position: relative;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23164563;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
	animation-duration: 2s;
	animation-name: droplet;
	animation-iteration-count: infinite;
}

@keyframes droplet {
	0% {
		background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23164563;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
		top: 50%;
	}
	100% {
		background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2391D3D6;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5 C9.3,5.2,9.1,4.9,8.9,4.6C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4 C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6 C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4 C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.7,0.1,1c0.1,0.3,0.2,0.7,0.3,1 c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3 c0.3,0.1,0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5 c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1c0.2-0.4,0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2 C11.5,9.8,11.5,9.4,11.4,9.1 M7.5,13.5c-0.3,0.2-0.6,0.3-0.9,0.3c-0.3,0-0.5-0.1-0.8-0.4c-0.3-0.4-0.2-0.7,0-1 c0.2-0.3,0.6-0.5,0.9-0.6c0.3-0.1,0.6-0.2,0.8-0.4C7.8,11.2,8,11,8.3,10.8c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.7 c0.1-0.1,0.4,0,0.3,0.1c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.6-0.4,0.9c-0.1,0.3-0.2,0.6-0.4,0.8c-0.2,0.3-0.4,0.5-0.6,0.7 C8.1,13.1,7.8,13.3,7.5,13.5'/%3E%3C/svg%3E%0A");
		top: 60%;
		opacity: 0.1%;
	}
}

.tribe-events-view-loader {
	display: block;
}

.accent-tag {
	position: absolute;
	top: 40px;
	right: 0px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.summary form.cart {
	display: flex;
	align-items: center;
}

.variant-form-control {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F3EDDB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
	width: auto !important;
}

.summary form .single_add_to_cart_button, .woocommerce-cart-form .single_add_to_cart_button {
	background-color: #164563;
	color: #FFFBF0;
	border: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	cursor: pointer;
}

.summary form input.input-text.qty, .woocommerce-cart-form input.input-text.qty {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F3EDDB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
	background-size: cover;
	width: 80px !important;
	margin-top: 0px !important;
}

.summary form .minus, .summary form .plus, .woocommerce-cart-form .minus, .woocommerce-cart-form .plus {
	background-color: transparent;
	font-family: aesthet-nova, serif;
	color: #164563;
	font-size: 2.5em;
	border: none;
	width: 50px;
	cursor: pointer;
	transition: color 0.2s linear;
}

.summary form .minus:hover, .summary form .plus:hover, .woocommerce-cart-form .minus:hover, .woocommerce-cart-form .plus:hover {
	color: #F65F2A;
}

.summary form .quantity, .woocommerce-cart-form .quantity {
	display: flex;
}

.post-meta-tags p {
	margin-bottom: 30px;
}

.post-meta-tags p a {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
	padding: 10px;
	color: #8B711E;
	background-size: cover;
	display: inline-block;
}

.entry-content > .woocommerce {
	padding-top: 100px;
	padding-bottom: 150px;
}

.cart-collaterals, .woocommerce-shipping-fields, .woocommerce-your-order {
	margin-top: 100px;
}

.cart-collaterals .cart-subtotal th, .cart-collaterals .cart-subtotal td, .cart-collaterals .woocommerce-shipping-totals th, .cart-collaterals .woocommerce-shipping-totals td, .cart-collaterals .order-total th, .cart-collaterals .order-total td {
	padding: 10px;
}

.woocommerce-checkout .select2-selection .select2-selection__rendered {
	line-height: 65px;
}

.woocommerce-checkout .select2-selection .select2-selection__arrow {
	height: 65px;
	right: 15px;
}

.woocommerce-checkout abbr[title] {
	text-decoration: none;
}

.woocommerce-checkout .button {
	background-color: #164563;
	color: #FFFBF0;
	border: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	cursor: pointer;
}

.woocommerce-checkout .shop_table th.product-total, .woocommerce-checkout .shop_table th.product-name {
	text-align: left;
}

.woocommerce-checkout .shop_table th, .woocommerce-checkout .shop_table td {
	padding: 10px;
}

.woocommerce-checkout .shop_table td {
	width: 50%;
}

.woocommerce-checkout-payment ul, .cart-collaterals ul, .woocommerce-checkout-review-order ul {
	margin-left: 0px;
}

.woocommerce-checkout-payment li, .cart-collaterals li, .woocommerce-checkout-review-order li {
	padding-left: 0px !important;
}

.woocommerce-checkout-payment li:before, .cart-collaterals li:before, .woocommerce-checkout-review-order li:before {
	display: none;
}

.cart-has-items {
	position: relative;
}

.cart-has-items:before {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 20px;
	background-color: #F65F2A;
	position: absolute;
	top: 0px;
	right: -5px;
}

.search-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(22, 69, 99, 0.96);
	z-index: 100003;
	display: none;
	top: 0;
	left: 0;
	overflow: hidden;
}

.search-overlay .search-container {
	position: relative;
	top: calc(50% - 85px);
	display: block;
	width: 100%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.search-overlay form {
	display: flex;
	align-items: center;
}

.search-overlay form input {
	width: 100%;
	height: auto !important;
	border: 0;
	font-size: 30px !important;
	padding: 20px !important;
	color: #164563;
	background-color: #FFFBF0;
}

.search-overlay form #searchsubmit {
	color: #91D3D6;
	padding: 20px;
	transition: color 0.2s linear;
}

.search-overlay form #searchsubmit i {
	font-size: 25px;
}

.search-overlay form #searchsubmit:hover {
	color: #FFFBF0;
}

.search-overlay form #searchclose {
	color: #91D3D6;
	padding: 20px;
	opacity: 0.2;
	transition: opacity 0.2s linear;
}

.search-overlay form #searchclose i {
	font-size: 25px;
}

.search-overlay form #searchclose:hover {
	opacity: 1;
}

.paging-container {
	display: flex;
	justify-content: center;
}

.paging-container .page-numbers {
	color: #FFFFFF;
	margin: 0px 5px;
	padding: 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23164563;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1s-0.2-0.6-0.4-0.9s-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5S9.1,4.9,8.9,4.6 C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2 c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4 C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3 C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8s0,0.7,0.1,1s0.2,0.7,0.3,1s0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9 c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3s0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2 c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1 s0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2C11.5,9.8,11.5,9.4,11.4,9.1'/%3E%3C/svg%3E%0A");
	transition: background-image 0.3s linear;
}

.paging-container .page-numbers:hover {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2391D3D6;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1s-0.2-0.6-0.4-0.9s-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5S9.1,4.9,8.9,4.6 C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2 c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4 C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3 C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8s0,0.7,0.1,1s0.2,0.7,0.3,1s0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9 c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3s0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2 c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1 s0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2C11.5,9.8,11.5,9.4,11.4,9.1'/%3E%3C/svg%3E%0A");
}

.paging-container .page-numbers.current {
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2309705C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11.4,9.1c-0.1-0.3-0.2-0.7-0.3-1s-0.2-0.6-0.4-0.9s-0.4-0.6-0.6-0.8C9.9,6,9.7,5.8,9.5,5.5S9.1,4.9,8.9,4.6 C8.6,4.3,8.4,4,8.2,3.6C8,3.4,7.8,3.2,7.6,2.9C7.4,2.7,7.2,2.4,7,2.2S6.7,1.6,6.5,1.4C6.4,1.1,6.2,0.9,6,0.6c0,0,0-0.1-0.1-0.2 c0,0.1,0,0.1-0.1,0.2C5.6,1.1,5.4,1.5,5.1,1.9C4.9,2.2,4.7,2.4,4.5,2.6C4.4,2.8,4.2,3.1,4.1,3.3C3.9,3.6,3.7,3.8,3.5,4 C3.3,4.3,3.1,4.5,2.9,4.8C2.7,5,2.5,5.4,2.3,5.6C2.1,5.9,1.9,6.1,1.7,6.4C1.5,6.7,1.3,7,1.2,7.3C1,7.6,0.9,8,0.8,8.3 C0.7,8.5,0.6,8.8,0.6,9c0,0.3-0.1,0.5-0.1,0.8s0,0.7,0.1,1s0.2,0.7,0.3,1s0.3,0.6,0.4,0.9c0.2,0.3,0.3,0.6,0.6,0.9 c0.3,0.3,0.6,0.6,0.9,0.8s0.7,0.4,1.1,0.6c0.3,0.1,0.5,0.2,0.8,0.3s0.6,0.1,0.9,0.1c0.4,0,0.8,0,1.1,0c0.3,0,0.6-0.1,0.9-0.2 c0.3-0.1,0.5-0.2,0.8-0.4c0.3-0.1,0.6-0.3,0.9-0.5c0,0,0.5-0.4,0.6-0.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.3,0.5-0.6,0.7-1 s0.4-0.7,0.5-1.1c0.1-0.4,0.1-0.8,0.1-1.2C11.5,9.8,11.5,9.4,11.4,9.1'/%3E%3C/svg%3E%0A");
}

.paging-container .page-numbers.next {
	color: transparent;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 51 47' style='enable-background:new 0 0 51 47;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%238B711E;%7D%0A%3C/style%3E%3Crect x='-966' y='-5594' class='st0' width='1640' height='7370'/%3E%3Cpath class='st1' d='M5.4,5.4C4.1,6.2,6.6,7.7,6.6,9.3s0,1.6,0,3.2S6,14.1,6,15.7s0.5,1.6,0.5,3.2s-1.1,1.6-1.1,3.2S6,23.8,6,25.4 S5.5,27,5.5,28.6S6,30.2,6,31.8s0.8,1.6,0.8,3.2s-1.7,1.6-1.7,3.2s-0.5,2.3,0.8,3.2s1.9,0.5,3.4,0s1-1.8,2.4-2.4s1.5-0.5,3-1.1 s1.9,0.4,3.3-0.2s0.8-2.4,2.2-3c1.5-0.6,1.9,0.6,3.4,0s1.3-1.1,2.8-1.7s1-1.6,2.5-2.2s1.5-0.6,2.9-1.2s2,0.8,3.5,0.2s1.7,0,3.2-0.6 s1.4-0.8,2.8-1.5s1.4-0.7,2.9-1.3s1.7-0.3,1.7-1.9s-0.5-0.7-2-1.3s-1.5-0.6-3-1.3s-1.7-0.2-3.1-0.9s-0.9-1.9-2.4-2.6 s-1.7-0.1-3.2-0.8s-2,0.4-3.4-0.2c-1.5-0.7-1.5-0.6-2.9-1.3s-1.3-1.1-2.7-1.8s-1.3-1.1-2.7-1.7s-1-1.6-2.5-2.3s-2.2,1-3.7,0.3 c-1.5-0.7-1.3-1-2.8-1.7s-1-1.3-2.2-2.4C7.8,5.3,6.8,4.5,5.4,5.4'/%3E%3C/svg%3E%0A");
	transition: opacity 0.3s linear;
}

.paging-container .page-numbers.next:hover {
	opacity: 0.5;
}

.paging-container .page-numbers.prev {
	color: transparent;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 51 47' style='enable-background:new 0 0 51 47;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%238B711E;%7D%0A%3C/style%3E%3Crect x='-966' y='-5594' class='st0' width='1640' height='7370'/%3E%3Cpath class='st1' d='M5.4,5.4C4.1,6.2,6.6,7.7,6.6,9.3s0,1.6,0,3.2S6,14.1,6,15.7s0.5,1.6,0.5,3.2s-1.1,1.6-1.1,3.2S6,23.8,6,25.4 S5.5,27,5.5,28.6S6,30.2,6,31.8s0.8,1.6,0.8,3.2s-1.7,1.6-1.7,3.2s-0.5,2.3,0.8,3.2s1.9,0.5,3.4,0s1-1.8,2.4-2.4s1.5-0.5,3-1.1 s1.9,0.4,3.3-0.2s0.8-2.4,2.2-3c1.5-0.6,1.9,0.6,3.4,0s1.3-1.1,2.8-1.7s1-1.6,2.5-2.2s1.5-0.6,2.9-1.2s2,0.8,3.5,0.2s1.7,0,3.2-0.6 s1.4-0.8,2.8-1.5s1.4-0.7,2.9-1.3s1.7-0.3,1.7-1.9s-0.5-0.7-2-1.3s-1.5-0.6-3-1.3s-1.7-0.2-3.1-0.9s-0.9-1.9-2.4-2.6 s-1.7-0.1-3.2-0.8s-2,0.4-3.4-0.2c-1.5-0.7-1.5-0.6-2.9-1.3s-1.3-1.1-2.7-1.8s-1.3-1.1-2.7-1.7s-1-1.6-2.5-2.3s-2.2,1-3.7,0.3 c-1.5-0.7-1.3-1-2.8-1.7s-1-1.3-2.2-2.4C7.8,5.3,6.8,4.5,5.4,5.4'/%3E%3C/svg%3E%0A");
	transform: scaleX(-1);
	transition: opacity 0.3s linear;
}

.paging-container .page-numbers.prev:hover {
	opacity: 0.5;
}

.entry-content input, .entry-content select, .site-footer input, .site-footer select {
	position: relative;
	height: 65px !important;
	padding: 0px 15px !important;
	font-size: 1em !important;
	border: none !important;
	color: #164563 !important;
	background-color: transparent !important;
	background-repeat: repeat-x;
	background-position-x: center;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.entry-content input::placeholder, .entry-content select::placeholder, .site-footer input::placeholder, .site-footer select::placeholder {
	color: #164563;
}

.entry-content input:-ms-input-placeholder, .entry-content select:-ms-input-placeholder, .site-footer input:-ms-input-placeholder, .site-footer select:-ms-input-placeholder {
	color: #164563;
}

.entry-content input::-ms-input-placeholder, .entry-content select::-ms-input-placeholder, .site-footer input::-ms-input-placeholder, .site-footer select::-ms-input-placeholder {
	color: #164563;
}

.entry-content input[type=checkbox], .entry-content input[type=radio], .site-footer input[type=checkbox], .site-footer input[type=radio] {
	height: auto !important;
}

.entry-content select[multiple], .site-footer select[multiple] {
	position: relative;
	height: auto !important;
	padding: 30px 15px !important;
	font-size: 1em !important;
	border: none !important;
	color: #164563 !important;
	background-color: transparent !important;
	background-size: cover;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.entry-content select[multiple]::placeholder, .site-footer select[multiple]::placeholder {
	color: #164563;
}

.entry-content select[multiple]:-ms-input-placeholder, .site-footer select[multiple]:-ms-input-placeholder {
	color: #164563;
}

.entry-content select[multiple]::-ms-input-placeholder, .site-footer select[multiple]::-ms-input-placeholder {
	color: #164563;
}

.entry-content .BBFormContainer input, .entry-content .BBFormContainer select, .site-footer .BBFormContainer input, .site-footer .BBFormContainer select {
	height: auto !important;
	border: 1px solid #CCC !important;
	background-image: inherit !important;
	background-color: inherit !important;
	padding: revert !important;
}

.crk-section .crk-testimonial p.testimonial-subtext, .crk-background-section .crk-testimonial p.testimonial-subtext {
	font-size: 0.8em;
	opacity: 0.7;
}

.crk-section.color-blue-bg input, .crk-section.color-blue-bg select, .crk-section.color-blue-bg textarea, .crk-background-section.color-blue-bg input, .crk-background-section.color-blue-bg select, .crk-background-section.color-blue-bg textarea {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-section.color-blue-bg .crk-testimonial p, .crk-background-section.color-blue-bg .crk-testimonial p {
	color: #FFFBF0;
}

.crk-section.color-blue-bg .crk-testimonial p.testimonial-name, .crk-background-section.color-blue-bg .crk-testimonial p.testimonial-name {
	color: #FCD765;
}

.crk-section.color-blue-bg ul.social-links li a, .crk-background-section.color-blue-bg ul.social-links li a {
	color: #FFFBF0 !important;
}

.crk-section.color-blue-bg ul.social-links li a:hover, .crk-background-section.color-blue-bg ul.social-links li a:hover {
	color: #91D3D6 !important;
}

.crk-section.color-light-blue-bg input, .crk-section.color-light-blue-bg select, .crk-section.color-light-blue-bg textarea, .crk-background-section.color-light-blue-bg input, .crk-background-section.color-light-blue-bg select, .crk-background-section.color-light-blue-bg textarea {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-section.color-light-blue-bg .crk-testimonial p, .crk-background-section.color-light-blue-bg .crk-testimonial p {
	color: #164563;
}

.crk-section.color-light-blue-bg .crk-testimonial p.testimonial-name, .crk-background-section.color-light-blue-bg .crk-testimonial p.testimonial-name {
	color: #09705C;
}

.crk-section.color-light-blue-bg ul.social-links li a, .crk-background-section.color-light-blue-bg ul.social-links li a {
	color: #164563 !important;
}

.crk-section.color-light-blue-bg ul.social-links li a:hover, .crk-background-section.color-light-blue-bg ul.social-links li a:hover {
	color: #FFFFFF !important;
}

.crk-section.color-orange-bg input, .crk-section.color-orange-bg select, .crk-section.color-orange-bg textarea, .crk-background-section.color-orange-bg input, .crk-background-section.color-orange-bg select, .crk-background-section.color-orange-bg textarea {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-section.color-orange-bg .crk-testimonial p, .crk-background-section.color-orange-bg .crk-testimonial p {
	color: #164563;
}

.crk-section.color-orange-bg .crk-testimonial p.testimonial-name, .crk-background-section.color-orange-bg .crk-testimonial p.testimonial-name {
	color: #09705C;
}

.crk-section.color-orange-bg ul.social-links li a, .crk-background-section.color-orange-bg ul.social-links li a {
	color: #09705C !important;
}

.crk-section.color-orange-bg ul.social-links li a:hover, .crk-background-section.color-orange-bg ul.social-links li a:hover {
	color: #FFFFFF !important;
}

.crk-section.color-green-bg input, .crk-section.color-green-bg select, .crk-section.color-green-bg textarea, .crk-background-section.color-green-bg input, .crk-background-section.color-green-bg select, .crk-background-section.color-green-bg textarea {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-section.color-green-bg .crk-testimonial p, .crk-background-section.color-green-bg .crk-testimonial p {
	color: #FFFBF0;
}

.crk-section.color-green-bg .crk-testimonial p.testimonial-name, .crk-background-section.color-green-bg .crk-testimonial p.testimonial-name {
	color: #FCD765;
}

.crk-section.color-green-bg ul.social-links li a, .crk-background-section.color-green-bg ul.social-links li a {
	color: #FFFBF0 !important;
}

.crk-section.color-green-bg ul.social-links li a:hover, .crk-background-section.color-green-bg ul.social-links li a:hover {
	color: #FCD765 !important;
}

.crk-section.color-cream-bg input, .crk-section.color-cream-bg select, .crk-section.color-cream-bg textarea, .crk-background-section.color-cream-bg input, .crk-background-section.color-cream-bg select, .crk-background-section.color-cream-bg textarea {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F3EDDB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-section.color-cream-bg .crk-testimonial .quote-mark, .crk-background-section.color-cream-bg .crk-testimonial .quote-mark {
	filter: contrast(0.5);
}

.crk-section.color-cream-bg .crk-testimonial p, .crk-background-section.color-cream-bg .crk-testimonial p {
	color: #164563;
}

.crk-section.color-cream-bg .crk-testimonial p.testimonial-name, .crk-background-section.color-cream-bg .crk-testimonial p.testimonial-name {
	color: #09705C;
}

.crk-section.color-cream-bg ul.social-links li a, .crk-background-section.color-cream-bg ul.social-links li a {
	color: #164563 !important;
}

.crk-section.color-cream-bg ul.social-links li a:hover, .crk-background-section.color-cream-bg ul.social-links li a:hover {
	color: #91D3D6 !important;
}

.crk-section.color-cream-shade-bg input, .crk-section.color-cream-shade-bg select, .crk-section.color-cream-shade-bg textarea, .crk-background-section.color-cream-shade-bg input, .crk-background-section.color-cream-shade-bg select, .crk-background-section.color-cream-shade-bg textarea {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-section.color-cream-shade-bg ul.social-links li a, .crk-background-section.color-cream-shade-bg ul.social-links li a {
	color: #164563 !important;
}

.crk-section.color-cream-shade-bg ul.social-links li a:hover, .crk-background-section.color-cream-shade-bg ul.social-links li a:hover {
	color: #91D3D6 !important;
}

.crk-section.color-tan-bg input, .crk-section.color-tan-bg select, .crk-section.color-tan-bg textarea, .crk-background-section.color-tan-bg input, .crk-background-section.color-tan-bg select, .crk-background-section.color-tan-bg textarea {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-section.color-tan-bg .crk-testimonial p, .crk-background-section.color-tan-bg .crk-testimonial p {
	color: #FFFBF0;
}

.crk-section.color-tan-bg .crk-testimonial p.testimonial-name, .crk-background-section.color-tan-bg .crk-testimonial p.testimonial-name {
	color: #FCD765;
}

.crk-section.color-tan-bg ul.social-links li a, .crk-background-section.color-tan-bg ul.social-links li a {
	color: #FFFFFF !important;
}

.crk-section.color-tan-bg ul.social-links li a:hover, .crk-background-section.color-tan-bg ul.social-links li a:hover {
	color: #FCD765 !important;
}

.crk-section.color-white-bg input, .crk-section.color-white-bg select, .crk-section.color-white-bg textarea, .crk-background-section.color-white-bg input, .crk-background-section.color-white-bg select, .crk-background-section.color-white-bg textarea {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 65' style='enable-background:new 0 0 192 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F3EDDB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M192.1,59v0.8c-0.8,0.4-2.2,0-3-0.1c-0.6-0.1-1.1-0.2-1.7-0.3l-1.8,1l-5.5-0.4l-3.2,1.1l-5.5-0.4l-3.4,1.1 l-10.1-0.2l-7.2,1.4l-10,0.1c-4,1.1-5.1,1.3-5.7,1.3c-0.4,0-0.8-0.3-1.2-0.5c-0.3-0.3-0.4-0.6-0.8-0.8c-0.9-0.3-1.9-0.3-2.8-0.4 c-0.8-0.1-1.6-0.2-2.4-0.3l-2.4-1.3c0,0-5.6,0.2-5.8,0.3c-0.3,0-5.3-0.9-5.3-0.9l-3.7,1.1c-1.7-0.4-3.5-0.9-5.2-1.3 c-0.2-0.1-0.6-0.2-0.8-0.1c-0.1,0.1-1.9,1.5-1.9,1.5l-11.3-1.9c-3.1,0.2-6.2,0.3-9.4,0.3c-3.4,0.1-6.7,0.1-10.1,0.1 c-1.2,0-2.4,0-3.5,0c-0.5,0-1-0.1-1.5,0c-1,0.1-1.8,0.6-2.6,1c-1.3,0.4-2.8,0.8-4.2,0.8c-0.8,0-1.7-0.1-2.5-0.1 c-0.7-0.1-1.3-0.3-2.1-0.5c0,0-0.1,0-0.1-0.1v-0.1c-0.1-0.6-1.2-0.5-1.6-0.6c-0.8-0.1-1.6-0.2-2.4-0.2c-1.4,0-2.6,0.8-3.5,0.8 c-1,0-2.1-0.5-3.2-0.5c-1.2,0-3.8,1-3.8,1l-20.5-2.1L0,59.9v-1v-53V5.2c0.8-0.4,2.2,0,3,0.1c0.6,0.1,1.2,0.2,1.7,0.3l1.8-1l5.5,0.4 L15.3,4l5.5,0.4l3.4-1.1l10.1,0.2l7.2-1.4l10-0.1c4-1.1,5.1-1.3,5.7-1.3c0.4,0,0.8,0.3,1.2,0.5c0.3,0.3,0.4,0.6,0.8,0.8 c0.9,0.3,1.9,0.3,2.9,0.4c0.8,0.1,1.6,0.2,2.4,0.3L66.8,4c0,0,5.6-0.2,5.8-0.3c0.3,0,5.3,0.9,5.3,0.9l3.7-1.1 C83.3,4,85,4.5,86.8,4.9C87,4.9,87.4,5,87.6,5c0.1-0.1,1.9-1.5,1.9-1.5l11.3,1.9c3.1-0.2,6.2-0.3,9.4-0.3c3.4-0.1,6.7-0.1,10.1-0.1 c1.2,0,2.4,0,3.5,0c0.5,0,1,0.1,1.5,0c1-0.1,1.8-0.6,2.6-1c1.3-0.4,2.8-0.8,4.2-0.8c0.8,0,1.7,0.1,2.5,0.1c0.7,0.1,1.3,0.3,2.1,0.5 c0,0,0.1,0,0.1,0.1v0.1c0.1,0.6,1.2,0.5,1.6,0.6c0.8,0.1,1.6,0.2,2.4,0.2c1.4,0,2.6-0.8,3.5-0.8c1,0,2.1,0.5,3.2,0.5 c1.2,0,3.8-1,3.8-1l20.5,2.1L192.1,5v1V59z'/%3E%3C/svg%3E%0A");
}

.crk-section.color-white-bg .crk-testimonial .quote-mark, .crk-background-section.color-white-bg .crk-testimonial .quote-mark {
	filter: contrast(0.5);
}

.crk-section.color-white-bg .crk-testimonial p, .crk-background-section.color-white-bg .crk-testimonial p {
	color: #164563;
}

.crk-section.color-white-bg .crk-testimonial p.testimonial-name, .crk-background-section.color-white-bg .crk-testimonial p.testimonial-name {
	color: #09705C;
}

.crk-section.color-white-bg ul.social-links li a, .crk-background-section.color-white-bg ul.social-links li a {
	color: #164563 !important;
}

.crk-section.color-white-bg ul.social-links li a:hover, .crk-background-section.color-white-bg ul.social-links li a:hover {
	color: #91D3D6 !important;
}

.entry-content input[type="submit"]:not(#BBSubmitButtonRow), .site-footer input[type="submit"]:not(#BBSubmitButtonRow) {
	padding: 15px !important;
	font-size: 1em !important;
	font-weight: normal;
	border-radius: 25px;
	border: transparent !important;
	box-shadow: none;
	transition: border-radius 0.5s, background-color 0.5s;
	color: #FFFFFF !important;
	background-color: #F65F2A !important;
	background-image: none;
	height: auto !important;
	min-width: 120px;
}

.entry-content input[type="submit"]:not(#BBSubmitButtonRow):hover, .site-footer input[type="submit"]:not(#BBSubmitButtonRow):hover {
	background-color: #f77142 !important;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	cursor: pointer;
}

.entry-content textarea, .site-footer textarea {
	position: relative;
	padding: 40px 15px !important;
	font-size: 1em !important;
	border: none !important;
	color: #164563 !important;
	background-color: transparent !important;
	background-size: cover;
	background-repeat: repeat-x;
	background-position-x: center;
}

.entry-content .BBFormContainer textarea, .site-footer .BBFormContainer textarea {
	background-image: inherit !important;
	border: 1px solid #CCC !important;
	padding: revert !important;
}

.entry-content .BBFormSection, .site-footer .BBFormSection {
	margin: 0px auto !important;
}

.dialog-container,
.dialog-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.dialog-container {
	z-index: 1000;
	display: flex;
	padding: 20px;
}

.dialog-container[aria-hidden='true'] {
	display: none;
}

.dialog-overlay {
	background-color: rgba(22, 69, 99, 0.9);
}

.dialog-content-holder {
	margin: auto;
	z-index: 2;
	position: relative;
}

.dialog-content {
	overflow-y: auto;
	max-height: 45vh;
}

.dialog h1 {
	margin: 0;
	font-size: 1.25em;
}

.dialog-close {
	border: 0;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.3em;
	width: 1.3em;
	height: 1.3em;
	text-align: center;
	cursor: pointer;
	transition: 0.15s;
	float: right;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
}

@keyframes slide-up {
	from {
		transform: translateY(10%);
	}
}

@keyframes slide-down {
	from {
		transform: translateY(-10%);
	}
}

.dialog-overlay {
	animation: fade-in 200ms both;
}

.dialog-content-holder {
	animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
	/* 1 */
}

#toTop {
	background-color: #164563;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	bottom: 0;
	display: none;
	height: 35px;
	position: fixed;
	text-align: center;
	width: 48px;
	opacity: 1;
	z-index: 100000;
	transition: opacity .2s ease-in 0s, background-color .2s ease-in 0s;
	line-height: 1;
	right: 25px;
}

#toTop:hover {
	background-color: #1b5478;
}

#toTop i {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 7px;
}

.crk-icon-block {
	display: flex;
	margin-bottom: 15px;
}

.crk-icon-block.stack-content {
	flex-direction: column;
}

.crk-icon-block.stack-content .crk-icon-content {
	margin-top: 20px;
	margin-left: 0px;
}

.crk-icon-block.align-vertical {
	align-items: center;
}

.crk-icon-block.icon_align_left {
	justify-content: left;
}

.crk-icon-block.icon_align_center {
	justify-content: center;
}

.crk-icon-block.icon_align_right {
	justify-content: end;
}

.crk-icon-block .crk-icon-bg {
	border-radius: 100%;
	line-height: 18px;
}

.crk-icon-block.size-fa-1x .crk-icon-bg {
	padding: 10px;
}

.crk-icon-block.size-fa-1x .crk-icon-content {
	width: 90%;
	margin-left: 5px;
}

.crk-icon-block.size-fa-1x .crk-icon-bg-holder {
	width: auto;
	text-align: center;
	min-width: 40px;
}

.crk-icon-block.size-fa-2x .crk-icon-bg {
	padding: 20px;
}

.crk-icon-block.size-fa-2x .crk-icon-content {
	width: 90%;
	margin-left: 20px;
}

.crk-icon-block.size-fa-2x .crk-icon-bg-holder {
	width: auto;
	text-align: center;
	min-width: 75px;
}

.crk-icon-block.size-fa-4x .crk-icon-bg {
	padding: 30px;
}

.crk-icon-block.size-fa-4x .crk-icon-content {
	width: 70%;
}

.crk-icon-block.size-fa-4x .crk-icon-bg-holder {
	width: auto;
	text-align: center;
	min-width: 130px;
}

.crk-icon-block .crk-icon-content p {
	margin-bottom: 0px;
}

.crk-icon-block a {
	opacity: 1;
	transition: opacity 0.2s ease-in;
}

.crk-icon-block a:hover {
	opacity: 0.6;
}

.wp-block-cover .wp-block-columns {
	margin: 0px auto;
}

.cta-block-content {
	height: calc(100% - 60px);
}

.top-header {
	width: 100%;
	background-color: #164563;
	color: #FFFFFF;
	position: relative;
	z-index: 10;
}

.top-header:after {
	width: 100%;
	height: 40px;
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: -39px;
	background-repeat: repeat-x;
}

.top-header-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 auto;
}

.header {
	width: 100%;
	padding-top: 35px;
	background-color: #09705C;
	position: relative;
	transition: all 0.3s ease-in;
}

body.home .header {
	background-color: rgba(9, 112, 92, 0.8);
}

.header:after {
	width: 100%;
	height: 40px;
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: -40px;
	z-index: 201;
	transition: opacity 0.3s ease-in;
	transform: scaleX(-1);
	background-repeat: repeat-x;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2309705C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

body.home .header:after {
	opacity: 0.8;
}

.header-sticky {
	position: fixed;
	padding-top: 0px;
	top: 0px;
	z-index: 10000;
	opacity: 1;
	background-color: #09705c !important;
}

.header.header-sticky:after {
	opacity: 1 !important;
}

.header-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.header .logo {
	width: 250px;
	min-width: 250px;
	height: auto;
	margin: 20px;
}

.hero-section {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
	position: relative;
}

.hero-section:after {
	position: absolute;
	bottom: -205px;
	right: -290px;
	content: '';
	display: block;
	width: 600px;
	height: 600px;
	background-repeat: no-repeat;
	background-image: url("assets/homepage_accent.svg");
}

.hero-content-wrapper {
	display: flex;
	align-items: center;
	text-align: center;
	height: 500px;
	width: 100%;
}

.hero-content {
	flex: 1;
	margin: 0 auto;
}

.hero-content h1 {
	display: inline-flex;
	margin: 0% 25%;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

.hero-banner {
	min-height: 300px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.hero-banner::after {
	position: absolute;
	bottom: -100px;
	right: -215px;
	content: '';
	display: block;
	width: 560px;
	height: 350px;
	background-repeat: no-repeat;
}

.hero-banner.accent-green:after {
	background-image: url("assets/banner_accent_green.svg");
}

.hero-banner.accent-blue:after {
	background-image: url("assets/banner_accent_blue.svg");
}

.hero-banner.accent-none:after {
	display: none;
}

.hero-banner h1 {
	text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	padding: 0px 15px;
	text-align: center;
	margin-bottom: 0px;
}

.event-banner, .post-banner {
	min-height: 300px;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	padding: 100px 0px;
}

.event-banner::before, .post-banner::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #164563;
	opacity: 0.6;
}

.event-banner::after, .post-banner::after {
	position: absolute;
	bottom: -100px;
	right: -215px;
	content: '';
	display: block;
	width: 560px;
	height: 350px;
	background-repeat: no-repeat;
}

.event-banner.accent-blue:after, .post-banner.accent-blue:after {
	background-image: url("assets/banner_accent_blue.svg");
}

.event-banner .event-accent, .post-banner .event-accent {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.event-banner .event-categories, .post-banner .event-categories {
	max-width: 300px;
	padding: 5px 20px;
	color: #8B711E;
	text-align: center;
}

.event-banner .event-categories a, .post-banner .event-categories a {
	color: #164563;
	font-family: aesthet-nova, serif;
	text-decoration: none;
	font-size: 1.25em;
	transition: opacity 0.3s ease-in;
}

.event-banner .event-categories a:hover, .post-banner .event-categories a:hover {
	opacity: 0.8;
}

.event-banner .post-categories, .post-banner .post-categories {
	max-width: 300px;
	padding: 5px 20px;
	color: #8B711E;
	text-align: center;
}

.event-banner .post-categories a, .post-banner .post-categories a {
	color: #164563;
	font-family: aesthet-nova, serif;
	text-decoration: none;
	font-size: 1.25em;
	transition: opacity 0.3s ease-in;
}

.event-banner .post-categories a:hover, .post-banner .post-categories a:hover {
	opacity: 0.8;
}

.banner-hidden .crk-section:first-of-type {
	padding-top: 50px;
}

.banner-hidden .crk-section:first-of-type:before {
	display: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
ul.submenu-links, ul.social-links, ul.menu-links {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	display: flex;
}

ul.footer-links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.submenu-links li, ul.social-links li {
	padding: 0px 5px;
	display: flex;
}

ul.menu-links li {
	padding: 0px 10px;
}

ul.submenu-links li a {
	color: #FFFBF0;
	font-size: 0.7em;
	text-decoration: none;
}

ul.submenu-links li a:hover {
	color: #FFFBF0;
	font-size: 0.7em;
	text-decoration: underline;
}

ul.menu-links li a {
	color: #FFFBF0;
	text-decoration: none;
}

ul.menu-links > li.current_page_item > a, ul.menu-links > li.current-menu-parent > a {
	color: #FCD765;
}

ul.menu-links li a:hover {
	text-decoration: underline;
}

ul.footer-links li a, .footer a {
	color: #91D3D6;
	text-decoration: none;
}

ul.footer-links li a:hover, .footer a:hover {
	text-decoration: underline;
}

ul.menu-links li.crk-is-mega-menu {
	position: relative;
}

ul.menu-links li.crk-is-mega-menu:hover .crk-mega-menu {
	display: block;
	animation: fade-in 300ms 100ms both;
}

.crk-mega-menu {
	position: absolute;
	z-index: 100002;
	padding: 30px 0px;
	left: 0px;
	display: none;
	overflow: hidden;
}

.crk-mega-menu:before {
	content: '';
	width: 95%;
	height: 35px;
	display: block;
	position: absolute;
	box-shadow: 0px 4px 10px #000;
	bottom: 33px;
	left: 2.5%;
}

.crk-mega-menu-interior {
	background-color: #164563;
	padding: 20px;
	position: relative;
	min-width: 320px;
}

.crk-mega-menu-interior:before {
	width: calc(100% + 2px);
	height: 20px;
	position: absolute;
	display: block;
	content: '';
	left: -1px;
	top: -19px;
	z-index: 10;
	transform: rotate(180deg);
	background-repeat: repeat-x;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23164563;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,7.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.crk-mega-menu-interior:after {
	width: calc(100% + 2px);
	height: 20px;
	position: absolute;
	display: block;
	content: '';
	left: -1px;
	bottom: -19px;
	z-index: 10;
	background-repeat: repeat-x;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23164563;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,7.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.crk-mega-menu-is-row {
	display: flex;
}

.crk-mega-menu-wide {
	width: 720px;
	left: -240px;
}

.crk-mega-menu-col {
	flex: 1;
	width: 250px;
}

.crk-mega-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.crk-mega-menu ul li {
	margin: 10px 0px;
	padding: 0px;
	font-size: 15px;
}

.toggle-mobile-menu {
	display: none;
	margin-right: 10px;
}

.toggle-mobile-menu .menu-closed, .cart-link-menu, .search-link-menu {
	display: none;
}

.donate-icon {
	display: none !important;
	font-size: 1.5em;
}

.toggle-mobile-menu button {
	background: none;
	border: 0;
	cursor: pointer;
	margin-left: 20px;
	z-index: 50;
	display: flex;
}

.toggle-mobile-menu button i {
	color: #fff;
	font-size: 2.7em;
}

.menu-links #carticon, .menu-links #searchbar {
	transition: opacity 0.3s linear;
	opacity: 1;
}

.menu-links #carticon:hover, .menu-links #searchbar:hover {
	opacity: 0.6;
}

ul.social-links li a {
	color: #FFFFFF !important;
	transition: color 0.5s;
	text-decoration: none;
}

ul.social-links li a:hover {
	color: #91D3D6 !important;
}

/* 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: flex;
	transition: opacity 0.2s linear;
	opacity: 1;
}

.custom-logo-link:hover {
	opacity: 0.65;
}

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

/* Columns
--------------------------------------------- */
.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-column {
	margin-left: auto;
	margin-right: auto;
}

.crk-block-columns {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
}

.crk-block-columns .crk-block-column {
	padding: 20px;
}

.crk-block-columns.crk-grid .wp-block-column {
	width: 100%;
	padding: 20px;
}

.crk-block-columns.grid-post-col2 {
	grid-template-columns: repeat(2, 1fr);
}

.crk-block-columns.grid-post-col1 {
	grid-template-columns: repeat(1, 1fr);
}

.fusion-wrap {
	flex-wrap: wrap;
}

.fusion-wrap .wp-block-column {
	margin-left: auto;
}

.fusion-1_1 {
	flex: 100%;
	padding: 0px 20px;
}

.fusion-1_2 {
	flex: 50%;
	padding: 0px 20px;
}

.fusion-1_3 {
	flex: 32%;
	padding: 0px 20px;
}

.fusion-2_3 {
	flex: 65%;
	padding: 0px 20px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * The evenets calendar overrides
 */
.tribe-common {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tribe-common-l-container, #tribe-events-content {
	margin-bottom: 100px;
}

.tribe-block * {
	font-family: neue-haas-unica, sans-serif !important;
}

.tribe-events-schedule__all-day, .tribe-events-schedule__separator, .tribe-events-schedule__timezone {
	color: #8B711E;
}

.tribe-block__venue, .tribe-block__organizer__details {
	border-top: none;
	padding: 0px;
}

.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a {
	color: #09705C;
	text-decoration: none;
}

.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a:hover {
	text-decoration: underline;
}

.tribe-events-back {
	margin: 0px;
}

.datepicker.dropdown-menu {
	z-index: 10000 !important;
	padding: 15px;
	color: #164563;
}

.datepicker.dropdown-menu td.current {
	font-weight: bold;
}

.datepicker.dropdown-menu td.active.current, .datepicker.dropdown-menu td.active.day {
	background: none;
	background-color: #164563;
}

.datepicker.dropdown-menu td.active.current:hover, .datepicker.dropdown-menu td.active.day:hover {
	background-color: #FCD765;
}

#tribe-events-view-selector-content {
	display: none;
}

.tribe-events .tribe-events-c-events-bar__search-button, .tribe-events .tribe-events-c-view-selector__button {
	background: transparent;
	border: 0px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg {
	height: 10px;
}

.tribe-events-c-search__button, .tribe-events-c-top-bar__today-button {
	background-color: #164563;
	color: #FFFBF0;
	border: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	cursor: pointer;
}

.tribe-events-c-top-bar__datepicker-button {
	background-color: #FCD765;
	color: #8B711E;
	border: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px) !important;
	cursor: pointer !important;
}

.tribe-common button[disabled], .tribe-common input[disabled] {
	opacity: 0.5;
	background: transparent;
	border: 0px;
}

@media screen and (min-width: 1200px) {
	.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
		margin-right: 0px;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.tribe-block__venue {
		flex-direction: column;
	}
	.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map, .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.tribe-events .tribe-events-l-container {
		padding: 20px !important;
	}
	.tribe-events .tribe-events-c-events-bar__search-container {
		top: 80px;
		z-index: 10000;
	}
	.tribe-events .tribe-events-c-events-bar__search-container:before {
		content: '';
		width: 100%;
		height: 100%;
		background-color: white;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
	}
}

.meks_ess_share_label {
	display: inline-flex;
}

.meks_ess_share_label h5 {
	margin: 0px;
	font-family: neue-haas-unica, sans-serif;
	font-size: 1em;
}

.meks_ess {
	margin: 0px !important;
	display: inline-flex !important;
	top: 0 !important;
}

.meks_ess .meks_ess-item {
	margin: 0px !important;
	width: 30px !important;
	height: 30px !important;
	line-height: normal !important;
}

.meks_ess .meks_ess-item:before {
	transition: color 0.3s linear;
}

.meks_ess .meks_ess-item:hover::before {
	color: #91D3D6 !important;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* ====================================================================================================================
  * BASE STYLES
  * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

/* ====================================================================================================================
  * DEFAULT THEME
  * ====================================================================================================================*/
.flexslider {
	margin: 0 0 60px;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

@-moz-document url-prefix() {
	.loading .flex-viewport {
		max-height: none;
	}
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
	display: flex;
	top: 50%;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
	content: '\f002';
}

.flex-direction-nav .flex-prev {
	left: -50px;
	text-indent: -9999px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 51 47' style='enable-background:new 0 0 51 47;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%238B711E;%7D%0A%3C/style%3E%3Crect x='-966' y='-5594' class='st0' width='1640' height='7370'/%3E%3Cpath class='st1' d='M5.4,5.4C4.1,6.2,6.6,7.7,6.6,9.3s0,1.6,0,3.2S6,14.1,6,15.7s0.5,1.6,0.5,3.2s-1.1,1.6-1.1,3.2S6,23.8,6,25.4 S5.5,27,5.5,28.6S6,30.2,6,31.8s0.8,1.6,0.8,3.2s-1.7,1.6-1.7,3.2s-0.5,2.3,0.8,3.2s1.9,0.5,3.4,0s1-1.8,2.4-2.4s1.5-0.5,3-1.1 s1.9,0.4,3.3-0.2s0.8-2.4,2.2-3c1.5-0.6,1.9,0.6,3.4,0s1.3-1.1,2.8-1.7s1-1.6,2.5-2.2s1.5-0.6,2.9-1.2s2,0.8,3.5,0.2s1.7,0,3.2-0.6 s1.4-0.8,2.8-1.5s1.4-0.7,2.9-1.3s1.7-0.3,1.7-1.9s-0.5-0.7-2-1.3s-1.5-0.6-3-1.3s-1.7-0.2-3.1-0.9s-0.9-1.9-2.4-2.6 s-1.7-0.1-3.2-0.8s-2,0.4-3.4-0.2c-1.5-0.7-1.5-0.6-2.9-1.3s-1.3-1.1-2.7-1.8s-1.3-1.1-2.7-1.7s-1-1.6-2.5-2.3s-2.2,1-3.7,0.3 c-1.5-0.7-1.3-1-2.8-1.7s-1-1.3-2.2-2.4C7.8,5.3,6.8,4.5,5.4,5.4'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-indent: -9999px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 51 47' style='enable-background:new 0 0 51 47;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%238B711E;%7D%0A%3C/style%3E%3Crect x='-966' y='-5594' class='st0' width='1640' height='7370'/%3E%3Cpath class='st1' d='M5.4,5.4C4.1,6.2,6.6,7.7,6.6,9.3s0,1.6,0,3.2S6,14.1,6,15.7s0.5,1.6,0.5,3.2s-1.1,1.6-1.1,3.2S6,23.8,6,25.4 S5.5,27,5.5,28.6S6,30.2,6,31.8s0.8,1.6,0.8,3.2s-1.7,1.6-1.7,3.2s-0.5,2.3,0.8,3.2s1.9,0.5,3.4,0s1-1.8,2.4-2.4s1.5-0.5,3-1.1 s1.9,0.4,3.3-0.2s0.8-2.4,2.2-3c1.5-0.6,1.9,0.6,3.4,0s1.3-1.1,2.8-1.7s1-1.6,2.5-2.2s1.5-0.6,2.9-1.2s2,0.8,3.5,0.2s1.7,0,3.2-0.6 s1.4-0.8,2.8-1.5s1.4-0.7,2.9-1.3s1.7-0.3,1.7-1.9s-0.5-0.7-2-1.3s-1.5-0.6-3-1.3s-1.7-0.2-3.1-0.9s-0.9-1.9-2.4-2.6 s-1.7-0.1-3.2-0.8s-2,0.4-3.4-0.2c-1.5-0.7-1.5-0.6-2.9-1.3s-1.3-1.1-2.7-1.8s-1.3-1.1-2.7-1.7s-1-1.6-2.5-2.3s-2.2,1-3.7,0.3 c-1.5-0.7-1.3-1-2.8-1.7s-1-1.3-2.2-2.4C7.8,5.3,6.8,4.5,5.4,5.4'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: -30px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: -30px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	margin: 0px auto !important;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/* ====================================================================================================================
  * RESPONSIVE
  * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: -30px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: -30px;
	}
}

.gfield div.gfgeo-locator-button-wrapper.infield {
	height: auto !important;
	top: calc(50% - 10px) !important;
}

.gform_body .gfield input.advanced-address-autocomplete[data-locator_enabled="1"], .gform_body .gfield input.gfgeo-address-field[data-locator_enabled="1"] {
	padding-left: 30px !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.color-blue {
	color: #164563;
}

.color-light-blue {
	color: #91D3D6;
}

.color-orange {
	color: #FCD765;
}

.color-green {
	color: #09705C;
}

.color-cream {
	color: #FFFBF0;
}

.color-tan {
	color: #8B711E;
}

.color-white {
	color: #FFFFFF;
}

.color-accent {
	color: #F65F2A;
}

.has-blue-color {
	color: #164563;
}

.has-light-blue-color {
	color: #91D3D6;
}

.has-orange-color {
	color: #FCD765;
}

.has-green-color {
	color: #09705C;
}

.has-cream-color {
	color: #FFFBF0;
}

.has-tan-color {
	color: #8B711E;
}

.has-white-color {
	color: #FFFFFF;
}

.has-black-color {
	color: #000000;
}

.has-accent-color {
	color: #F65F2A;
}

.has-blue-background-color {
	background-color: #164563;
}

.has-blue-background-color p a {
	color: #91D3D6;
}

.has-blue-background-color p a:visited {
	color: #91D3D6;
}

.has-blue-background-color p a:hover, .has-blue-background-color p a:focus, .has-blue-background-color p a:active {
	color: #a4dadd;
}

.has-light-blue-background-color {
	background-color: #91D3D6;
}

.has-light-blue-background-color p a {
	color: #09705C;
}

.has-light-blue-background-color p a:visited {
	color: #09705C;
}

.has-light-blue-background-color p a:hover, .has-light-blue-background-color p a:focus, .has-light-blue-background-color p a:active {
	color: #0b886f;
}

.has-orange-background-color {
	background-color: #FCD765;
}

.has-orange-background-color p a {
	color: #09705C;
}

.has-orange-background-color p a:visited {
	color: #09705C;
}

.has-orange-background-color p a:hover, .has-orange-background-color p a:focus, .has-orange-background-color p a:active {
	color: #0b886f;
}

.has-green-background-color {
	background-color: #09705C;
}

.has-green-background-color p a {
	color: #FCD765;
}

.has-green-background-color p a:visited {
	color: #FCD765;
}

.has-green-background-color p a:hover, .has-green-background-color p a:focus, .has-green-background-color p a:active {
	color: #fcdd7e;
}

.has-cream-background-color {
	background-color: #FFFBF0;
}

.has-cream-background-color.darken-background-color {
	background-color: #f3eddb;
}

.has-tan-background-color {
	background-color: #8B711E;
}

.has-tan-background-color p a {
	color: #FCD765;
}

.has-tan-background-color p a:visited {
	color: #FCD765;
}

.has-tan-background-color p a:hover, .has-tan-background-color p a:focus, .has-tan-background-color p a:active {
	color: #fcdd7e;
}

.has-white-background-color {
	background-color: #FFFFFF;
}

.has-black-background-color {
	background-color: #000000;
}

.has-accent-background-color {
	background-color: #F65F2A;
}

.svgEdge-blue, .crk-section.color-blue-bg:before, .crk-section.color-blue-bg:after, .crk-edge:before, .crk-edge:after, .top-header:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23164563;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.svgEdge-light-blue, .crk-section.color-light-blue-bg:before, .crk-section.color-light-blue-bg:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2391D3D6;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.svgEdge-orange, .crk-section.color-orange-bg:before, .crk-section.color-orange-bg:after, .crk-edge.color-orange:before, .crk-edge.color-orange:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FCD765;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.svgEdge-green, .crk-section.color-green-bg:before, .crk-section.color-green-bg:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2309705C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.svgEdge-cream, .crk-section.color-cream-bg:before, .crk-section.color-cream-bg:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.svgEdge-tan, .crk-section.color-tan-bg:before, .crk-section.color-tan-bg:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%238B711E;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.svgEdge-white, .crk-section.color-white-bg:before, .crk-section.color-white-bg:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.svgEdge-accent, .crk-edge.color-accent:before, .crk-edge.color-accent:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F65F2A;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.svgEdge-cream-shade, .crk-section.color-cream-shade-bg:before, .crk-section.color-cream-shade-bg:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F3EDDB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,9.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
}

.background-design-one-blue {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23194e70;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23194e70;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.background-design-one-light-blue {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239cd7da;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239cd7da;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.background-design-one-orange {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fde18d;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fde18d;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.background-design-one-green {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230a7e68;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230a7e68;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.background-design-one-cream {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.background-design-one-tan {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23987b21;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23987b21;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.background-design-one-white {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.background-design-two-blue {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23194e70;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23194e70;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.background-design-two-light-blue {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239cd7da;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239cd7da;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.background-design-two-orange {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fde18d;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fde18d;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.background-design-two-green {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230a7e68;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230a7e68;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.background-design-two-cream {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFBF0;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFBF0;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.background-design-two-tan {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23987b21;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23987b21;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.background-design-two-white {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.color-white-bg.background-design-one-blue {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f3f6f7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f3f6f7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.color-white-bg.background-design-one-light-blue {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fafdfd;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fafdfd;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.color-white-bg.background-design-one-orange {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fffdf7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fffdf7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.color-white-bg.background-design-one-green {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f3f8f7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f3f8f7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.color-white-bg.background-design-one-cream {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFBF0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.color-white-bg.background-design-one-tan {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f9f8f4;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f9f8f4;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.color-white-bg.background-design-one-white {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 436.5 239.8' style='enable-background:new 0 0 436.5 239.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M435.6,217.6v22.7H0.3V12.2l5.9,5.2l11.6,0.8c4.5,0.3,8.6,2.6,11.2,6.2l7,9.7c0.1,0.1,0.2,0.2,0.4,0.2l10.3,1.4 c5.2,0.7,9.9,3.2,13.4,7.1l7.2,8.1c0.1,0.1,0.3,0.2,0.5,0.2l28.5-0.6c1.8,0,3.6,0.1,5.4,0.4l21.8,4.1c4.2,0.8,8.6,0.1,12.3-1.9 l13.5-7.1c5.5-2.9,12.2-2.9,17.7,0L189,57.4c0.3,0.1,0.7,0,0.8-0.2l5.7-10.4c0.1-0.2,0.4-0.4,0.7-0.3l11.6,2.6c0.1,0,0.3,0,0.4-0.1 l6.8-3.5c0.2-0.1,0.6-0.1,0.7,0.2l10.8,12.9c0.1,0.1,0.2,0.2,0.4,0.2l16.2,2.7c0.1,0,0.2,0.1,0.3,0.1l13.3,11.8 c0.1,0.1,0.2,0.1,0.4,0.2l17.5,0.5c0.1,0,0.2,0,0.3,0.1l10.2,5.4c0.2,0.1,0.4,0.1,0.5,0l9.9-4.4c4-1.8,8.6-0.7,11.5,2.5l3.7,4.2 c0.1,0.1,0.2,0.2,0.3,0.2l15.9,4.2c0.2,0.1,0.4,0.2,0.4,0.4l4.2,14.2c0.4,1.4,1.3,2.6,2.5,3.4l8.9,6.2c2,1.4,3,3.7,2.7,6.1 l-1.7,13.2c0,0.1,0,0.2,0.1,0.3l7.5,15.1c0.1,0.2,0.1,0.4,0,0.6l15.9,14c0.2,0,0.3,0,0.5,0.1l15,12c2.7,2.2,5.9,3.8,9.3,4.8 l11.4,3.4c4.4,1.3,8.1,4.4,10.2,8.6l7.8,15.9c0,0.1,0.1,0.1,0.1,0.2L435.6,217.6z'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 264.1 163.8' style='enable-background:new 0 0 264.1 163.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M264.6,1v158.7l-4.8,0.6c-1.7,0.2-3.4-0.4-4.6-1.7l-13.7-15.9c-2.2-2.5-6.2-2.3-8.1,0.5l-3.4,5.1 c-1.9,2.9-6.2,3-8.3,0.3l-2.7-3.5c-2.2-2.9-6.7-2.5-8.5,0.6l-2.1,3.7c-1.9,3.4-6.8,3.5-8.8,0.1l-3.1-5.2c-1.6-2.7-5.2-3.3-7.6-1.3 l-2.5,2.1c-3.2,2.6-8,0.6-8.4-3.5l-1-10.2c-0.2-2.2-1.8-4-4-4.5l-8-1.8c-2.6-0.6-4.3-3.1-3.9-5.7c0-0.3,0.1-0.5,0.1-0.8 c0-4.6-5.8-7-9-3.3l-8.1,9.4c-1.8,2.1-5,2.4-7.1,0.6l-22.9-18.6c-0.6-0.5-1.2-0.8-2-1l-27-6.9c-2.1-0.5-3.6-2.2-3.8-4.4l-3.8-31.5 c-0.5-3.9-5-5.9-8.2-3.5l-5.5,4.1c-2.2,1.7-5.4,1.2-7.1-1l-5.3-6.9c-2.1-2.7-6.1-2.7-8.2,0l-4.2,5.6c-2.2,2.8-6.5,2.6-8.4-0.4 l-5.9-9.3c-0.6-1-1.5-1.7-2.5-2.1l-11.2-4.1C8.4,44.7,7,42,7.7,39.4l2.4-8.3L13,20.9c0.4-1.4,0.2-2.9-0.6-4.1l-0.4-0.6L2.7,1H264.6z '/%3E%3C/svg%3E%0A");
}

.color-white-bg.background-design-two-blue {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f3f6f7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f3f6f7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.color-white-bg.background-design-two-light-blue {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fafdfd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fafdfd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.color-white-bg.background-design-two-orange {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fffdf7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fffdf7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.color-white-bg.background-design-two-green {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f3f8f7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f3f8f7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.color-white-bg.background-design-two-cream {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFBF0;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFBF0;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.color-white-bg.background-design-two-tan {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f9f8f4;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f9f8f4;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.color-white-bg.background-design-two-white {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M7.9,20.3C7.9,20.3,7.9,20.3,7.9,20.3c3.2,0,6.4,1.1,9.6,2.1c3.1,1,6.7,2.2,10.3,2.2c2,0,3.8-0.3,5.5-1.1 c5.8-2.3,8.8-8.5,9.7-13.4l0,0c0.5-3,0.3-5.8-0.2-9.2l-0.1-0.5h-2.3l0.1,0.7c0.4,2.8,0.8,5.8,0.3,8.7c-0.7,4.4-3.3,9.7-8.3,11.7 c-4.8,1.9-9.4,0.4-14.3-1.2c-3.3-1.1-6.7-2.2-10.3-2.2c-2.4,0-4.6,0-6.7,0l-0.6,0v2.2l0.6,0C3.4,20.3,5.6,20.3,7.9,20.3z'/%3E%3Cpath class='st0' d='M94.9,13.7c1.7,3.8,5.6,7.6,10.7,7.6c0.8,0,1.6-0.1,2.4-0.3c5.2-1.2,6.3-4.8,7.3-7.9c0.5-1.7,1.1-3.6,2.4-5.2 c4.7-5.7,9.7-2.6,15.5,1l0.1,0.1c2.1,1.3,4.2,2.6,6.3,3.4c6.5,2.4,14.5,0.7,20.6-4.5c2-1.7,3.5-3.9,4.5-6.6l0.3-0.8h-2.4l-0.2,0.4 c-0.9,2.1-2.1,3.9-3.7,5.3c-5.4,4.7-12.6,6.3-18.3,4.2c-1.9-0.7-3.7-1.9-6-3.3c-5.5-3.4-12.4-7.7-18.4-0.5c-1.6,1.9-2.2,3.9-2.9,6 c-1,3-1.7,5.5-5.7,6.4c-4.7,1.1-8.8-2.2-10.5-6.1c-1.4-3.2-2.4-6.8-3-11.8l-0.1-0.5h-2.3l0.1,0.7C92.4,6.3,93.4,10.2,94.9,13.7z'/%3E%3Cpath class='st0' d='M253.1,49c-4.5-2.2-6.3-3.5-5.4-7.4c0.9-3.6,1.3-7.3-4.4-9.6c-2.2-0.9-4.5-1-6.5-1.2c-1.1-0.1-2.1-0.2-2.9-0.3 c-1.6-0.2-3.3-0.7-4.9-1.1l-0.5-0.1c-1.1-0.3-2.2-0.6-3.4-0.8c-1.4-0.3-2.8-0.4-4.1-0.5l-0.1,0c-1.6-0.1-3.6-0.2-5.4-0.8 c-5.4-1.7-9.4-5.3-13.3-8.8c-3-2.6-6.1-5.3-9.8-7.3c-2.2-1.2-3.9-1.5-5.3-0.8c-2.1,1-2.6,3.8-3.1,6.4l0,0.2c-0.2,1.2-0.4,2.2-0.7,3 c-1,2.5-2.4,4.9-4.3,7.4c-7,9.1-17.4,15.4-28.7,17.2c-1.6,0.3-3.3,0.4-4.9,0.6l-1.2,0.1c-2.7,0.3-5.4,0.5-8.1,1.1 c-4.8,1.1-7.4,3.2-10.8,5.9l-1.9,1.5c-5.8,4.6-11.7,9.4-19.4,10.2c-11.2,1.2-25,1.8-32.4-3.7l-0.6-0.4c-2.8-2.1-6-4.5-9.8-4.1 C52.7,57,52,68.3,51.5,76.6c-0.1,2.4-0.3,4.8-0.6,6.4c-5,24.7-22,43.9-43.1,49c-2.1,0.5-4.3,1-6.5,1.3l-0.5,0.1v2.3l0.7-0.1 c2.5-0.3,5-0.9,6.9-1.3c22-5.3,39.6-25.2,44.8-50.8c0.4-1.8,0.5-4.3,0.7-6.8c0.5-7.9,1.1-17.8,8-18.7c2.8-0.4,5.5,1.6,8.1,3.6 l0.7,0.5c8,6,22.3,5.3,33.9,4.1c8.3-0.9,14.5-5.8,20.5-10.6l1.9-1.5l0.1,0c3.1-2.5,5.5-4.5,9.8-5.4c2.6-0.6,5.3-0.8,7.9-1.1l0.2,0 c1.8-0.2,3.9-0.4,6-0.7c11.9-1.9,22.8-8.5,30.1-18c2-2.7,3.5-5.3,4.6-7.9c0.4-1,0.6-2.2,0.8-3.4l0-0.2c0.4-2,0.8-4.3,1.9-4.8 c0.7-0.3,1.8-0.1,3.3,0.7c3.5,1.9,6.5,4.5,9.3,7.1c4.1,3.6,8.3,7.4,14.1,9.2c1.9,0.6,3.9,0.8,5.9,0.9l0.1,0 c1.3,0.1,2.6,0.2,3.8,0.4c1.1,0.2,2.3,0.5,3.4,0.8l0.4,0.1c1.6,0.4,3.3,0.8,5.1,1.1c0.8,0.1,1.6,0.2,2.4,0.2l0.7,0.1 c2,0.1,4,0.2,5.8,1c3.7,1.5,4,3.3,3.1,7c-1.4,5.6,2,7.7,6.6,9.9c6.8,3.3,13,7.9,18.2,13.5l1.1,1.1v-3.3l-0.2-0.2 C266,56.7,259.9,52.3,253.1,49z'/%3E%3Cpath class='st0' d='M235.9,52.9c-0.5-0.1-1.1-0.2-1.6-0.2c-1.6-0.2-4-0.5-5.4-1.2c-0.5-0.3-0.8-0.6-1.1-0.9 c-0.2-0.3-0.4-0.7-0.1-1.7c0.2-0.6,0.7-1.1,1.3-1.8c1.2-1.4,3-3.5,0.1-6.3c-3.1-3.1-8.2-1.5-12.8-0.1c-2.2,0.7-4,1.3-5.4,1.3 c-3.5,0.1-6.4-0.8-8.5-2.8c-0.9-0.8-1.7-1.7-2.4-2.6l-0.1-0.1c-1-1.1-1.9-2.2-3.1-3.2c-5.7-4.7-8.9-1.3-11.7,1.8l-0.4,0.4 c-0.4,0.4-0.8,0.8-1.2,1.3c-4.1,4.1-9,7.8-14.4,10.8c-4.1,2.3-11.7,6.5-17.6,6.6c-1.2,0-2.3,0-3.5,0c-5.2,0-9.3-0.1-14.8,3 c-3,1.7-5.8,3.8-8.4,5.8l-0.3,0.2c-2,1.5-4.3,3.3-6.7,4.8c-6.9,4.3-13.9,7-19.9,7.5c-1,0.1-2,0.2-3.1,0.3c-0.3,0-0.6,0.1-0.9,0.1 c-4.3,0.4-8.1,0.7-11.7,0c-0.8-0.2-1.7-0.4-2.5-0.7c-1.1-0.4-2.2-0.9-3.2-1.4l-0.1,0c-1.2-0.6-2.5-1.1-3.7-1.6 c-2.4-0.8-4.6-1.1-6.5-0.7c-0.6,0.1-1.2,0.3-1.7,0.5c-1,0.4-2,1.1-2.9,1.9c-1.3,1.3-2.3,2.9-2.9,4.9c-1.1,3.3-1.3,6.9-1.6,10.4 l0,0.3c-0.1,2.1-0.3,4.3-0.6,6.3c-0.9,5.2-2.6,10.3-5.1,15.3c-4.8,9.5-12,17.7-20.9,23.6c-8.7,5.7-18.8,9.2-29.4,10l-0.6,0v2.2 l0.7,0c11-0.8,21.5-4.4,30.5-10.4c9.2-6.1,16.6-14.6,21.6-24.5c2.6-5.2,4.4-10.6,5.3-15.9c0.4-2.2,0.5-4.4,0.7-6.7l0-0.3 c0.2-3.2,0.5-6.6,1.5-9.6c0.4-1.3,1-2.4,1.8-3.3c0.8-1,1.7-1.7,2.7-2.1c0.8-0.3,1.7-0.5,2.6-0.5c1.2,0,2.5,0.2,4.1,0.8 c1.1,0.4,2.3,0.9,3.5,1.5c0.5,0.2,0.9,0.4,1.3,0.6c0.7,0.3,1.4,0.6,2.1,0.9c5.2,1.9,10.6,1.3,15.9,0.8l0.1,0c0.4,0,0.7-0.1,1.1-0.1 c0.7-0.1,1.3-0.1,2-0.2c2.9-0.2,6-1,9.3-2.1c3.8-1.3,7.7-3.3,11.6-5.7c2.3-1.5,4.6-3.1,6.8-4.9l0.1,0c2.7-2,5.5-4.1,8.4-5.8 c5-2.8,8.8-2.8,13.7-2.8c1.1,0,2.2,0,3.5,0c6.4-0.1,14-4.4,18.6-6.9c5.6-3.1,10.6-6.9,14.9-11.2c0.6-0.6,1.1-1.2,1.6-1.7 c2.9-3.2,4.5-5,8.6-1.6c1,0.8,1.9,1.9,2.8,2.9l0.1,0.1c0.8,0.9,1.6,1.9,2.6,2.7c2.5,2.4,5.9,3.5,10.1,3.4c1.7,0,3.7-0.7,5.8-1.3 l0.2-0.1c3.9-1.2,8.3-2.6,10.5-0.5c1.4,1.4,1,1.9-0.2,3.3c-0.6,0.7-1.3,1.5-1.7,2.5c-0.4,1.4-0.3,2.6,0.3,3.7 c0.1,0.1,0.1,0.2,0.2,0.3c1.6,2.1,5.4,2.5,7.9,2.8c13.8,1.7,27,9,36.3,20l1.1,1.3v-3.4l-0.2-0.2C262.1,62.1,249.2,54.9,235.9,52.9z '/%3E%3Cpath class='st0' d='M12.4,4.7h0.3c1.4,0,3.3-0.3,4.6-1.5c0.5-0.5,0.9-1.2,1.2-2l0.3-0.8h-2.3l-0.2,0.4c-0.1,0.3-0.3,0.6-0.5,0.8 c-0.8,0.8-2.4,0.9-3.2,0.9c-1.3,0-3.1-0.1-4.9-0.4l-6.8-1v2.3l6.5,0.9C9.1,4.6,11,4.7,12.4,4.7z'/%3E%3Cpath class='st0' d='M141.4,3.6c1.3,0.3,2.6,0.5,4,0.5c3.1,0,6-0.9,8.1-2.6l1.4-1.1h-3.8L151,0.5c-2.6,1.4-5.9,1.7-9,0.9 c-0.8-0.2-1.7-0.5-2.6-0.9l-0.1-0.1h-4.5l1.8,1.1C138.1,2.5,139.7,3.1,141.4,3.6z'/%3E%3Cpath class='st0' d='M13.6,31.4c0.6,0.2,1.2,0.4,1.8,0.7l1.1,0.4c4.7,1.7,9.2,3.4,13.9,3.4c4,0,7.6-1.2,11-3.7 c5.8-4.2,9.8-11.3,11.6-21.1c0.4-1.9,0.6-3.9,0.9-5.8c0.2-1.5,0.4-2.9,0.6-4.2l0.1-0.7h-2.3l-0.1,0.5c-0.1,0.6-0.2,1.3-0.3,1.9 C52,3.6,51.9,4.3,51.7,5l-0.1,0.5c-0.2,1.7-0.5,3.5-0.8,5.3c-1.7,9.2-5.3,15.8-10.7,19.7c-7.7,5.5-15,2.9-22.8,0 c-0.4-0.1-0.8-0.3-1.2-0.4c-0.6-0.2-1.2-0.4-1.8-0.6c-3.7-1.3-8-2-13-2.2l-0.6,0v2.2l0.6,0C6.2,29.6,10.3,30.3,13.6,31.4z'/%3E%3Cpath class='st0' d='M96.4,42.3c1.9,0,3.7-0.3,5.4-1c4.4-1.7,7.7-5.2,10.3-8.5c0.5-0.6,0.9-1.1,1.4-1.7c2.2-2.7,4.5-5.5,7.2-7.5 c4.1-3,7.2-2.5,11.5-1.7l0.5,0.1c0.9,0.2,1.9,0.3,3,0.5c14.7,1.9,26.8-4.1,32.4-15.8c0.8-1.6,1.5-3.5,2-5.4l0.2-0.8H168l-0.1,0.4 c-0.5,1.8-1.1,3.4-1.8,4.8C161,16.5,149.7,21.9,136,20.2c-1.2-0.2-2.4-0.4-3.3-0.5c-4.3-0.8-8.3-1.5-13.2,2.1c-3,2.2-5.4,5.1-7.7,8 c-0.4,0.6-0.9,1.1-1.3,1.7c-2.5,3-5.5,6.4-9.4,7.8c-7.7,3-16.5-2.2-20.6-8.8c-5.2-8.6-4.3-21.6-3.7-29.4l0-0.7h-2.2l0,0.6 c-0.8,10.3-1.2,22.1,4,30.6C82.5,38,89.6,42.3,96.4,42.3z'/%3E%3Cpath class='st0' d='M271.4,10.6c0-0.1-0.1-0.1-0.1-0.2l0,0c-0.3-0.3-0.5-0.7-0.8-1c-0.3-0.3-0.5-0.7-0.8-1c-2.3-2.9-4.7-3.5-7.7-4 c-1.8-0.3-3.7-0.4-5.5-0.6l-0.2,0c-4.3-0.3-8.8-0.6-12.3-3c-0.1-0.1-0.2-0.1-0.2-0.2l-0.2-0.2h-3.2l1,1c0.5,0.5,0.9,0.9,1.3,1.2 c4,2.8,8.8,3.1,13.5,3.4c2.1,0.1,3.8,0.3,5.4,0.5c3.1,0.5,4.7,1.1,6.3,3.2c0.5,0.7,1,1.3,1.5,2c0.2,0.3,0.4,0.5,0.6,0.8l1.4,1.7 v-3.6L271.4,10.6z'/%3E%3Cpath class='st0' d='M3.1,99.5c1.2,0,2.3-0.2,3.5-0.5c10.3-3,18.2-18.8,20.9-26.7c0.6-1.6,1.1-3.3,1.6-4.9c2-6.3,3.9-12.2,8.1-17.2 c1.8-2,3.7-4,5.6-5.9c2.3-2.3,4.6-4.6,6.7-7.2c4.4-5.5,7.5-12.2,8.9-19.3c0.2-0.9,0.3-2.2,0.3-3.3l0-0.1c0.3-5,0.8-8.8,4.3-8.8h0.1 c1.4,0,2.6,1.5,2.9,2.9c0.4,1.4,0.2,2.9,0.1,4.4l-0.1,1c-0.9,11.6,3.5,23.6,11.9,32c6.1,6,17.9,9.6,26.4,4.9 c3.6-2,7.4-4.3,10.1-7.8c0.8-1,1.5-2,2.2-3.1c1.7-2.5,3.5-5.2,6.2-6.6c3.3-1.7,7.3-1.3,11.2-0.9c0.4,0,0.7,0.1,1.1,0.1 c0.8,0.1,1.5,0.1,2.3,0.2c11.8,0.7,23-4.6,31.5-14.9c3.5-4.3,5.7-9.8,6.8-16.9l0.1-0.7h-2.3l-0.1,0.5c-1,6.8-3,11.8-6.3,15.7 c-8,9.8-18.6,14.8-29.7,14.1c-1.1-0.1-2.2-0.2-3.3-0.3c-4-0.4-8.6-0.9-12.5,1.2c-3.2,1.7-5.1,4.6-7,7.3c-0.7,1-1.4,2-2.1,2.9 c-2.5,3.2-6,5.3-9.5,7.2c-7.6,4.2-18.2,0.9-23.7-4.5c-8-7.9-12.2-19.3-11.3-30.3l0.1-0.9c0.1-1.6,0.3-3.5-0.2-5.3 c-0.6-2.2-2.5-4.5-5.1-4.6h-0.1c-5.8,0-6.2,6.6-6.5,11c-0.1,1-0.1,2.2-0.3,3c-1.3,6.8-4.2,13.1-8.5,18.4c-1.9,2.4-4.1,4.6-6.3,6.7 l-0.3,0.3c-2,2-4,3.9-5.7,6C31,54.1,29,60.5,27,66.7l0,0.1c-0.2,0.5-0.4,1.1-0.5,1.6c-0.4,1.1-0.7,2.2-1.1,3.2 C22.8,79.1,15.3,94.1,6,96.9c-1.5,0.4-3,0.5-4.6,0.3L0.7,97v2.3l0.5,0.1C1.7,99.5,2.4,99.5,3.1,99.5z'/%3E%3Cpath class='st0' d='M267.4,23.4c-0.7-0.9-1.4-1.8-2.1-2.7c-4.9-5.8-10.6-6.6-17.2-7.5c-1-0.1-2-0.3-3.1-0.4 c-3.9-0.6-8-1.2-11.6-2.8c-4.1-1.8-7-4.5-9.5-9.2l-0.2-0.3h-2.6l0.5,0.9c2,3.9,4.9,8.2,10.9,10.7c4,1.7,8.3,2.4,12.2,2.9 c0.9,0.1,1.8,0.3,2.6,0.4l0.5,0.1c6.2,0.8,11.5,1.6,15.8,6.7c0.8,0.9,1.5,1.8,2.1,2.6l0,0.1c1.4,1.9,2.9,3.8,4.7,5.4l1,0.9v-3 l-0.2-0.2C269.8,26.5,268.6,24.9,267.4,23.4z'/%3E%3Cpath class='st0' d='M4.1,116.9c7.4,0,14-4.7,17.4-8.7c5.3-6.2,8-13.9,10.6-21.4l0.1-0.2c1-3,2.2-6.3,3.5-9.4 c5-11.9,11-23.4,17.7-34.1c2.3-3.7,4.6-5.4,6.7-5c1.9,0.4,3.2,2.4,4.5,4.4l0.3,0.5c9.4,14.9,31.2,20.4,46.6,11.7 c3.6-2,6.5-4.7,9.2-7l0.3-0.3c1.9-1.7,3.9-3.4,6-4.9c3.8-2.6,8.9-2.9,13.8-3.3c1.8-0.1,3.8-0.3,5.7-0.5 c16.6-2.4,31.1-16.1,34.5-32.6l0.3-1.4c0.2-1.1,0.4-2.3,0.8-3.5l0.2-0.8h-2.3l-0.1,0.5c-0.3,1-0.5,2-0.7,2.9l-0.4,1.8 c-3.2,15.6-16.9,28.5-32.6,30.8c-1.8,0.3-3.7,0.4-5.5,0.5l-0.1,0c-5.2,0.4-10.6,0.7-14.9,3.7c-2.3,1.6-4.4,3.5-6.4,5.3L119,46 c-2.7,2.4-5.4,4.9-8.7,6.7c-14.4,8.1-34.8,3-43.6-10.9l-0.3-0.5c-1.3-2.1-3-4.8-5.9-5.4c-3.1-0.6-6.2,1.4-9.1,6 c-6.8,11-12.8,22.6-17.9,34.4c-1.3,3.2-2.5,6.6-3.5,9.6c-2.5,7.3-5.2,14.9-10.2,20.9c-4.1,4.8-11.4,9-18.4,7.6l-0.7-0.1v2.3 l0.5,0.1C2.2,116.8,3.1,116.9,4.1,116.9z'/%3E%3Cpath class='st0' d='M269.7,45.2c-1.4-0.9-2.8-1.9-3.1-3.2c-0.1-0.7,0.1-1.6,0.3-2.4l0.1-0.2c0.1-0.5,0.2-1,0.3-1.5 c0.6-5.2-8.9-8-14-9.5l-0.6-0.2c-0.5-0.1-0.9-0.3-1.3-0.4c-2.6-0.8-5.2-1.7-7.7-2.6l-0.7-0.2c-2.6-0.9-5.3-1.8-8-2.7 c-1.2-0.4-2.3-0.7-3.5-1l-0.1,0c-4.2-1.2-8.2-2.4-11.5-5.8c-2.1-2.2-3.8-4.9-5.3-7.3c-0.6-1-1.3-2-2-3c-0.9-1.4-2.1-3-3.3-4.4 L209,0.4h-3.1l1,1c1.4,1.5,2.7,3.3,3.6,4.6l0.1,0.2c0.6,0.8,1.1,1.6,1.6,2.4l0.5,0.7c1.6,2.6,3.3,5.2,5.5,7.5 c3.7,3.9,8,5.1,12.5,6.4l0.1,0c1,0.3,2.2,0.6,3.4,1c2.7,0.9,5.4,1.8,8,2.7l0.8,0.3c2.5,0.9,5.1,1.8,7.6,2.6 c0.3,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.5,0.2,0.8,0.2c3.5,1,12.9,3.8,12.4,7.1c-0.1,0.5-0.2,1-0.3,1.4l0,0.1c-0.2,1-0.5,2.1-0.3,3.3 c0.5,2.2,2.4,3.5,4.1,4.6c0.7,0.5,1.4,0.9,2,1.4l1,0.7v-2.7l-0.2-0.2C270.7,45.9,270.2,45.5,269.7,45.2z'/%3E%3Cpath class='st0' d='M2.8,84.5H3c8.8-0.1,13.5-8.7,16.3-15.2l0,0c2.3-5.5,5.1-13.5,1.5-20.2c-2.1-3.8-5.6-6.5-10.3-7.7 c-3-0.8-6.2-0.9-9.3-0.3l-0.5,0.1v2.3l0.7-0.1c2.9-0.5,5.8-0.4,8.5,0.3c2.8,0.7,6.6,2.5,8.8,6.6c3.1,5.8,0.6,13.2-1.6,18.2 C14.7,74.3,10.4,82.2,3,82.3c-0.6,0-1.1,0-1.6-0.1l-0.7-0.1v2.3l0.5,0.1C1.8,84.5,2.3,84.5,2.8,84.5z'/%3E%3Cpath class='st0' d='M21.8,12.6c1.6,0,2.9-0.2,4.1-0.5c2.4-0.7,5.1-2.5,5.8-5.5c0.5-2.1-0.1-4-0.7-5.7l-0.1-0.4l-3,0l0.9,0.9 c0.5,1.7,1,3.2,0.7,4.7c-0.4,1.7-2.1,3.3-4.3,3.9c-2.1,0.6-4.2,0.5-6.8,0.2L0.7,8.7V11l17.6,1.4C19.6,12.5,20.7,12.6,21.8,12.6z'/%3E%3Cpath class='st0' d='M98.1,2.2l0.1,0.2c0.7,2.1,1.5,4.3,3.4,5.5c1,0.7,2.1,1,3.3,1c2.4,0,5.1-1.4,6.6-3.5c0.8-1.2,1.4-2.6,1.8-4.3 l0.1-0.7h-2.3L111,0.9c-0.3,1.3-0.8,2.4-1.4,3.3c-1.5,2.1-4.6,3.4-6.8,1.9c-1.3-0.9-2-2.6-2.5-4.4c-0.1-0.3-0.2-0.6-0.3-0.9 l-0.1-0.5h-2.3l0.2,0.8C97.9,1.5,98,1.8,98.1,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 273.1 153.7' style='enable-background:new 0 0 273.1 153.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,137.7c2.6-1.3,5.4-2.6,8.1-2.8c6.4-0.4,13,0.9,19.4,2.1l0.5,0.1c4.6,0.9,9.3,1.8,13.9,2.1 c9.5,0.6,19.7-1.2,30.3-5.3c9-3.5,16.2-8.7,23.8-14.3c1.1-0.9,2.4-1.7,3.7-2.7c2.5-1.8,5.3-3.9,8.4-5c1.1-0.4,2.2-0.7,3.2-0.9 l0.3-0.1c1.9-0.5,3.8-0.9,5.6-2c6.2-3.7,3.9-11.8,1.8-19c-1-3.4-1.9-6.5-1.7-8.7c0.5-7.8,8.4-13,16.1-17.1 c13-7.5,24.6-13,36.7-17.4l1.4-0.5c11-4,23.4-8.5,32.9-15.5c10.8-8,23.1-7.1,33.7-5.2c0.5,0.1,1.1,0.2,1.7,0.3l0.7,0.1l-0.1-2.3 l-0.5-0.1c-0.4,0-0.8-0.1-1.1-0.2l-0.2,0c-10.4-1.9-23.9-3-35.5,5.6c-9.2,6.8-21.5,11.3-32.3,15.2l-1.4,0.5 c-12.2,4.4-23.9,10-37.1,17.6c-8.2,4.3-16.7,10-17.2,18.9c-0.2,2.6,0.8,6.1,1.8,9.5c1.8,6.4,3.9,13.6-0.8,16.4 c-1.6,0.9-3.4,1.4-5.3,1.8c-1.1,0.3-2.3,0.6-3.5,0.9c-3.3,1.2-6.2,3.2-8.9,5.2l-0.1,0.1c-1.3,1-2.6,1.8-3.7,2.7 c-7.5,5.5-14.5,10.6-23.3,14c-10.3,4-20.2,5.7-29.3,5.2c-4.6-0.3-9.3-1.2-13.9-2.1l-0.1,0c-6.5-1.3-13.3-2.6-20-2.2 c-3.2,0.2-6.1,1.6-9,3c-1.5,0.7-3.1,1.5-4.8,2c-5.9,2-11,2.3-15.6,1c-0.7-0.2-1.4-0.4-2.1-0.7l-0.9-0.4l0.1,2.5l0.4,0.1 c0.5,0.2,1.2,0.4,1.8,0.6c2,0.6,4.2,0.9,6.4,0.9c3.3,0,6.7-0.6,10.5-1.9C22.6,139.3,24.3,138.5,26,137.7z'/%3E%3Cpath class='st0' d='M183.7,118.5c1.8-0.3,3.9-0.6,5.7-1.6c1.9-1,4.1-3.2,4-6.1c-0.2-4-4.4-5.9-7.5-7.2c-2.3-1-4-3-4.4-5.1 c-0.4-1.8,0.1-3.5,1.5-5c1.9-2.1,5.9-3.1,9.5-4c1.7-0.4,3.3-0.8,4.6-1.3c11.5-4.3,22.1-10.2,31.8-17.6c0.8-0.6,1.6-1.2,2.5-1.9 l0.1-0.1c3.1-2.4,6.2-4.9,9.7-6.7c3.5-1.8,7-2,10.5-2.2c3.5-0.2,7.2-0.4,10.8-2.2c1.9-0.9,3.7-1.7,5.4-2.3l0.4-0.2l-0.1-2.3 l-0.8,0.3c-1.9,0.7-3.8,1.5-5.9,2.5c-3.3,1.6-6.5,1.8-10,2c-3.7,0.2-7.5,0.5-11.4,2.5c-3.7,1.9-7,4.5-10.1,7l-2.5,1.9 c-9.5,7.2-19.9,13.1-31.2,17.3c-1.2,0.4-2.7,0.8-4.2,1.2l-0.2,0c-3.9,0.9-8.3,2-10.6,4.7c-1.8,2-2.5,4.5-2,7 c0.6,2.8,2.8,5.4,5.7,6.7l0.1,0c2.6,1.2,5.9,2.7,6.1,5.3c0.1,1.7-1.3,3.2-2.7,4c-1.4,0.7-3.2,1-4.8,1.3l-1.1,0.2 c-10.3,1.8-20,6.2-28.1,12.8c-1.3,1.1-2.7,2.3-3.9,3.4c-2.8,2.5-5.7,5.2-9.1,7c-6.8,3.7-14.6,4-22.2,4.4l-0.4,0 c-4.5,0.2-9.2,0.4-13.6,1.3c-1,0.2-2,0.5-3,0.8l-4.6,1.5l12-0.7c2.9-0.4,6-0.5,8.9-0.6l0.7,0c7.8-0.3,15.9-0.7,23.2-4.6 c3.6-1.9,6.6-4.6,9.5-7.3l0.3-0.3c1.1-1,2.3-2,3.5-3c7.8-6.4,17.1-10.7,27-12.4L183.7,118.5z'/%3E%3Cpath class='st0' d='M110.3,138.5c2.9-0.9,6.3-1.9,9.5-2.9c7.6-2.1,12.8-5.1,17.4-10l0.6-0.6c0.4-0.4,0.7-0.7,1-1.1 c3.4-3.7,6.9-7.5,12-8.6c1.2-0.2,2.7-0.4,4.3-0.6l0.5-0.1c6.4-0.7,14.3-1.6,16.9-7.2c1.5-3.5-0.6-6.7-2.5-9.6 c-0.5-0.8-1.2-1.8-1.7-2.7c-2.9-5.5-0.9-12.3,2.4-16.6c3.8-5,9.6-8.3,14.8-10.8c3.3-1.6,7.1-2.9,10.8-4.2l0.4-0.1 c5-1.7,10.6-3.5,15.2-6.5c1-0.7,2-1.3,3.1-2l1.1-0.7c5.1-3.4,10.8-7.3,16.2-8.7c5.1-1.3,10.5-0.8,15.8-0.3l1.3,0.1 c5.9,0.5,11.2-0.4,16.3-1.3c0.5-0.1,0.9-0.2,1.4-0.2l0.6-0.1l-0.1-2.3l-2.4,0.4c-5.2,0.9-10.1,1.8-15.6,1.3l-1.3-0.1 c-5.5-0.5-11.1-1.1-16.6,0.4c-5.8,1.5-11.7,5.5-16.9,9l-0.1,0.1c-1.2,0.8-2.7,1.8-4,2.7c-4.3,2.7-9.5,4.5-14.6,6.2l-0.4,0.1 c-3.8,1.3-7.7,2.6-11.2,4.3c-5.4,2.7-11.5,6.1-15.6,11.5c-3.7,4.9-5.9,12.7-2.5,19c0.5,0.9,1,1.7,1.6,2.6l0.3,0.4 c1.8,2.7,3.3,5.1,2.3,7.4c-2,4.4-9.2,5.2-15,5.8c-2,0.2-3.6,0.4-5,0.7c-5.8,1.2-9.7,5.5-13.2,9.3c-0.5,0.6-1.1,1.1-1.6,1.7l0,0 c-4.3,4.5-9.2,7.3-16.4,9.3c-3.1,0.9-6.3,1.9-9.6,2.9c-6,1.9-12.8,4-19.3,5.2c-2.1,0.4-4.2,0.9-6.3,1.4l-0.6,0.1 c-5.7,1.3-11.6,2.7-17.3,2.6c-3.2,0-6.4-0.2-9.5-0.3c-10.9-0.4-22.2-0.8-33,2c-2,0.5-4,1.2-6,1.8l-0.4,0.1c-2,0.7-4.2,1.3-6.3,1.8 l0.2,1.2l4.7-0.3l0.1,0c0.8-0.2,1.6-0.5,2.3-0.7c1.9-0.6,3.9-1.3,5.9-1.8c10.5-2.7,21.5-2.3,32.2-2l1.6,0.1 c2.7,0.1,5.5,0.2,8.2,0.2c6,0.1,12-1.3,17.8-2.6l0.3-0.1c2.2-0.5,4.4-1,6.5-1.4c6.5-1.2,13.1-3.3,19.4-5.3L110.3,138.5z'/%3E%3Cpath class='st0' d='M222.7,122.6c2.7-0.6,5.5-1.2,8.3-1.8c2.4-0.5,4.8-1.3,6-3.3c0.9-1.6,1.1-3,0.4-4.3c-1.9-3.7-9.5-4.4-14.6-5 l-0.7-0.1c-0.8-0.1-1.4-0.1-1.8-0.2l-13.4-2.6c-2.4-0.5-4.7-1.1-5.5-2.8c-0.8-1.6,0.1-3.6,1.2-4.7c1.5-1.5,4.5-2.3,6.8-2.9l0.1,0 c1-0.3,1.9-0.5,2.8-0.8c5.3-1.8,12.1-4.4,18.1-8.3c2.7-1.7,5.1-4.1,7-6c2.5-2.4,4.8-4.7,7.7-6.2c4.2-2.2,9.8-3,15.3-3.8l0.5-0.1 c2.1-0.3,4.2-0.6,6.1-1c0.5-0.1,0.9-0.2,1.4-0.3l0.5-0.1l-0.1-2.3l-2.2,0.5c-1.8,0.4-3.8,0.7-5.9,1l-0.7,0.1 c-5.6,0.8-11.4,1.6-15.9,4c-3.1,1.7-5.7,4.2-8.1,6.6l-0.1,0.1c-2.1,2.1-4.3,4.2-6.6,5.7c-5.7,3.6-12.1,6.1-17.6,8 c-0.9,0.3-1.9,0.6-2.8,0.8l-0.1,0c-2.7,0.7-5.8,1.6-7.7,3.5c-1.7,1.7-2.9,4.7-1.7,7.2c1.3,2.6,4.1,3.5,7.1,4l13.4,2.6 c0.6,0.1,1.5,0.2,2.7,0.3l0.1,0c3.7,0.4,11.4,1.2,12.7,3.7c0.2,0.4,0.4,1-0.3,2.2c-0.8,1.3-2.6,1.8-4.6,2.3 c-1.8,0.4-3.7,0.8-5.5,1.2c-1,0.2-1.9,0.4-2.9,0.6c-18.6,3.8-36.2,7.5-52.8,18.2c-1,0.6-2,1.3-2.9,1.9c-0.4,0.2-0.7,0.5-1.1,0.7 c-0.7,0.5-1.4,1-2.2,1.4l-1.9,1.2l4.5-0.3l1.9-1.2c1-0.6,2-1.3,2.9-1.9C186.8,130.1,204.2,126.5,222.7,122.6L222.7,122.6z'/%3E%3Cpath class='st0' d='M272.8,136.3l-0.5-0.1c-5-0.6-9.9-0.7-14.3-0.9c-3.8-0.1-7.2-0.2-10.8-0.5c-1.5-0.1-2.9-0.2-4.4-0.4l-0.9-0.1 c-9.8-0.9-19.9-1.7-30-1.2c-13.6,0.7-25.6,3.7-35.5,8.7l-2.6,1.3l5.7-0.3l0.1,0c9.2-4.3,20.1-6.8,32.4-7.4 c10.3-0.5,20.7,0.4,30,1.2c1.5,0.1,3.1,0.3,4.6,0.4l0.4,0c3.5,0.3,7,0.4,10.9,0.5c3.3,0.1,6.2,0.2,9,0.4l0,0l5.9-0.3L272.8,136.3z' /%3E%3Cpath class='st0' d='M264.1,79.1c-9.1,3.1-18.9,9.5-20.2,17.1c-0.8,4.4,1.2,8.6,5.9,12.6c0.1,0,0.1,0.1,0.2,0.1 c0.1,0.1,0.1,0.1,0.2,0.2c1.5,1.2,3.1,2.5,5,3.9c5.1,3.7,10.5,7,16.1,9.9l0.9,0.5l-0.1-2.6l-0.3-0.2c-5.3-2.7-10.4-5.8-15.2-9.4 c-1.6-1.2-3.3-2.5-4.9-3.8c-4.3-3.5-6.1-7.1-5.4-10.7c1.2-6.7,10.3-12.5,18.7-15.4c1.3-0.4,2.6-0.8,4.3-1l0.5-0.1l-0.1-2.3 l-0.7,0.1C267,78.3,265.5,78.6,264.1,79.1z'/%3E%3Cpath class='st0' d='M264.3,90c-3.2,2.2-4.6,4.8-4.2,7.8c0.4,2.6,2.2,5.3,5.4,8c1.4,1.2,3.1,2.4,4.8,3.4l1,0.6l-0.2-2.7l-0.3-0.2 c-3-1.9-8.1-5.5-8.6-9.4c-0.3-2,0.8-3.9,3.3-5.6c1.2-0.8,2.6-1.5,4.2-1.9l0.5-0.1l-0.1-2.3l-0.7,0.2C267.4,88.2,265.7,89,264.3,90z '/%3E%3C/g%3E%3C/svg%3E");
}

.card-block-container .card-block.has-blue-background-color, .card-block-container .clip-bottom.has-blue-background-color, .card-block-container .has-blue-background-color.c-accordion__title:before, .card-block-container .has-blue-background-color.c-accordion__content:after, .card-block-container .clip-top.has-blue-background-color, .card-block-container .has-blue-background-color.c-accordion__item:before, .card-block-container .has-blue-background-color.post-image:before {
	background-color: #a2b5c1;
}

.card-block-container .card-block.has-light-blue-background-color, .card-block-container .clip-bottom.has-light-blue-background-color, .card-block-container .has-light-blue-background-color.c-accordion__title:before, .card-block-container .has-light-blue-background-color.c-accordion__content:after, .card-block-container .clip-top.has-light-blue-background-color, .card-block-container .has-light-blue-background-color.c-accordion__item:before, .card-block-container .has-light-blue-background-color.post-image:before {
	background-color: #d3edef;
}

.card-block-container .card-block.has-orange-background-color, .card-block-container .clip-bottom.has-orange-background-color, .card-block-container .has-orange-background-color.c-accordion__title:before, .card-block-container .has-orange-background-color.c-accordion__content:after, .card-block-container .clip-top.has-orange-background-color, .card-block-container .has-orange-background-color.c-accordion__item:before, .card-block-container .has-orange-background-color.post-image:before {
	background-color: #feefc1;
}

.card-block-container .card-block.has-green-background-color, .card-block-container .clip-bottom.has-green-background-color, .card-block-container .has-green-background-color.c-accordion__title:before, .card-block-container .has-green-background-color.c-accordion__content:after, .card-block-container .clip-top.has-green-background-color, .card-block-container .has-green-background-color.c-accordion__item:before, .card-block-container .has-green-background-color.post-image:before {
	background-color: #9dc6be;
}

.card-block-container .card-block.has-cream-background-color, .card-block-container .clip-bottom.has-cream-background-color, .card-block-container .has-cream-background-color.c-accordion__title:before, .card-block-container .has-cream-background-color.c-accordion__content:after, .card-block-container .clip-top.has-cream-background-color, .card-block-container .has-cream-background-color.c-accordion__item:before, .card-block-container .has-cream-background-color.post-image:before {
	background-color: #fffdf9;
}

.card-block-container .card-block.has-tan-background-color, .card-block-container .clip-bottom.has-tan-background-color, .card-block-container .has-tan-background-color.c-accordion__title:before, .card-block-container .has-tan-background-color.c-accordion__content:after, .card-block-container .clip-top.has-tan-background-color, .card-block-container .has-tan-background-color.c-accordion__item:before, .card-block-container .has-tan-background-color.post-image:before {
	background-color: #d1c6a5;
}

.card-block-container .card-block.has-white-background-color, .card-block-container .clip-bottom.has-white-background-color, .card-block-container .has-white-background-color.c-accordion__title:before, .card-block-container .has-white-background-color.c-accordion__content:after, .card-block-container .clip-top.has-white-background-color, .card-block-container .has-white-background-color.c-accordion__item:before, .card-block-container .has-white-background-color.post-image:before {
	background-color: white;
}

.card-block-container .card-block.has-black-background-color, .card-block-container .clip-bottom.has-black-background-color, .card-block-container .has-black-background-color.c-accordion__title:before, .card-block-container .has-black-background-color.c-accordion__content:after, .card-block-container .clip-top.has-black-background-color, .card-block-container .has-black-background-color.c-accordion__item:before, .card-block-container .has-black-background-color.post-image:before {
	background-color: #999999;
}

.m-t-0 {
	margin-top: 0px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-55 {
	margin-top: 55px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-65 {
	margin-top: 65px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-t-75 {
	margin-top: 75px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-t-85 {
	margin-top: 85px;
}

.m-t-90 {
	margin-top: 90px;
}

.m-t-95 {
	margin-top: 95px;
}

.m-t-100 {
	margin-top: 100px;
}

.m-r-0 {
	margin-right: 0px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-r-10, .event-date .event-month {
	margin-right: 10px;
}

.m-r-15 {
	margin-right: 15px;
}

.m-r-20, .download-row p.name {
	margin-right: 20px;
}

.m-r-25 {
	margin-right: 25px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-r-35 {
	margin-right: 35px;
}

.m-r-40 {
	margin-right: 40px;
}

.m-r-45 {
	margin-right: 45px;
}

.m-r-50 {
	margin-right: 50px;
}

.m-r-55 {
	margin-right: 55px;
}

.m-r-60 {
	margin-right: 60px;
}

.m-r-65 {
	margin-right: 65px;
}

.m-r-70 {
	margin-right: 70px;
}

.m-r-75 {
	margin-right: 75px;
}

.m-r-80 {
	margin-right: 80px;
}

.m-r-85 {
	margin-right: 85px;
}

.m-r-90 {
	margin-right: 90px;
}

.m-r-95 {
	margin-right: 95px;
}

.m-r-100 {
	margin-right: 100px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10, .download-row {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-b-30, .event-banner .event-categories, .post-banner .event-categories, .event-banner .post-categories, .post-banner .post-categories {
	margin-bottom: 30px;
}

.m-b-35 {
	margin-bottom: 35px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-b-45 {
	margin-bottom: 45px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-b-55 {
	margin-bottom: 55px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.m-b-65 {
	margin-bottom: 65px;
}

.m-b-70 {
	margin-bottom: 70px;
}

.m-b-75 {
	margin-bottom: 75px;
}

.m-b-80 {
	margin-bottom: 80px;
}

.m-b-85 {
	margin-bottom: 85px;
}

.m-b-90 {
	margin-bottom: 90px;
}

.m-b-95 {
	margin-bottom: 95px;
}

.m-b-100 {
	margin-bottom: 100px;
}

.m-l-0 {
	margin-left: 0px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-l-20, .download-row p.name, .summary form .single_add_to_cart_button, .woocommerce-cart-form .single_add_to_cart_button {
	margin-left: 20px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-l-35 {
	margin-left: 35px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-l-45 {
	margin-left: 45px;
}

.m-l-50 {
	margin-left: 50px;
}

.m-l-55 {
	margin-left: 55px;
}

.m-l-60 {
	margin-left: 60px;
}

.m-l-65 {
	margin-left: 65px;
}

.m-l-70 {
	margin-left: 70px;
}

.m-l-75 {
	margin-left: 75px;
}

.m-l-80 {
	margin-left: 80px;
}

.m-l-85 {
	margin-left: 85px;
}

.m-l-90 {
	margin-left: 90px;
}

.m-l-95 {
	margin-left: 95px;
}

.m-l-100 {
	margin-left: 100px;
}

.m-x-0, .download-row p.file-type, .title-container-label, .event-banner h1, .post-banner h1 {
	margin: 0px;
}

.m-x-5 {
	margin: 5px;
}

.m-x-10 {
	margin: 10px;
}

.m-x-15 {
	margin: 15px;
}

.m-x-20 {
	margin: 20px;
}

.m-x-25 {
	margin: 25px;
}

.m-x-30 {
	margin: 30px;
}

.m-x-35 {
	margin: 35px;
}

.m-x-40 {
	margin: 40px;
}

.m-x-45 {
	margin: 45px;
}

.m-x-50 {
	margin: 50px;
}

.m-x-55 {
	margin: 55px;
}

.m-x-60 {
	margin: 60px;
}

.m-x-65 {
	margin: 65px;
}

.m-x-70 {
	margin: 70px;
}

.m-x-75 {
	margin: 75px;
}

.m-x-80 {
	margin: 80px;
}

.m-x-85 {
	margin: 85px;
}

.m-x-90 {
	margin: 90px;
}

.m-x-95 {
	margin: 95px;
}

.m-x-100 {
	margin: 100px;
}

.p-t-0 {
	padding-top: 0px;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-25 {
	padding-top: 25px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-t-35 {
	padding-top: 35px;
}

.p-t-40 {
	padding-top: 40px;
}

.p-t-45 {
	padding-top: 45px;
}

.p-t-50 {
	padding-top: 50px;
}

.p-t-55 {
	padding-top: 55px;
}

.p-t-60 {
	padding-top: 60px;
}

.p-t-65 {
	padding-top: 65px;
}

.p-t-70 {
	padding-top: 70px;
}

.p-t-75 {
	padding-top: 75px;
}

.p-t-80 {
	padding-top: 80px;
}

.p-t-85 {
	padding-top: 85px;
}

.p-t-90 {
	padding-top: 90px;
}

.p-t-95 {
	padding-top: 95px;
}

.p-t-100 {
	padding-top: 100px;
}

.p-r-0 {
	padding-right: 0px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-r-25 {
	padding-right: 25px;
}

.p-r-30 {
	padding-right: 30px;
}

.p-r-35 {
	padding-right: 35px;
}

.p-r-40 {
	padding-right: 40px;
}

.p-r-45 {
	padding-right: 45px;
}

.p-r-50 {
	padding-right: 50px;
}

.p-r-55 {
	padding-right: 55px;
}

.p-r-60 {
	padding-right: 60px;
}

.p-r-65 {
	padding-right: 65px;
}

.p-r-70 {
	padding-right: 70px;
}

.p-r-75 {
	padding-right: 75px;
}

.p-r-80 {
	padding-right: 80px;
}

.p-r-85 {
	padding-right: 85px;
}

.p-r-90 {
	padding-right: 90px;
}

.p-r-95 {
	padding-right: 95px;
}

.p-r-100 {
	padding-right: 100px;
}

.p-b-0 {
	padding-bottom: 0px;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10, .download-row {
	padding-bottom: 10px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-25 {
	padding-bottom: 25px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-35 {
	padding-bottom: 35px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-b-45 {
	padding-bottom: 45px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-b-55 {
	padding-bottom: 55px;
}

.p-b-60 {
	padding-bottom: 60px;
}

.p-b-65 {
	padding-bottom: 65px;
}

.p-b-70 {
	padding-bottom: 70px;
}

.p-b-75 {
	padding-bottom: 75px;
}

.p-b-80 {
	padding-bottom: 80px;
}

.p-b-85 {
	padding-bottom: 85px;
}

.p-b-90 {
	padding-bottom: 90px;
}

.p-b-95 {
	padding-bottom: 95px;
}

.p-b-100 {
	padding-bottom: 100px;
}

.p-l-0 {
	padding-left: 0px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-l-25 {
	padding-left: 25px;
}

.p-l-30 {
	padding-left: 30px;
}

.p-l-35 {
	padding-left: 35px;
}

.p-l-40 {
	padding-left: 40px;
}

.p-l-45 {
	padding-left: 45px;
}

.p-l-50 {
	padding-left: 50px;
}

.p-l-55 {
	padding-left: 55px;
}

.p-l-60 {
	padding-left: 60px;
}

.p-l-65 {
	padding-left: 65px;
}

.p-l-70 {
	padding-left: 70px;
}

.p-l-75 {
	padding-left: 75px;
}

.p-l-80 {
	padding-left: 80px;
}

.p-l-85 {
	padding-left: 85px;
}

.p-l-90 {
	padding-left: 90px;
}

.p-l-95 {
	padding-left: 95px;
}

.p-l-100 {
	padding-left: 100px;
}

.p-x-0 {
	padding: 0px;
}

.p-x-5 {
	padding: 5px;
}

.p-x-10, .accent-badge, .card-accent, .accent-tag, .event-banner .event-accent, .post-banner .event-accent {
	padding: 10px;
}

.p-x-15 {
	padding: 15px;
}

.p-x-20 {
	padding: 20px;
}

.p-x-25 {
	padding: 25px;
}

.p-x-30 {
	padding: 30px;
}

.p-x-35 {
	padding: 35px;
}

.p-x-40 {
	padding: 40px;
}

.p-x-45 {
	padding: 45px;
}

.p-x-50 {
	padding: 50px;
}

.p-x-55 {
	padding: 55px;
}

.p-x-60 {
	padding: 60px;
}

.p-x-65 {
	padding: 65px;
}

.p-x-70 {
	padding: 70px;
}

.p-x-75 {
	padding: 75px;
}

.p-x-80 {
	padding: 80px;
}

.p-x-85 {
	padding: 85px;
}

.p-x-90 {
	padding: 90px;
}

.p-x-95 {
	padding: 95px;
}

.p-x-100 {
	padding: 100px;
}

.pos-rel {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-hidden.modal-open .header:after {
	z-index: 200;
}

.overflow-hidden.modal-open .site-main {
	padding-top: 40px;
}

.image-mask img, .image-mask iframe, .is-style-image-mask img, .is-style-image-mask iframe {
	clip-path: url(#imageMask);
	width: 100%;
}

.image-mask.flip img, .is-style-image-mask-flip img {
	clip-path: url(#imageMaskFlip);
	width: 100%;
}

img.image-mask {
	clip-path: url(#imageMask);
	width: 100%;
}

img.image-mask-flip {
	clip-path: url(#imageMaskFlip);
	width: 100%;
}

.image-border {
	clip-path: url(#imageBorder);
	width: 100%;
	height: 100%;
}

.clip-top-scale {
	clip-path: polygon(0 4%, 4% 3%, 9% 3%, 13% 4%, 19% 3%, 26% 4%, 27% 4%, 33% 3%, 38% 3%, 45% 4%, 49% 3%, 54% 3%, 60% 2%, 67% 3%, 71% 5%, 73% 5%, 81% 4%, 84% 3%, 90% 4%, 96% 4%, 100% 3%, 100% 101%, 0 101%);
}

.clip-top-scale-card {
	clip-path: polygon(0 1.25%, 4% 0.5%, 9% 0.5%, 13% 1.25%, 19% 0.5%, 26% 1.25%, 27% 1.25%, 33% 0.5%, 38% 0.5%, 45% 1.25%, 49% 0.5%, 54% 0.5%, 60% 1.25%, 67% 0.5%, 71% 1.5%, 73% 1.5%, 81% 1.25%, 84% 0.5%, 90% 1.25%, 96% 1.25%, 100% 1.25%, 100% 101%, 0 101%);
}

.clip-bottom-scale {
	clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 90% 94%, 80% 92%, 73% 95%, 44% 94%, 42% 92%, 30% 94%, 17% 92%, 0% 91%);
}

.clip-top, .c-accordion__item:before, .post-image:before {
	clip-path: path("M1260,40.1L1260 17.7 1254.4 18 1246 16.8 1232.4 17.4 1231.6 17.7 1230.9 18.1 1215.7 18.1 1214 19.2 1186.2 16.1 1139.9 15.7 1095.1 14.7 1054.1 16.8 1047 14.8 1025.1 14.6 1011.5 13.2 992.4 14.1 971.1 13.6 962.7 15.3 942 15.9 940.6 18 915 15.6 878.6 15.2 851.4 13.2 814.6 13.1 802.7 11.7 782.4 12.1 770.5 10.7 750.2 11.1 743.6 9.8 729.7 10.5 722.4 9.7 722.4 9.7 712.9 9.6 634.6 9.6 559 11.5 548.3 10.3 532 10.8 523.6 9.6 510 10.2 509.2 10.4 508.5 10.9 493.3 10.9 491.6 11.9 463.8 8.8 417.5 8.5 372.8 7.5 331.7 9.6 324.7 7.5 302.7 7.4 289.1 5.9 270.1 6.8 248.8 6.4 240.3 8 219.7 8.7 218.2 10.8 192.6 8.4 156.3 7.9 129 6 92.2 5.8 80.3 4.4 60 4.8 48.1 3.4 27.8 3.8 21.3 2.6 7.3 3.3 0 2.5 0 40.1 z");
}

.clip-top.clip-offset, .clip-offset.c-accordion__item:before, .clip-offset.post-image:before {
	position: relative;
	bottom: -2px;
}

.clip-bottom, .c-accordion__title:before, .c-accordion__content:after {
	clip-path: path("M0,0L0 22.4 5.6 22 14 23.2 27.6 22.7 28.4 22.4 29.1 22 44.3 22 46 20.9 73.8 24 120.1 24.4 164.8 25.4 205.9 23.3 212.9 25.3 234.9 25.5 248.5 26.9 267.5 26 288.8 26.5 297.3 24.8 317.9 24.2 319.4 22 345 24.5 381.3 24.9 408.6 26.9 445.3 27 457.2 28.4 477.6 28 489.5 29.4 509.8 29 516.3 30.2 530.3 29.5 537.5 30.4 537.5 30.4 547.1 30.5 625.4 30.5 700.9 28.6 711.7 29.8 728 29.3 736.4 30.4 750 29.9 750.7 29.6 751.5 29.2 766.7 29.2 768.4 28.1 796.2 31.2 842.5 31.6 887.2 32.6 928.3 30.5 935.3 32.5 957.3 32.7 970.9 34.1 989.9 33.2 1011.2 33.7 1019.7 32 1040.3 31.4 1041.7 29.2 1067.4 31.7 1103.7 32.1 1131 34.1 1167.7 34.2 1179.6 35.6 1199.9 35.2 1211.9 36.6 1232.2 36.2 1238.7 37.4 1252.7 36.8 1260 37.6 1260 0 z");
}

.clip-bottom.clip-offset, .clip-offset.c-accordion__title:before, .clip-offset.c-accordion__content:after {
	position: relative;
	top: -2px;
}

.top-relative-btn {
	position: relative;
}

.top-relative-btn.top-40 {
	top: -40px;
}

.top-relative-btn.top-30 {
	top: -30px;
}

.t-upper, .title-container-label {
	text-transform: uppercase;
}

.t-lower {
	text-transform: lowercase;
}

.t-strong {
	font-weight: bold;
}

.t-italic {
	font-style: italic;
}

.t-small {
	font-size: 0.75em;
}

.max-width-800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.max-width-600 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.max-width-200 {
	max-width: 200px;
}

.email-btn a, .block-editor-block-list__block.email-btn .wp-block-button__link, .block-editor-block-list__block.email-btn .summary form .single_add_to_cart_button, .summary form .block-editor-block-list__block.email-btn .single_add_to_cart_button, .block-editor-block-list__block.email-btn .woocommerce-cart-form .single_add_to_cart_button, .woocommerce-cart-form .block-editor-block-list__block.email-btn .single_add_to_cart_button, .block-editor-block-list__block.email-btn .woocommerce-checkout .button, .woocommerce-checkout .block-editor-block-list__block.email-btn .button, .block-editor-block-list__block.email-btn .tribe-events-c-search__button, .block-editor-block-list__block.email-btn .tribe-events-c-top-bar__today-button, .block-editor-block-list__block.email-btn .tribe-events-c-top-bar__datepicker-button {
	width: 50px;
	height: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
}

.no-results {
	grid-column: 1/-1;
	text-align: center;
	margin-top: 50px;
}

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

.justify-content-center {
	justify-content: center;
}

.display-flex {
	display: flex;
}

/* MQ */
@media (max-width: 72em) {
	.wp-block-buttons {
		row-gap: 15px;
	}
	.contribute-boxes {
		flex-direction: column;
	}
	.contribute-accent:after {
		display: none;
	}
	.menu, .donate-link-menu {
		display: none;
	}
	.cart-icon-menu, .search-icon-menu {
		display: none !important;
	}
	#carticon, #searchbar {
		opacity: 1 !important;
	}
	.toggle-mobile-menu {
		display: flex;
		align-items: center;
	}
	.menu ul.menu-links, .cart-link-menu, .search-link-menu {
		display: block;
	}
	.menu ul.menu-links {
		padding-bottom: 50px;
	}
	.menu ul.menu-links li a {
		display: block;
		padding: 10px 0px;
	}
	ul.menu-links li.crk-is-mega-menu:hover .crk-mega-menu {
		animation: none;
	}
	body.home .header {
		background-color: #09705c;
	}
	body.home .header:after {
		opacity: 1;
	}
	.header.opened {
		background-color: #09705c;
	}
	.header.opened:after {
		z-index: 100003;
		opacity: 1;
	}
	.menu {
		display: block;
		visibility: hidden;
		position: fixed;
		z-index: 100002;
		top: 160px;
		right: -1000px;
		width: 100%;
		height: 100vh;
		height: -webkit-fill-available;
		padding: 20px;
		padding-bottom: 160px;
		opacity: 0.98;
		overflow-y: auto;
		background-color: #164563;
		transition: opacity, right 0.3s ease-in;
	}
	.header.header-sticky.opened .menu {
		top: 91px;
		padding-bottom: 91px;
		height: 100vh;
		height: -webkit-fill-available;
	}
	.menu:before {
		content: '';
		width: 100%;
		height: 40px;
		top: 0px;
		right: 0px;
		display: block;
		background-repeat: repeat-x;
		background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1643 46.1' style='enable-background:new 0 0 1643 46.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23164563;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1643,7.1c-6.6,4.1-18.8-0.2-25.6-1.4c-4.8-0.8-9.6-1.7-14.4-2.6l-15.5,8.2L1540,7.7l-27.3,9.4l-47-3.9 l-28.8,9.4l-86.5-1.5l-62,12.6l-85.8,0.9c-34.1,9.4-43.3,11.4-48.7,11.6c-3.5,0.1-7.3-2.2-9.7-4.6c-2.2-2.2-3.9-5.8-7.2-6.7 c-7.5-2.2-16.5-2.2-24.3-3.2c-6.8-0.9-13.6-1.7-20.5-2.6c0,0-20.2-11.6-20.2-11.6s-47.8,1.9-49.8,2.1c-2.1,0.2-44.8-7.7-44.8-7.7 l-31.5,9.4c-14.7-3.9-29.4-7.7-44.3-11.1c-1.7-0.4-5.2-1.9-6.8-0.9c-1.3,0.8-16.3,13.3-16.3,13.3L781.9,6.2 c-26.6,1.5-53.2,2.2-79.9,2.8c-28.8,0.6-57.7,0.9-86.5,1.1c-10.1,0.1-20.1,0.1-30.2,0.1c-4.4,0-9-0.5-13.3,0 c-8.1,1-15.1,5.7-22.7,8.2c-11.4,3.7-23.5,6.7-35.6,6.7c-7.1,0-14.3-0.4-21.3-1.4c-6-0.8-11.6-3-17.5-4.2c-0.2,0-0.5-0.1-0.6-0.3 c-0.1-0.2-0.1-0.4-0.1-0.6c-0.4-5.4-10.1-4.2-13.6-4.8c-6.7-1.1-13.5-1.9-20.3-1.9c-11.8,0-21.8,6.6-30.4,6.6 c-8.6,0-17.9-4.6-27.6-4.7c-9.7-0.1-32.2,9.1-32.2,9.1l-175.3-18L0,8.4V0h1643V7.1z'/%3E%3C/svg%3E");
	}
	.menu.opened {
		right: 0px;
		visibility: visible;
	}
	.menu.opened:before {
		height: 0;
	}
	.crk-mega-menu {
		display: block;
		overflow: unset;
		position: relative;
		padding: 0px;
	}
	.crk-mega-menu:before {
		display: none;
	}
	.crk-mega-menu-wide {
		width: inherit;
		left: unset;
	}
	.crk-mega-menu-interior {
		background-color: transparent;
		min-width: none;
	}
	.crk-mega-menu-interior:before, .crk-mega-menu-interior:after {
		display: none;
	}
	.crk-mega-menu-is-row {
		display: block;
	}
	.crk-mega-menu-col {
		margin-bottom: 35px;
		width: auto;
	}
	.clip-top:not(.c-accordion__item:before), .c-accordion__item:not(.c-accordion__item:before):before, .post-image:not(.c-accordion__item:before):before {
		position: relative;
		bottom: -1px;
	}
	.clip-bottom:not(.c-accordion__item:before), .c-accordion__title:not(.c-accordion__item:before):before, .c-accordion__content:not(.c-accordion__item:before):after {
		position: relative;
		top: -1px;
	}
	.woocommerce-tabs ul.wc-tabs {
		position: relative;
		right: -1px;
	}
}

@media (max-width: 63em) {
	.resource-cards {
		flex-direction: column;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.card-image {
		height: 330px;
	}
	.insta-img {
		width: 300px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.number-card-container {
		flex-direction: column;
	}
	.number-card-data {
		text-align: center;
	}
	.wp-block-columns.card-container {
		flex-wrap: wrap;
	}
	.wp-block-columns.card-container .wp-block-column:not(:first-child) {
		margin-left: auto;
	}
	.wp-block-columns.card-container .wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 1em) !important;
		flex-grow: 0;
		margin-bottom: 50px;
	}
	.wp-block-columns.card-container .wp-block-column:nth-child(2n) {
		margin-left: 2em;
	}
}

@media (max-width: 57em) {
	.hero-section:after {
		transform: scale(0.8);
	}
	.our-work-cards,
	.resource-cards,
	.contribute-boxes,
	.spotlight-container,
	.footer-cols,
	.footer-col-nest-row,
	.number-card-container {
		flex-direction: column;
	}
	.site-footer .partnership-logo {
		margin: 10px 0px;
	}
	.footer-col {
		margin-bottom: 20px;
	}
	.card-content {
		padding: 50px;
	}
	.wp-block-columns.counter-container {
		flex-wrap: nowrap !important;
	}
	.wp-block-columns.counter-container .wp-block-column {
		flex: 1;
		margin-left: auto !important;
	}
	.crk-background-section[class*="background-design-three-"]:after {
		display: none;
	}
	.crk-block-columns.crk-grid, .crk-events.crk-block-columns, .crk-posts.crk-block-columns, .products.crk-block-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.crk-block-columns.crk-grid.grid-post-col2, .crk-block-columns.crk-grid.grid-post-col1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 43em) {
	.flex-2,
	.number-cards,
	.our-work-cards {
		flex-direction: column;
	}
	.number-card-container {
		flex-direction: row;
	}
	.wp-block-columns.counter-container {
		flex-wrap: wrap !important;
		margin-bottom: 0px !important;
	}
	.wp-block-columns.counter-container .wp-block-column {
		flex: 1;
		flex-basis: 100% !important;
		margin-left: auto !important;
		margin-bottom: 25px;
	}
	.number-card-data {
		text-align: left;
	}
	.hero-section:after, .latest-resources:before, .hero-banner:after, .events-banner:after, .post-banner:after {
		display: none;
	}
	.hero-content h1 {
		margin: 0% 10%;
	}
	.our-work-container,
	.by-the-numbers-container,
	.contribute-container,
	.latest-resources-container {
		padding: 50px 10px;
	}
	.footer-container {
		padding: 40px;
	}
	.by-the-numbers-intro h1 span.large {
		font-size: 2.2em;
	}
	.spotlight-content {
		padding: 0px;
	}
	.contribute-box-content {
		height: auto;
	}
	.insta-feed-container {
		padding: 15px;
	}
	.tan-bg-btn {
		padding: 10px;
	}
	.toggle-mobile-menu .donate-now-btn {
		padding: 10px;
		border-radius: 30px;
	}
	.toggle-mobile-menu .donate-now-btn .donate-text {
		display: none;
	}
	.toggle-mobile-menu .donate-now-btn .donate-icon {
		display: block !important;
	}
	.crk-mega-menu-interior {
		min-width: auto;
	}
	.top-header-container {
		justify-content: center;
	}
	.wp-block-columns.card-container .wp-block-column:not(:first-child) {
		margin-left: auto;
	}
	.wp-block-columns.card-container .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}
	.crk-block-columns.crk-grid, .crk-events.crk-block-columns, .crk-posts.crk-block-columns, .products.crk-block-columns {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.item-container, .woocommerce-tabs {
		flex-direction: column;
	}
	.woocommerce-tabs ul.tabs li a {
		background-repeat: no-repeat;
	}
	.woocommerce-info,
	.woocommerce-noreviews,
	p.no-comments {
		background-size: cover;
	}
	.crk-list-slider, .list-slider-control.control-mobile {
		display: none;
	}
	.crk-list-slider-mobile {
		display: block;
	}
	.list-slider-control.control-mobile {
		display: block;
	}
	.content-container, .entry-content > .woocommerce, .entry-content > .woocommerce {
		padding: 0px 15px;
	}
}

@media (max-width: 43em) and (orientation: portrait) {
	.header {
		padding-top: 0px;
	}
	.header .logo {
		width: 185px;
		min-width: 175px;
	}
	.donate-now-btn {
		transform: scale(0.75);
	}
	.menu {
		top: 111px;
		padding-bottom: 111px;
		height: 100vh;
		height: -webkit-fill-available;
	}
	.header.header-sticky.opened .menu {
		top: 78px;
		padding-bottom: 78px;
		height: 100vh;
		height: -webkit-fill-available;
	}
	.spotlight-img {
		margin-bottom: 25px;
	}
	.top-header-container ul.submenu-links {
		display: none;
	}
	.toggle-mobile-menu button {
		margin-left: 0px;
	}
}

@media (max-width: 800px) {
	.download-row {
		flex-direction: column;
	}
	.download-row p.name {
		margin: 20px;
	}
}

@media (max-width: 780px) {
	.crk-control-wrapper {
		margin-top: 30px;
	}
	.post-controls .wp-block-column {
		margin-top: 30px;
		text-align: center !important;
	}
	#toTop {
		display: none !important;
	}
}

@media (min-width: 600px) and (max-width: 781px) {
	.site-footer .wp-block-columns.is-not-stacked-on-mobile {
		flex-wrap: wrap;
	}
	.site-footer .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:not(:first-child) {
		margin-left: auto;
	}
	.site-footer .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (max-width: 599px) {
	.site-footer .wp-block-columns.is-not-stacked-on-mobile {
		flex-wrap: wrap;
	}
	.site-footer .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:not(:first-child) {
		margin-left: auto;
	}
	.site-footer .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
		flex-basis: 100% !important;
	}
	.header.header-sticky {
		position: relative;
	}
}

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

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

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